Forums

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

Home Forums JavaScript Infogrid links and styling

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29341
    jeffash76
    Member

    Hello all!

    Can anyone help me code the infogrid to add/enable links in the dropdown panels? I added an <a> tag to some text in the html for the infogrid and you can’t click it but you can right-click to open in another tab. I would like to add multiple links. I’m ok with coding, but a little rusty on the javascript. Also, is there a way to expand the images as you hover over the main categories to show animation? I want to use this on a website for a client and it’s almost finished except for the fixes. I would greatly appreciate the help.

    Thanks,
    Jeff

    #79306
    Chris Coyier
    Keymaster

    Change line 17 of the JavaScript file to:

    Code:
    $(“#page-wrap”).delegate(“.image”,”click”, function(e) {

    I also put it on GitHub in case anyone wants to make further enhancements:

    http://github.com/chriscoyier/Grid-Accordion-

    #79309
    jeffash76
    Member

    Thank You Chris sooooo much. I was trying everything. You are a lifesaver. I’d love to send you a link to the page as soon as I get approval so you and others can see how I implemented it. Really great stuff. Keep up the good work. I look forward to working with your designs.

    Jeff

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