⬅︎ Back to jQuery and Highslide JS
Hi Peter!I would like to call up Highslide for every markup putting this script in the header...but it doesn't work! Could you maybe help? Thank you!! ~Lukas<script type="text/javascript"> $('a').each(function(){ this.onclick = function() { return hs.htmlExpand(this, { objectType: 'iframe' } ); });</script>
I think there's a forum on the Highslide website. Ask there.
Comment
Hi Peter!
I would like to call up Highslide for every markup putting this script in the header...but it doesn't work! Could you maybe help? Thank you!! ~Lukas
<script type="text/javascript">
$('a').each(function(){
this.onclick = function() {
return hs.htmlExpand(this, { objectType: 'iframe' } );
});
</script>
Replies
I think there's a forum on the Highslide website. Ask there.