how to use javascript $('#a.id').trigger('click')

Hello  i wanna fire a jquery/javascript trigger('click') on a ul => li => <a id='myid'   on page load to a submenu item.

do you have any idea how to move forward with this.

 

any help is welcome as i am stuck for days :-(

Quote · 11 May 2016

Try to use 

$('#a.id')[0].click();

instead*

Rules → http://www.boonex.com/terms
Quote · 14 May 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.