Why doesn't any javascript function written inside document.ready be directly called from an event in jsp?
Eg:
$(document).ready(function(){
function abc()
{
//Some stuff here
}
});
From something like:
<input id="a" type="button" onclick="abc();">
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…