Saturday, 24 August 2013

JQuery onclick execute event of input field

JQuery onclick execute event of input field

I don´t know if it´s possible do this , in this case i want when click
over input text field activate function in jQuery and after of this action
execute the code of jQuery - inside onclick - , i put my example :
<input type="password" name="password" value=""
class="input_text_register" id="pass" onclick="jQuery("#list").show();"/>
I can´t do this works , i supose i have some error because no get works
finally , in this case the activation from input text field open other div
for show informations
Thank´s , Regards !

No comments:

Post a Comment