How to check flash and javascript installed/enable/disable on browser using JQuery
Posted
by
MKS
on Stack Overflow
See other posts from Stack Overflow
or by MKS
Published on 2010-12-28T09:49:26Z
Indexed on
2010/12/28
9:53 UTC
Read the original article
Hit count: 221
jQuery
Hi Guys,
I am using JQuery.
I have got one link as given below:
<li><a href="http://staging/english/Skywards/skywards.aspx" id="skywardsTopLoginLink">Login</a></li>
Now I want to check on page load whether Flash/javascript is installed or disabled and according to output the Login link will work, I mean if flash/javascript is disabled or not installed then it will go to the above Href else it will open jQuery model dialog box for login functionality
© Stack Overflow or respective owner