Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Disabling page links

$
0
0
I'm trying to disable page links on a SharePoint page using jQuery.

I tried this:

$("td.ms-vb a").click(function() {
       $(this).removeAttr("onclick");
});
I also tried using the preventDefault method, removing the href attribute, adding return false and a lot of other methods.

Please help.

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>