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

  • SEARCH
  • Home
  • 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 325393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:12:45+00:00 2026-05-12T09:12:45+00:00

I am having a problem with Jquery Tabs. On my MVC page, I have

  • 0

I am having a problem with Jquery Tabs. On my MVC page, I have a form that returns a partial page (.ascx). This page has Jquery tabs on it, howerver all I get is the tab content without the tab. It looks like the partial page javascript code for the tab does not run,

<script type="text/javascript">
    $(function() { $("#tabs").tabs(); });
</script>

I tried to put this in the main page, but I get an error because “#tabs” does not exist on the page when it is first loaded.

Any ideas on getting this to work?

  • 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-05-12T09:12:46+00:00Added an answer on May 12, 2026 at 9:12 am

    Are you loading the partial via AJAX? If so, put the code that generates the tabs in the AJAX callback instead of on the page.

    $('#tabContent').load( '/controller/action', null, function() {
       $('#tabs').tabs();
    });
    

    With the MS Ajax helpers:

    <% using (Ajax.BeginForm("Action", new AjaxOptions { ..., OnSuccess = "doTabs", ...})) %>
    
    <script type="text/javascript">
        function doTabs() {
           $('#tabs').tabs();
        }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This post talks about the problem that jQuery tabs is still having with the
Been having a problem making a jQuery slider, I have a list of links
I have having a problem with a jQuery script showing up in every other
I'm having a problem with some jquery animations. I have dynamically created divs with
I am having a problem with matching elements in jQuery. Basically I have list
I am working on a mvc project, and having problem with json. i have
We are having 2 problem with jquery. Please have a look at the following...
I'm having a little problem with jQuery ajax and an animation. I have a
I am having problem with Yii and jQuery mobile. The problem is that jQuery
I am having an odd problem with jQuery 1.5.2 in Chrome. I have code

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.