/ Published in: JavaScript
Expand |
Embed | Plain Text
$("$some[id]").show(); // won't work for this type of ID $("$some\\[id\\]").show() // works fine for the ID: some[id]
You need to login to post a comment.
$("$some[id]").show(); // won't work for this type of ID $("$some\\[id\\]").show() // works fine for the ID: some[id]
You need to login to post a comment.