Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8576079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:50:37+00:00 2026-06-11T19:50:37+00:00

I am using a template in an ASP.NET MVC project. Template is here –

  • 0

I am using a template in an ASP.NET MVC project. Template is here – http://themeforest.net/item/lagu-admin-premium-template/687301

All seems to be working apart from the tabs script. This works in the plain html version but in my MVC project it doesn’t work.

This is the script at the end of the page

<script type="text/javascript">  
        head.js(
            "/Content/js/jquery-1.6.2.min.js",
            "/Content/lib/jquery-ui/jquery-ui-1.8.15.custom.min.js",
            "/Content/lib/harvesthq-chosen/chosen.jquery.min.js",
            "/Content/lib/fusion-charts/FusionCharts.js",
            "/Content/lib/fancybox/jquery.easing-1.3.pack.js",
            "/Content/lib/fancybox/jquery.fancybox-1.3.4.pack.js",
            "/Content/lib/file-uploader/fileuploader.js",
            "/Content/lib/tiny-mce/jquery.tinymce.js",
            "/Content/js/jquery.microaccordion.js",
            "/Content/js/jquery.tools.min.js",
            "/Content/js/jquery.stickyPanel.js",
            "/Content/js/xbreadcrumbs.js",
            "/Content/lib/jquery-validation/jquery.validate.js",
            "/Content/js/lagu.js",
            function(){
                lga_fusionCharts.chart_k();
                lga_wizard.init();
                lga_flowTabs.tabs_b();
                lga_selectBox.init();
                lga_datepicker.init();
                lga_editor.init();
                lga_sticky.sticky_contentActions();
                lga_clearForm.init();
                lga_form_a_validation.init();
            }
        )
    </script>

When I view source the correct location is there for the lagu.js file but the lga_flowTabs function doesn’t appear to be working.

The html version is exactly the same but without the ‘Content’ folder.

Is there anyway I can debug this and figure out why the function isn’t being hit in the MVC app?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:50:39+00:00Added an answer on June 11, 2026 at 7:50 pm

    Maybe you can try this, if the file using this code is a cshtml (Assuming you’re using Razor on MVC3 project)

    <script type="text/javascript">  
            head.js(
                "@Url.Content("~/Content/js/jquery-1.6.2.min.js")",
                "@Url.Content("/Content/lib/jquery-ui/jquery-ui-1.8.15.custom.min.js")",
                "@Url.Content("/Content/lib/harvesthq-chosen/chosen.jquery.min.js")",
                "@Url.Content("/Content/lib/fusion-charts/FusionCharts.js")",
                "@Url.Content("/Content/lib/fancybox/jquery.easing-1.3.pack.js")",
                "@Url.Content("/Content/lib/fancybox/jquery.fancybox-1.3.4.pack.js")",
                "@Url.Content("/Content/lib/file-uploader/fileuploader.js")",
                "@Url.Content("/Content/lib/tiny-mce/jquery.tinymce.js")",
                "@Url.Content("/Content/js/jquery.microaccordion.js")",
                "@Url.Content("/Content/js/jquery.tools.min.js")",
                "@Url.Content("/Content/js/jquery.stickyPanel.js")",
                "@Url.Content("/Content/js/xbreadcrumbs.js")",
                "@Url.Content("/Content/lib/jquery-validation/jquery.validate.js")",
                "@Url.Content("/Content/js/lagu.js")",
                function(){
                    lga_fusionCharts.chart_k();
                    lga_wizard.init();
                    lga_flowTabs.tabs_b();
                    lga_selectBox.init();
                    lga_datepicker.init();
                    lga_editor.init();
                    lga_sticky.sticky_contentActions();
                    lga_clearForm.init();
                    lga_form_a_validation.init();
                }
            )
        </script>
    

    Also, maybe silly question but, shouldn’t your scripts be on the Scripts folder instead of Content?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a new ASP.NET MVC project using the MVC Project Template. According
I created an ASP.NET MVC 3 project using the default template, when I ran
I have created a sample project using ASP.NET MVC 3 Web Application (Razor) template.
I'm writing a website in ASP.NET MVC, using the ASP.NET MVC 1.0 template that
using VS 2008 i created a clean asp.net MVC application project and changed nothing
In my recent project which is using Asp.net Mvc 2, we found that the
Is their a solution to generate an email template using an ASP.NET MVC View
After manually upgrading an ASP.NET MVC project to MVC4 using these instructions , how
By default the new project template for ASP.NET MVC 3 adds the following to
Using the default ASP.NET MVC template, I cannot figure out how to increase the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.