I am using this code to only run this js on certain pages. $("body#action_new").ready(function() { console.log($("body#action_new")); console.log($("body#action_new").length); console.log("code is running"); } Even though body#action_new does not exist, the code is running. the two console.logs print out: [] 0 code is running What gives?
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update