[jQuery] Re: upload file from jquery dialog modal form

2009-07-04 Thread williamstam
bump... im also looking for a pointer in the right direction On Jun 16, 6:43 pm, "Johan Gunnarson" wrote: > Does anyone know if it is possible to upload a file from a jquery modal form > (http://jqueryui.com/demos/dialog/#modal-form) ? > > I just need some help with the ajax call. The back-end w

[jQuery] Re: jQuery - UI - Dialog (embedding a web page)

2009-05-08 Thread williamstam
well you could use .load() to load a page into a div inside the dialog... then open it. i dont like using iframes *waits for the flameing* On May 8, 7:23 pm, DualFlex wrote: > Many thanks Richard! > > It's working! I have a few new twists. Meet you in the other forum! > --- > Dualflex

[jQuery] sorting a table

2009-05-08 Thread williamstam
each "row"has a row beneath it with a "menu" part to edit / view the record etc. using css the menu is set to display:none. when a user clicks the record jquery does a .show() on the menu row is it posible to sort the columns preserving the record row and menu row (maybe grouping them with a clas

[jQuery] Tablesorter - multiple header cells and row grouping

2009-05-08 Thread williamstam
each "row"has a row beneath it with a "menu" part to edit / view the record etc. using css the menu is set to display:none. when a user clicks the record jquery does a .show() on the menu row is it posible to sort the columns preserving the record row and menu row (maybe grouping them with a class

[jQuery] multiple select boxes with the same name submiting via ajax

2008-11-05 Thread williamstam
hi i hope somone can help i have a couple of records which all have (the idea anyways) have select boxes. when a user changes the select box it submits those changes and the record ID to another page using ajax to update the database. so far i have $(document).ready(function(){ $("#prio