[jQuery] Re: jQuery Form Plugin target confusion

2008-04-08 Thread Iasthaai
Thanks Mike that did the trick. I want to ask a noob question about the significance of the $ in front of the form variable that you suggest. What is the difference besides using just form or set as that variable name without a $ preceding it? On Apr 8, 10:55 am, "Mike Alsup" <[EMAIL PROTECTED]>

[jQuery] jQuery Form Plugin target confusion

2008-04-08 Thread Iasthaai
I'm using the jQuery form plugin and specifying my target as so: $(function() { var _options = { target: $( this ), beforeSubmit: function(data, set, options) { alert( $(set).attr( 'action' ) ); } } $( '.form' ).ajaxForm( _options ); }); I've also t

[jQuery] IE6.X unchecks my checkboxes on hide

2007-09-14 Thread Iasthaai
I have a modal window that pops up (with thickbox 3). I have a list of checkboxes in this window that a user can select and then hit either save or cancel. This code works PERFECTLY in Firefox and IE 7.X, I have yet to test opera or others. However, in IE 6.X my checkboxes become unchecked after

[jQuery] jQuery Inteface Sortable functionality not working in overflow:auto

2007-07-23 Thread Iasthaai
Hi everyone, As my subject message says, I'm having trouble with the Sortable functionality of the Interface plugin when I am trying to use it within a div and that div is using style="oveflow:auto". I've also tried putting a div within this div to contain all of my elements, but that doesn't s