[jQuery] form() distinction
I have to return different content depending on whether the forum I
submitted was from an AJAX call or not. Using .form() there currently
is no way to make that distinction, so I have added this to the end of
the $.fn.getForm function right before the return:
a.push({name: 'ajax', value: 1});
I have found this helpful, maybe it should be used? Just a tip for
others if not.
--
Best Regards,
Nate Wienert
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/