Skip to content

Instantly share code, notes, and snippets.

@jonesch
Created September 25, 2012 11:41
Show Gist options
  • Save jonesch/3781266 to your computer and use it in GitHub Desktop.
Save jonesch/3781266 to your computer and use it in GitHub Desktop.
//jQuery on Event
$('.dynamic_content_area').on('click', '.back-button', function(){
property_id = '';
loadNewContent('multi', current_page, sorting_location, sorting_area);
$('.dynamic_pagination').fadeIn(500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment