Skip to content Skip to sidebar Skip to footer

JQuery .wrap(), Anchors And IE

I am trying to wrap an anchor-tag around a block of code using jQuery (v1.2.6) by doing the follwing: var link = $('').attr('href','http://www.foo.bar'); $('#block').wrap(

Solution 1:


Post a Comment for "JQuery .wrap(), Anchors And IE"