Nothing new, but the sign to remind me: how to add an image to all the links that open a new page:
1 | ) . addClass ( 'external' ) ; jQuery ('a [@ target = _blank]'). addClass ('external'); |
The CSS class extenal looks like this:
1 | background : url ( images/external.png ) no-repeat right 3px ; padding-right : 14px } . External {background: url (images / external.png) no-repeat right 3px; padding-right: 14px} |
As an image you can use: 
The result is miolink










[...] | Undolog posted under jQuery, Javascript Related Posts: CSS and jQuery: Select a row in a [...]
With jQuery 1.3 (or higher) is necessary to eliminate the (t, @) from the code, which becomes:
post in Italian ...
Perfect, thanks for the lines. As soon as possible to implement in my css
And to live on usability!