Need to hide script from ie
Need to hide script from ie
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- bigtrick0
do this in javascript:
if ($.browser.msie == false) {
// call your script here
}
do this in javascript:
if ($.browser.msie == false) {
// call your script here
}