Search found 2 matches

Go to advanced search

by alexandrpiskun
Fri Jun 22, 2012 4:46 am
Forum: Issues
Topic: Show the ajax spinner via javascript
Replies: 5
Views: 1150
 
Jump to post

Show the ajax spinner via javascript

Hello! Spinner automatically displayed during AJAX request. My snippet $t.example = $t.createClass(null, { init: function(requestOptions) { this.__requestOptions = $.extend({}, requestOptions); }, process: function(settings) { // showSpinner(); $.ajax({ url: '[url=http://search.twitter.com/search.js...
by alexandrpiskun
Thu Oct 13, 2011 5:24 am
Forum: Issues
Topic: REST Authentication
Replies: 3
Views: 673
 
Jump to post

REST Authentication

No,
Tiggr does not support digest authentication right now.

By default JQuery ajax method does not support it.
You may add it using DigestJ JQuery plugin http://code.google.com/p/digestj/wiki... but some extra efforts are necessary.

Go to advanced search