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)