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 8043935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:04:15+00:00 2026-06-05T05:04:15+00:00

I’m using the TinyMCE editor (jQuery package). In the same page, I’m also using

  • 0

I’m using the TinyMCE editor (jQuery package). In the same page, I’m also using jQuery UI tabs. My problem is that if I try to render my jQuery tabs AFTER the page is loaded, I’m getting the error message g.split is not a function and my tabs are not rendered. However, If I render my tabs at page load time, everything is working fine. It looks that this problem appears only once the TinyMCE object was rendered.

So, this problem is getting me crazy. Any help would be very welcome.

I have made a minimal html example page to reproduce the problem. If you click the button, you will see that the tabs object are not rendered and I’m getting the error message. On the other side, the jQuery button is correctly rendered. So, it appears that this problem occurs only with my jQuery tabs object.

<html>
 <head>
  <title>test 1</title>

  <link type="text/css" href="css/custom/jquery-ui.custom.css" rel="stylesheet"/>

  <script type="text/javascript" src="js/jquery-min.js"></script>
  <script type="text/javascript" src="js/jquery-ui-custom-min.js"></script>
  <script type="text/javascript" src="js/tiny_mce/jquery.tinymce.js"></script>

  <script type="text/javascript">

   function render_my_jquery_ui_objects()
   {
    $("#my_button_1" ).button();
    $("#my_tabs").tabs();

    return true;
   }

   $().ready(function() {   
         $('#my_editor_1.tinymce').tinymce({
                 script_url : 'js/tiny_mce/tiny_mce.js',
                 theme : "advanced",
                 theme_advanced_toolbar_location : "top",
                 theme_advanced_toolbar_align : "left",
                 content_css : "css/tinymce.css?" + new Date().getTime()
         });

        //render_my_jquery_ui_objects();  // if I call render_my_jquery_ui_objects() here, it will work fine. Both objects (button and tabs) will be rendered
   });

 </script> 

 </head>
 <body onload=""> <!-- if I put render_my_jquery_ui_objects() in the onLoad event, it will also work fine -->

  <button onclick="render_my_jquery_ui_objects();">Render my jQuery UI objects manually</button> <!-- if I click the button to call render_my_jquery_ui_objects(), only the jQuery button is rendered. The tabs are not rendered. This is my problem here. -->
  <br/><br/>
  <a href="#" id="my_button_1">Button 1 (jQuery)</a>
  <br/><br/>
  <div id="my_tabs">
   <ul>
    <li><a href="#tabs-1">My tab 1</a></li>
    <li><a href="#tabs-2">My tab 2</a></li>
   </ul>
   <div id="tabs-1">
    <p>Tab 1 content</p>
   </div>
   <div id="tabs-2">
    <p>Tab 2 content</p>
   </div>
  </div>
<br/>

<textarea id="my_editor_1" name="my_editor_1" rows="10" cols="100" class="tinymce">
 <b>text in bold</b><br>text normal
</textarea>


 </body>
</html>
  • 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-05T05:04:16+00:00Added an answer on June 5, 2026 at 5:04 am

    Finally, the problem was on my side.
    Sorry about that.
    Here are the details.

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

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am reading a book about Javascript and jQuery and using one of the
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm making a simple page using Google Maps API 3. My first. One marker
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace

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.