[jQuery] Multiple file upload - uploadify.com

2009-11-21 Thread Rams j
Hi All I have used the multiple file upload plugin http://www.uploadify.com It is not working in IE7. Could you please suggest some ways to fix this IE7. $('#testID').uploadify({ 'uploader': 'Js/jquery.uploadify-v2.1.0/uploadify.swf', 'folder': 'Js/jquery.uploadify-v2

[jQuery] jQuery $ alert....

2009-05-29 Thread Rams j
Hi All I am having the following div tag in body.. and my script as follows... varX = 2; varY = 3; var txt = '#div' + varX+ varY; alert($(txt).innerHtml); this is alerting like *div23.innerHtml* but this is not alerting the inner html of this div tag... Help into this.. Thanks Ramesh

[jQuery] Re: tilde (~) selector

2009-05-29 Thread Rams j
Hi This will help you on this http://docs.jquery.com/Selectors/siblings#prevsiblings Thanks Ramesh On Fri, May 29, 2009 at 8:18 PM, Mauricio (Maujor) Samy Silva < css.mau...@gmail.com> wrote: > Well, I've tested here and works fine in IE6, IE7, Firefox 3.0.10, Opera > 9.64, Safari on Win

[jQuery] Re: jQuery Validation Plugin

2009-05-26 Thread Rams j
Hi Bob, Its working fine.. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; > Untitled Page $(document).ready(function() { $('#new_blog_post').validate({ rules: { "blog_post[title]": "required",