Vote count:
0
How come my javascript function doesn't get called if I have it inside a document.ready call.
$(document).ready(function () {
//doesn't get called
function Test() {
//do something
}
}
///does get called
function Test() {
}
asked 32 secs ago
javascript function not called in $(document).ready
Aucun commentaire:
Enregistrer un commentaire