uncaught exception: Syntax error, unrecognized expression
- by coffeeaddict
I am getting uncaught exception: Syntax error, unrecognized expression: [@name='rbRewSelectionGroup'] when I load the page:
<script language="javascript">
$("input[@name='rbRewSelectionGroup']").click(function()
{
$(this).closest("form").submit();
});
</script>
I am not seeing it. I do not see anything wrong with this code at all. I do have the jQuery (1.4.2) library loaded with the page.