How would i wrap each image I added with jQuery with a link also -


With some help, I was able to change some text with an image for each member

  $ ("#chatscroll") .html ($ ("#chatscroll") .html (). Replacement ('combat falter', '& lt; img src = "http://larryvasta.com/football / Img / icon / mood_icon page "/>);); $ ("#chatscroll") .html ($ ("#chatscroll") .html (). Replace ('Grundle Goblins',' & lt; img src = "http://larryvasta.com/football/img/ Icons / Goblins_Icon.png "/> ')); $ ("#chatscroll") .html ($ ("#chatscroll") .html (). Replace ('Commissioner', '& lt; img src = "http://larryvasta.com/football/img/icons / Commish_Icon .png "/> '));  

I need to direct links to each image on their profile page

How can just add links to your existing code? $ ("#chatscroll") .html ($ ("#chatscroll") .html (). Change ('combat falter', ' & lt; / a & gt; '));


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -