Why do I get a function undefined http://jsfiddle.net/Arandolph0/8eukN/3/
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<form id="frmcheckbxs" >
<c:set var="recordCount" value="2"/>
<input type="checkbox" id="chkRefId${recordCount}" onclick="checkRushed ('frmcheckbxs','chkRefId','2')" />
<input type="checkbox" id="chkRefId1" />
</form>
I checked and it doesn't look to be something like a typo it appears to be functional.