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]>
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
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
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
4 matches
Mail list logo