jquery Programming Glossary: thishash
fancybox iframe content and google search http://stackoverflow.com/questions/12238930/fancybox-iframe-content-and-google-search can be something like script type text javascript var thisHash window.location.hash document .ready function if window.location.hash.. String thisWindowLocation .split # 0 thisHash .fancybox width 800 height 320 fitToView false autoSize false..
How to create a direct link to any fancybox box http://stackoverflow.com/questions/9028310/how-to-create-a-direct-link-to-any-fancybox-box diference between the code script type text javascript var thisHash window.location.hash document .ready function if window.location.hash.. document .ready function if window.location.hash thisHash .fancybox prevEffect 'none' nextEffect 'none' closeBtn false.. on the page of reference script type text javascript var thisHash window.location.hash document .ready function if window.location.hash..
fancybox iframe content and google search http://stackoverflow.com/questions/12238930/fancybox-iframe-content-and-google-search while redirecting to the main page. Then your fancybox script can be something like script type text javascript var thisHash window.location.hash document .ready function if window.location.hash get the URL without hash so we can restore it if needed.. it if needed var thisWindowLocation window.location var thisWindowLocationSplit String thisWindowLocation .split # 0 thisHash .fancybox width 800 height 320 fitToView false autoSize false type 'iframe' afterClose function returns URL to main page..
How to create a direct link to any fancybox box http://stackoverflow.com/questions/9028310/how-to-create-a-direct-link-to-any-fancybox-box i still don't know why the boxes aren't the same. Look the diference between the code script type text javascript var thisHash window.location.hash document .ready function if window.location.hash thisHash .fancybox prevEffect 'none' nextEffect 'none'.. code script type text javascript var thisHash window.location.hash document .ready function if window.location.hash thisHash .fancybox prevEffect 'none' nextEffect 'none' closeBtn false arrows true nextClick true helpers thumbs width 80 height.. a specific fancybox code for each ID. then set this script on the page of reference script type text javascript var thisHash window.location.hash document .ready function if window.location.hash thisHash .fancybox .trigger 'click' '.fancylink' .fancybox..
|