I've added some Jquery JS files in my project. Now I want to add TitelCase JS file but this JS Jquery.js file is required. When I add this jquery.js file to the project then all tabs, ederian etc are removed due to adding jquery.js. How can I do this?
& lt; Script type = "text / javascript" src = "js / jquery1.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / to-title-case.js" & gt; & Lt; / Script & gt; The title case function works perfectly when I use only above two, but when I add something else down I do not work.
& lt; Script type = "text / javascript" src = "js / jquery-1.4.4.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / jquery-ui-1.8.9.custom.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / jquery.validate.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / to-title-case.js" & gt; & Lt; / Script & gt; The title sheet file may require jquery. But when I add jquery to the script above all my tabs, erordian is removed ..
Help me immediately.
Maybe it's a problem to get into the necessary files? I think you need to first include jquery.js, jquery-ui.js and then titlecase.js.
& lt; Script src = "javascript / jquery.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script src = "javascript / jquery-ui.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script src = "javascript / titlecase.js" type = "text / javascript" & gt; & Lt; / Script & gt;
Comments
Post a Comment