Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript calling functions

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27330
    cybershot
    Participant

    I have a jquery script that I called action.js that runs my site. It provides the slide effects for the site. What I want to do is add extra functions in there so that I can pick which effect I want..slideUp, slideDown, ect…

    I know that at the bottom of the .js file, I can call which function I want by doing

    slideUp();

    but how do I call this function from the index page instead. To make it easier to choose?

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.