¡@

Home 

2014/10/16 ¤W¤È 12:06:01

jquery Programming Glossary: open_ajax

How to load AJAX content into current Colorbox window?

http://stackoverflow.com/questions/5273311/how-to-load-ajax-content-into-current-colorbox-window

type text javascript document .ready function a rel 'open_ajax' .live 'click' function .colorbox href this .attr 'href' .. P.S. Links in the main window a title Client Details rel open_ajax href http localhost client details 123 Client Details... a And.. Colorbox are all the same it is simply pagination a rel open_ajax href http localhost client details 123 1 1 a a rel open_ajax..

How to load AJAX content into current Colorbox window?

http://stackoverflow.com/questions/5273311/how-to-load-ajax-content-into-current-colorbox-window

window. So far I managed to make it work partially by this script type text javascript document .ready function a rel 'open_ajax' .live 'click' function .colorbox href this .attr 'href' return false script It loads a Colorbox window if I click on.. within the current one. Will appreciate any thoughts. Thanx P.S. Links in the main window a title Client Details rel open_ajax href http localhost client details 123 Client Details... a And links in the Colorbox are all the same it is simply pagination.. client details 123 Client Details... a And links in the Colorbox are all the same it is simply pagination a rel open_ajax href http localhost client details 123 1 1 a a rel open_ajax href http localhost client details 123 2 2 a a rel open_ajax..