0
votes
1answer
278 views

loading div using jquery inside shadowbox, IE

I am opening a page inside a shadowbox. But then when user clicks on a button, it loads the second div in the same page from a different page using jQuery.ajax. It works for FF,chrome and safari but ...
0
votes
1answer
934 views

jQuery get(), Shadowbox, return the whole html of the containing div

Related to my earlier question (thanks for your response Cryo), I have a further question for the javaScript mavens here. Given an html structure like this: <content> <div entry> ...
1
vote
1answer
1k views

shadowbox display of html drawn from another page via jQuery.get()

I'm a bit new to the Ajax thing and am hoping you all can suggest which of these two methods is most efficient. Both approaches seem to work, but perhaps there is some better way altogether? ...