[jQuery] jqModal Onload

2008-12-13 Thread webnot
Hi everyone I want to load this window on page load can you plz let me know how to do this. $().ready(function() { $('#tallContent2').jqm(); setTimeout($('#tallContent2').jqm(),2000); }); -- View this message in context: http://www.nabble.com/jqModal-Onload-tp20990657s27240p20990657.htm

[jQuery] Re: Changing Class using Jquery

2008-12-04 Thread WebNot
Thanks Paul It worked absolutely perfect. once again thank you very very much. On Dec 5, 3:05 am, Paul Mills <[EMAIL PROTECTED]> wrote: > Here is some basic jQuery that does what you want. > First hide all elements with class="blocked" > Then add click handler to elements with class="a

[jQuery] Changing Class using Jquery

2008-12-04 Thread WebNot
Kindly help!!! I am in a situation where I have to develop a news website, and my client wants me to display three stories from each category rest all should be hidden by default and when a user wants to view more stories he can click "add a story" the next story with class blocked should get vis