$(":password").focus(function(){
$(this).after("<img id='chromeBtn' src='chBtn.png' />");
});
//till here it works, after that it doesen't
$("#chromeBtn").click(function(){
someFunc();
});
How to make the second expression work? I don't have access to the html file i use this script on, so i have to find a way to do it through JS.

New Topic/Question
Reply



MultiQuote



|