skip to Main Content

Twitter bootstrap not working from local files

When I include my script like this - loading bootstrap.min.js from a local file on disk, it does not execute my browser code. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="js/bootstrap.min.js" </script> I know it can find the file, because if I introduce a…

VIEW QUESTION

Code optimize, how to make it look good – SEO

Today, I code some JavaScript, but it really does not look good. So how can I optimize it with good extend and look delicious if($("#active-flg").val() == 'clubInfo') { $("[name='local-li']:eq(0)").addClass("active"); $("[name='local-li']:eq(1)").removeClass("active"); $("[name='local-li']:eq(2)").removeClass("active"); $("#manage-club-info").addClass("active"); $("#manage-club-config").removeClass("active"); $("#manage-club-phone").removeClass("active"); } else if($("#active-flg").val() == 'clubSeo') {…

VIEW QUESTION
Back To Top
Search