Instead of doing $(this).ajaxSubmit(options);
try
$('#formId').ajaxSubmit(options);
where #formId is the id of the form you are submitting.
On Feb 14, 8:58 am, NHARRY wrote:
> I have a form that is loaded using .load it is then posted using the
> jquery form plugin. But it won't post see code
I know this may sound silly but do you have a div element with a id of
'Preview'?
On Feb 12, 5:43 am, Piet wrote:
> Dear all,
>
> I´m using ajaxSubmit to send a form (incl. fileuploads) to my server.
> Everthings works well but the response from the server will not
> displayed in the defined targ
Would you mind not spamming this list?
On Tue, Feb 9, 2010 at 10:17 AM, Eswar Rao wrote:
> Hi Partner,
>
>
> Please let me know if you have any candidate suitable for these
> requirements. Once you identify the candidates I will send you the
> attachments to be filled in by them.
>
>
>
> please s
I had the same issue. The "mustMatch" flag causes the second request
to validate the text that was set. Make sure that the selected input
value can successfully be submitted to your ajax request and come back
with a hit. If a match is not found the the text's input field will
be cleared.
On Jan
rning goes
away. Right on target.
But if press select something from the second dropdown, the warning
does NOT go away.
Any recommendations would be welcome!
Thanks,
Marty
On Nov 15, 1:18 pm, marty wrote:
> Hi Sarah,
>
> Thanks for responding. I tried using a group:, but it didn'
Hi Sarah,
Thanks for responding. I tried using a group:, but it didn't help.
Thanks,
Marty
On Nov 14, 5:43 am, "Atkinson, Sarah"
wrote:
> Would this be a group: thing?
>
> Sent from my iPhone
>
> On Nov 13, 2009, at 7:31 PM, "marty"
> wrote:
>
chtman.com/validateTest.html.
Any help getting this to work properly would be greatly appreciated!
Thanks,
Marty
would be greatly appreciated!
Thanks,
Marty
On Sun, Oct 4, 2009 at 6:39 PM, Marty Vance wrote:
> I've come across a situation where jQuery (1.3.2) doesn't behave as
> expected. I've put up a batch of tests at
> http://www.xaraya.com/~dracos/strange.html
>
> What happens is when an HTML string contains two
I'm using the treeview plugin for navigation on our website. It works
great but I wanted to be able to override the persist:location when
needed. For example, on an e commerce site where items are part of a
category, I need to have that tree open to that category.
To achieve this, I hacked (and
Hi Mike,
You're right, I want to be able to use this.rowTextArray later on.
You're code suggestion works great!
Thanks so much for the help!!
Regards,
Marty
On Oct 6, 1:24 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> That's right, the mistaken use of &
Thanks very much for the reply!
That was a big help!
I was missing the fact that "this" inside the loop is not the same as
"this" outside the loop.
Your suggestion really helped!
Regards,
Marty
On Oct 6, 12:59 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> i wo
.each( function() {
this.rowTextArray.push = encodeURIComponent(
$(this).text() );
} );
Here's the error I get:
Error: this.rowTextArray is undefined
Any help would be greatly appreciated!!
Regards,
Marty
All Browsers assign form data variable names according to the name
attribute, not id.
PHP uses square brackets as a shortcut to automagically build arrays
from the request data. Like Karl said, this is illegal in HTML, and
still seems not allowed in XHTML according to
http://www.w3.org/TR/2008/P
Hi all,
I've got a slightly modified suckerfish menu where I would like to add
a delay before the submenus drop down. The top level ul is oriented
horizontally, and crossing it with the mouse causes the submenus to
'bounce'.
The modification is that each child ul is wrapped in a div for layout
15 matches
Mail list logo