[jQuery] Help your friend ajith win RC merchandise

2010-02-14 Thread Royal Challengers
Hi jquery-en Your friend really enjoys the fan club and activity at www.RoyalChallengers.com, and would like to invite you to join as well. We're also running a promotion - your sign up could help your friend win RC merchandise and IPL tickets. Help them out and experience the magic of

Re: [jQuery] Show/hide div based on URL parameter

2010-02-14 Thread Andrei Eftimie
script type=text/javascript id=demoscript $(function(){ if (document.location.href.indexOf('showdiv=yes') 0) $(#display).show(); }); /script On Sat, Feb 13, 2010 at 5:37 PM, dikker dikkk...@hotmail.com wrote: Hi guys, Am a beginner with Jquery and what i want is

[jQuery] Jquery form plugin can't find resolution

2010-02-14 Thread NHARRY
I have a form that is loaded using .load it is then posted using the jquery form plugin. But it won't post see code: script type=text/javascript $(document).ready(function() { //shows loading screen whilst posting via ajax $().ajaxStart($.blockUI).ajaxStop($.unblockUI);

[jQuery] Re: superfish: disable arrows in first list

2010-02-14 Thread DLee
Hi Dasher, That may make the arrows disappear, but the .sf-menu li element is still stretched out as if there was still an arrow there. On Dec 31 2009, 9:51 pm, Dasher sea...@gocreate.com.au wrote: Hi Frank, In the $(document).ready(function() { area... Below the superfish