Dears ,
i use jQuery-Menu-1.0.2 plugin its working well with all apex themes , but when i try to use FreeAPEXThemeByDBE (theme_502) , not working
this my live application
username:ahmed
password:123
the first example plugin working well i used theme_24
http://41.41.94.126:8080/apex/f?p=101:LOGIN:1479442899958001
i edit the template in Standard Tab Attributes
Current Tab
<li><a href="#TAB_LINK#" class="active jq-menu-pt" id="jqmenu-pt-#TAB_LABEL#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>
Non Current Standard Tab
<li><a href="#TAB_LINK#" class= "jq-menu-pt" id = "jqmenu-pt-#TAB_LABEL#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#</li>
the second example plugin not working i used theme_502
username:ahmed
password:123
http://41.41.94.126:8080/apex/f?p=100:LOGIN:188369596042201
the template code in current Tab
<a href="#TAB_LINK#" class="t502Tab current"#TAB_LABEL#">#TAB_LABEL#</a>
Non Current Standard Tab
<a href="#TAB_LINK#" class="t502Tab"#TAB_LABEL#" >#TAB_LABEL#</a>
i want :
1- what's the true code should to edit it in current Tab & Non Current Standard Tab in the second theme to work the plugin.
2- in first example user must to click in tab to drop down menu , i want to use hover mouse not click , how can i do that ?
Thank you
Ahmed