Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created June 26, 2012 08:09
Show Gist options
  • Save Rockncoder/2994302 to your computer and use it in GitHub Desktop.
Save Rockncoder/2994302 to your computer and use it in GitHub Desktop.
PhoneGap + JQM Performance Tip #2: Cache jQuery Selectors
var $paperTape = $("#paperTape"),
$li = $("#paperTape li"),
$sum = $("#sum"),
height = parseInt($li.css("height"),10),
top = RocknCoder.Dimensions.top,
getTop = function(){
return top;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment