[jQuery] Re: Error: $("#slider").serialScroll is not a function

2008-10-14 Thread Ritz
Hi Ariel, I was able to fix the issue. Apparently the WP pngfix plugin for wordpress was conflicting with it. Thanks a lot for your help! Ritz -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Flesler Sent: Tuesday, October 14, 2008 8:58

[jQuery] slideToggle(speed) not working correctly in IE7 (7.0.6000.16711) on Vista

2008-08-19 Thread Ritz
Hi, I am using the following script to slide toggle multiple div elements in a page. It works fine in FF2 but behaves little strange in IE 7 version mentioned above. Here is the script $('div[id^=upgradeConfigItem_]').each(function(i){$ (this).click( function() {$('#upgra

[jQuery] selector with regular expression?

2008-06-24 Thread Ritz
Hi, Apologize, if this is a really basic question - but I couldn't find a solution for this If I had elements like If I wanted to select all elements with id radio* - what would be the selector expression? I tried $("#radio*") doesnt seem to work. Thanks in advance