Prabin Parajuli
Web Developer
Sunday, January 29, 2017
Make an Anchor Link non-clickable or disabled using jQuery?
<a id="nclick" href="#">
jQuery('#nclick').click(function(e)
{
e.preventDefault();
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment