jquery - Handling wordpress content into ajax modal popup -


i succeed implement jquery modal here http://wordpressthemescollection.com/ajax-wordpress-post-popup-with-simplemodal-and-jquery-488.html wordpress.

however, when click on link displayed within modal, parent page changed. here way interact inside modal windows ?

thank you, ken.

your limitation here "modal" div not separate targettable browser window. so, need intercept click event within containing "modal" div, , load page content modal itself.

the problem becomes more complex if want able things incorporate browser back/forward button navigation within modal, require intercept events , reference stored history of pages have been loaded modal.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -