Forums

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

Home Forums JavaScript jquey background to change every few seconds

  • This topic is empty.
Viewing 16 post (of 16 total)
  • Author
    Posts
  • #128554
    JohnMotylJr
    Participant

    @mwbcomputers,

    Wrap all your jquery inside an anonymous function:

    <script>
    $(function() {
    // Enter your code here...
    });
    </script>
Viewing 16 post (of 16 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.