Skip to content

Instantly share code, notes, and snippets.

@ericdfields
Created March 18, 2011 13:09
Show Gist options
  • Save ericdfields/876036 to your computer and use it in GitHub Desktop.
Save ericdfields/876036 to your computer and use it in GitHub Desktop.
$('#client_catalog-category-view').live('pagecreate',function(event){
// alert('This page was just enhanced by jQuery Mobile!');
viewToggles.init()
loadMore.init()
});
// Product Array - View as Toggles
var viewToggles = {
init: function() {
$('#filters_view-as').find('a').bind('click',function(e){
e.preventDefault()
alert('tapped')
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment