[jQuery] onclick send parameter to a JQuery function?

2009-12-08 Thread theUnseen
Hi guys, I show a table with mysql data with an edit option/link for each record, but i want the edit link to call a jquery function onclick and it must pass the $ec_arr[4] as the argument/parameter which is the id of the record in the mysql table to JQuery. how can I do this please...?

[jQuery] sending a html part to a printer

2009-11-11 Thread theUnseen
Hi guys, is it possible to print a part of the html page using JQuery and printed copy must not include the browser addons like datetime and the url. I want the print out to be a plain document with just data (Ms Word look alike print out) Thank you in advance!