⬅︎ Back to jQuery and Highslide JS
//or just use it like this ;)$(document).ready(function() { $('a.highslide').each(function() { this.onclick = function() { return hs.expand(this); }; });});
Comment
//or just use it like this ;)
$(document).ready(function() {
$('a.highslide').each(function() {
this.onclick = function() {
return hs.expand(this);
};
});
});