http://imgur.com/DJTJbZN
http://imgur.com/ELKRgN0
as you can see from the 1st pic, the location info below "Edit Art" (top left) is stuck to the previous location and not the current location. How do I fix this? We're using movement location tracking if that makes a difference. Thanks
I am using ajax requests on some html components in one of my search views in Pawtucket2. Ajax calls another view in the same directory (views/Search), however requests are returned with a view containing header and footer. How can I integrate ajax calls in views and receive response without header and footer?
Example:
I have a drop down box in advanced search view (/views/Search/ ca_objects_advanced_search_objects_html.php). When an item in the drop down box is selected an ajax request to selection.php is made. Code in selection.php does some processing on the ajax request and returns some data that will be used to populate some additional html components in advanced search view. Ajax call is successfully made to selection.php, however response of the request contains a full view with header and footer.
Thanks.