Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
怎么用.each()?
.each()
$('img').each(function(i) { $(this).wrap(function(){ return $('<a>').attr({ href: '../test/top.php?title=' + this.src, title: myTitle[i] + "\n" + myDescr[i] }); }); });