[jQuery] Rép : [jQuery] How to re-select?

2007-07-03 Thread Romain Gonord
var i = jQuery("#i"); var inputs = jQuery("input", i); __ Romain Le 3 juil. 07 à 12:30, howa a écrit : e.g. How to re-select? var i = jQuery("#i"); Q: so how to select all the input inside p? i know i can use jQuery("p > input"), but I want to re-use the va

[jQuery] How to re-select?

2007-07-03 Thread howa
e.g. How to re-select? var i = jQuery("#i"); Q: so how to select all the input inside p? i know i can use jQuery("p > input"), but I want to re-use the variable i as already selected since i want my functions be more flexible...