[jQuery] Re: Improvement

2008-03-25 Thread jaredmellentine
Brad: I created a sample page for you here: http://design.mellentine.com/wp-content/uploads/2008/03/toggle.html It uses a hash for the href and classes to assign the events. It may not be much less code right now, but it will continue to work regardless of how many toggles and divs you have. S

[jQuery] Re: adding a loading image to a mouse pointer

2008-03-04 Thread jaredmellentine
You could always use CSS to set the cursor property to 'wait'. #myelement { cursor: wait; } Or use jQuery to set it $('#myelement').css('cursor', 'wait'); On Mar 3, 7:32 am, ryszard99 <[EMAIL PROTECTED]> wrote: > hi there, > > i've just started doing jquery stuff and am interested in how i