You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(".gridder").gridderExpander({// other optionsonStart: function(){// You can manually specifiy one like this.jQuery('.gridder .gridder-list:nth-child(1)').trigger('click');// OR// You can open the relevant one via a hash in the urlindex_position=document.URL.indexOf("#");if(index_position!=-1){anchor_name=document.URL.substring(index_position);$(anchor_name).trigger("click");}},});
Hi,
How can i do this function..
The text was updated successfully, but these errors were encountered: