adam84 Posted May 16, 2011 Share Posted May 16, 2011 On my page I was a calendar, where a user can drag and drop their tasks to different days, when they do that I have css popup gets displayed that contains a div tag called 'content'. When that popup happens, i use ajax to call a php script and return informaton into the content tag on the css popup about that task that is being moved. My problem deals with the use of JQuery in the data that is being returned. I am using JQuery to create a calendar so the user can edit the date/time if they want. The JQuery does not work when the information is returned into the content div. If I call the php script directly everything works fine. If I were to call the JQuery calendar anywhere except within the ajax returned data, then there is no problem. Any ideas how I can get around this? Link to comment https://forums.phpfreaks.com/topic/236550-issue-with-jquery/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.