Well not sure if you're supposed to do this but I corrected the errors by putting brackets around the keyword.
byval [from] as string
I don't like modifying VS generated code but it seems to work. Please post your thoughts if there is a better solution.
Thanks.
I have a web application that I added a web reference to Saturn Webmail. I try to build the project but I get compile errors in Reference.vb of the newly added web reference.
Example of one of the errors: Error 12 Keyword is not valid as an identifier.
Public Function sendEmail2(ByVal from As...
alwaysOpen: false, allows the user to collapse the menu item even if no other items are open (basically so all items are collapsed). Also, I believe Accordion with an "A" is the correct function name.
Yeah I was affraid this would not be an easy question to answer. I guess I was hoping this was a common issue and the fix would be obvious. Does the below code help at all?
jQuery().ready(function(){
jQuery('#mainmenu').Accordion({
active: false,
header: '.menuHead',
alwaysOpen: false...
I have a navigation bar that uses a jquery accordion to expand/collapse menu items. The issue I'm having is randomly when you log into the site all menu items will be expanded, and when you click on them nothing happens (won't collapse). Has anyone else experienced this? Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.