Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Triggering FancyBox from a DIV onclick(); #10129
    blankharoldo
    Participant

    a) you can put other items inside an a tag, it will work but it’s unsemantic.

    b)

    1. put your iframe in a hidden div (or ajax it in on click)
    2. the do $(‘.menuitem’).click(hiddendiv.fancyb…().show())

    Personally i would always avoid using onclick=”” it’s much easier to maintain your code in an external js file

Viewing 1 post (of 1 total)