[Solved] How to wrap or label all divs like files in opertaing systems (jQuery) [closed]


You can use the attr function to get the title:

$(...).attr('title')

And jQuery’s wrap function

$(...).wrap()

Here is an example: http://jsfiddle.net/d9HtJ/

0

solved How to wrap or label all divs like files in opertaing systems (jQuery) [closed]