codedestroyer·قبل 5 سنوات·discusscool idea, maybe zip the files for the user so people do not have to deal with multiple download prompts
codedestroyer·قبل 7 سنوات·discussto reduce dom transversal you should assign selectors to variables. var tipBtn = $(".tip_btn");then anytime you use tipBtn it has a saved reference to the dom node, if you repeat selectors they recalculate each use.