Jquery if() statement
Jquery if() statement
Out of context: Reply #12
- Started
- Last post
- 16 Responses
- bigtrickagain0
for your javascript in the head:
$(document).ready(function() {
//put your code here
});your code is being run before the DOM is populated - hence always getting false.