Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Clint0890

    Compile errors in web reference - reference.vb

    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.
  2. Clint0890

    Compile errors in web reference - reference.vb

    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...
  3. Clint0890

    jquery accordion issue

    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.
  4. Clint0890

    jquery accordion issue

    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...
  5. Clint0890

    jquery accordion issue

    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.

Part and Inventory Search

Back
Top