[jQuery] Re: Jquery form plugin can't find resolution

2010-02-15 Thread Marty Jones
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

[jQuery] Re: ajaxsubmit dosn´t send the response to the defined target

2010-02-12 Thread Marty Jones
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

Re: [jQuery] Need Java & Oracle programers /Ohio

2010-02-09 Thread Marty Vance
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

[jQuery] Re: Autocomplete selection blanks out input field

2010-01-12 Thread Marty Jones
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

[jQuery] Re: Having problems getting Validation plugin to report only 1 error

2009-11-16 Thread marty
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'

[jQuery] Re: Having problems getting Validation plugin to report only 1 error

2009-11-15 Thread marty
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: >

[jQuery] Having problems getting Validation plugin to report only 1 error

2009-11-13 Thread marty
chtman.com/validateTest.html. Any help getting this to work properly would be greatly appreciated! Thanks, Marty

[jQuery] Can't get validate to report only 1 error for multiple dropdowns

2009-11-11 Thread marty
would be greatly appreciated! Thanks, Marty

[jQuery] Re: jQuery strange behavior

2009-10-04 Thread Marty Vance
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

[jQuery] [treeview] - How to manually set a persistent location

2009-08-05 Thread Marty Tennison
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

[jQuery] Re: not defined error using instance variable in each callback

2008-10-06 Thread marty
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 &

[jQuery] Re: not defined error using instance variable in each callback

2008-10-06 Thread marty
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

[jQuery] not defined error using instance variable in each callback

2008-10-06 Thread marty
.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

[jQuery] Re: jQuery won't recognise attribute names containing [square brackets]

2008-02-08 Thread Marty Vance
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

[jQuery] suckerfish menu delay?

2008-01-21 Thread Marty Vance
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