jquery - Fancybox links to specific tabs in an iframe with tabify, doesnt work -


not sure if title helps have lightbox links iframe runs fanybox, loads iframe jquery 'tabify' plugin.

here live link:

http://intp.co/periodic-table/table.html

the link fancybox this:

<a href="elements.html#li" class="element fancybox.iframe"><img src="elements/li.png" alt="lithium"></a> 

it loads box, doesn't select content. i'm looking happen:

http://intp.co/periodic-table/elements.html#zr-tab

unfortunately iframe link fancybox doesn't load this.

you have not given link proper. '-tab' added in href.

 <a href="elements.html#li-tab" class="element fancybox.iframe"><img src="elements/li.png" alt="lithium"></a> 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -