Click/focus/etc doesnt work on a input field
Hello
Im trying to modify something when clicking on a input text field. The id of that field is cart[1223686][qty].
Tried your standard:
$j("#cart[1223686][qty]").click(function() {
alert("Handler for .click() called.");
});
But nothing. What is wrong?
(Yes, $j is correct)
Related Article: Return blank input field with a value help
is a solved Web Development discussion thread by double_cola that has 1 reply, was last updated 6 months ago and has been tagged with the keywords: input, field, php, drag, and, drop, pdf.
riahc3
1,311 posts since May 2008
Reputation Points: 60
Solved Threads: 13
Skill Endorsements: 11
Worked perfectly. Stupid jQuery. Thanks.
riahc3
1,311 posts since May 2008
Reputation Points: 60
Solved Threads: 13
Skill Endorsements: 11