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

New Post: Disabling page links

$
0
0
OK, so you don't actually want to remove al the links in the page; you want to change what happens when the user clicks on some of them.

Something like this should work:
$("td.ms-vb a").click(function(e) {
  e.preventDefault();
  // Do what you want here
});
M.

Viewing all articles
Browse latest Browse all 6517

Trending Articles



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