Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created June 26, 2012 08:11
Show Gist options
  • Save Rockncoder/2994309 to your computer and use it in GitHub Desktop.
Save Rockncoder/2994309 to your computer and use it in GitHub Desktop.
PhoneGap + JQM Performance Tip #3: Narrow jQuery Selectors
pageshow = function () {
$entryLine = $("#entryLine", $.mobile.activePage);
$li = $("#paperTape li"),
myRow = RocknCoder.RowList.getCurrentRow();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment