[jQuery] validate and form plugins

2009-01-16 Thread bRocco
i have a table with an edit button in each row. when the edit button is clicked, the following script is run: //edit click $('#edit_lnk_' + index).click(function() { Boxy.get('#cancel_changes_lnk').show(); $('#ddlProjects').clearSelect(); $('#ddlTasks').clearSelect();

[jQuery] validate and form plugins

2009-01-16 Thread adam.swee...@gmail.com
i have a table with an edit button in each row. when the edit button is clicked, the following script is run: //edit click $('#edit_lnk_' + index).click(function() { Boxy.get('#cancel_changes_lnk').show(); $('#ddlProjects').clearSelect(); $('#ddlTasks').clearSelect();