[jQuery] Re: Using multiple selectors

2008-10-14 Thread Michael Nelson
Try the val function: http://docs.jquery.com/Val - Michael - Original Message From: wyo <[EMAIL PROTECTED]> To: jQuery (English) Sent: Tuesday, October 14, 2008 12:49:58 PM Subject: [jQuery] Using multiple selectors I've a form like Now I try t

[jQuery] jqGrid inline edit - cannot save or cancel if only one row

2008-09-03 Thread Michael Nelson
Hello, jqGrid inline edit is working fine, unless there is only a single row returned from the database. In that case, neither enter nor escape or clicking elsewhere on the page will take that row out of edit mode. Any suggestions? thanks, Michael

[jQuery] Re: jQuery search

2008-09-03 Thread Michael Nelson
0:10:55 AM Subject: [jQuery] Re: jQuery search I don't think thats what i am looking for. I just look for seome code to search the database but shows the results without a refresh. On 3 sep, 18:41, Michael Nelson <[EMAIL PROTECTED]> wrote: > Have you tried jqGrid? > >

[jQuery] Re: jQuery search

2008-09-03 Thread Michael Nelson
Have you tried jqGrid? http://www.trirand.com/blog/ thanks, Michael - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: jQuery (English) Sent: Wednesday, September 3, 2008 9:35:16 AM Subject: [jQuery] jQuery search Hi, I am looking for a jquery plugin that w

[jQuery] Dynamic checkbox not included in submit by jquery.form

2008-06-20 Thread Michael Nelson
Hello, I have a form with a drop down list which populates a div with checkboxes based on an AJAX query each time it changes. I'm then using ajaxSubmit to post that data along with a few additional form elements. All of the elements are included in the post *except for the checkboxes*. HTML and