Tagged Questions
1
vote
2answers
224 views
Loading indicator inside image whilst image is loading
I quite like the effect presented here:
http://rascals.eu/templates/rt0802/portfolios/portfolio-2-columns/
The problem however is that if you look at the source code you'll notice that there aren't ...
1
vote
1answer
637 views
ajaxStart() showing loading message doesn't seem to work
I user jquery.ajax call to controller of asp.net mvc... I would like to show a loading indicator.. I tried this but that doesn't seem to work...
<div class="loading" style="padding-left:5px; ...
1
vote
1answer
669 views
jQuery ui sortable loading indicator
$(document).ready(function() {
$("#test-list").sortable({
handle : '.handle',
update : function () {
var order = $('#test-list').sortable('serialize');
...
0
votes
2answers
527 views
Stylish Javascript progress (loading) bar…?
Im currently developing a car related website in which I want to create a very stylish progress bar with javascript (not flash). I want it to look similar to a speed indicator, like this: ...