Open Exlore opened 5 years ago
I am thinking along the lines of:
var url = "http://url.com/page?showPanel14"; $('#content14').trigger('click');
$(document).ready(function(){ var url = "http://url.com/page?showPanel"; $('.divname img')[0].click(); });
link: href="http://url.com/page?showPanel" Works for me.
I am trying to open one of the gridder items via a URL. So say URL is on homepage and the gridder gallery is on an internal page. How would I go about this?
Thanks