I created a html element and wrote the following jQuery code.
1 2 3 4 5 | jQuery( "article.central_executive" ).click(function( event ) { return false; }); |
I created a html element and wrote the following jQuery code.
1 2 3 4 5 | jQuery( "article.central_executive" ).click(function( event ) { return false; }); |
© 2024 A Weblog of Priyank Maniar.