disable javascript if lower then 1024
disable javascript if lower then 1024
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- uan0
if (screen.width>=1024)
{ exuctue some javascript}
}else{do nothing}
if (screen.width>=1024)
{ exuctue some javascript}
}else{do nothing}