[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

[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 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