tags:

views:

27

answers:

2

how to load external content in a div and then display it in a lightbox using jquery?

Thanks

A: 

You can use .load() method

rahul
yeah thats fine,then do i use a lightbox plugin to display it in a lightbox?
manraj82
A: 

As rahul said you would be best to use the load method to fetch the external content and then find a lightbox plugin that you like and use that to display the data. There are lots to choose from.

Fermin