Archive for December, 2009
-
Disable All Links Within DIV
Posted on December 14th, 2009 | 4 CommentsThis JavaScript function will disable all links within the specified DIV by setting the link object to ‘disabled’ as well as removing the ‘onclick’ and ‘href’ attributes. This is a...