Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged xhtml



« Prev 1 Next »
The most annoying thing I find working with the strict doctype is the inability to send users off to a site in a new window. To combat this, I always use the above snippet. Some people just stick the attribute on the anchors when the page loads...
0 629 posted 13 years ago by digitalclubb
Uses jQuery to give links with rel=\"external\" the ability to open in a new window, while keeping the document XHTML or HTML Strict. Works by assigning a \"_blank\" value to the \"target\" attribute of all such links after the page has already loade...
0 685 posted 13 years ago by Moridin
This plugin will, by default, truncate a block of text down to one line at its current width (if the text block exceeds 1 line). You can also pass in a pixel value and it will truncate it to that width.
0 893 posted 14 years ago by adamcoulombe
« Prev 1 Next »