Forums

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

Home Forums JavaScript Stupid Jquery Syntax!

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146194
    lprintz
    Participant

    Hello all!

    I built a simple modal that you can see here by clicking the ‘open modal’ link at the bottom – http://siphon-marketing.com/clients/aje/test.html

    I’m trying to add a ‘fadeIN’ when opening the modal so it’s not so abrupt but, for the life of me, I can’t figure out the correct syntax to have TWO things happen when clicking the link.

    Ideally I’d like the background mask and the modal box fade in.

    I also tried CSS3 transitions and failed there as well…I need a drink!

    #146200
    g3logic
    Participant

    None of your scripts are loading… including your jQuery library. Take a look at your browser console. Looks like test.newajb.info doesn’t exist.

    #146252
    dgriesel
    Participant

    you have to put the <script> tag that loads jQuery before the ones for the plugins. otherwise those try to access jquery before it is loaded.

    #146511
    lprintz
    Participant

    Hello!

    test.newajb.info is my development server which was probably being refreshed when you checked…should be fine now (I just checked)

    Please note that this page is rough and some styles are missing, however, I just whipped this up so you can see the modal working…just need it to fade in

    Thanks all!

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