Tagged Questions

1
vote
2answers
225 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
638 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; ...
0
votes
1answer
426 views

using jQuery to keep navigation buttons hover state when corresponding page is loaded

i'm a HTML/CSS coder and im just terrible with the Javascript but I try and it makes my websites much more effective and better looking. I've given my buttons an effect here's the HTML and JQUERY for ...
0
votes
1answer
338 views

javascript based progress bar

I am curious how can a javascript (or also benefiting from jquery) based progress indicator such can be developed: My first idea is something such as: function drawBar(total,sofar){ ...
0
votes
1answer
727 views

jQuery sortable - how to add a sort indicator?

I've successfully implemented the jQuery sortable() plugin but want to enhance it with a sort indicator. This would be a vertical bar in between the items where the draggable can be dropped. See the ...