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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:53:46+00:00 2026-06-13T00:53:46+00:00

This is by far the most annoying and bizarre issue I have ever encountered

  • 0

This is by far the most annoying and bizarre issue I have ever encountered with jQuery. It is ridiculously basic (one of those Murphy’s Law bugs)

I have a div (divDialog):

    <div id="divDialog">
    </div>

I call the dialog function:

    $('#divDialog').dialog();

It gives me this error in firebug:

    this.element[0].nodetitle is undefined

If I remove the div, the error disappears. If I console out just the selector portion,
it shows the node in firebug and all looks well. I am currently extending jquery in the following ways:

$.fn.isAfter = function(sel){ //returns true if element is after, else return false, for animations
    return this.prevAll(sel).length > 0;
}
$.fn.isBefore= function(sel){ //returns true if element is before, else return false, for animations
    return this.nextAll(sel).length > 0;
}
$.fn.exists = function(){ //returns true if element exists, false if not
    return this.length>0;
}
$.fn.btnClick = function(fn){ //check if the element is disabled before executing onclick
    $(this).click(function(){
        if($(this).attr('disabled')!='disabled'){
            fn(this);
        }
    });
    return $(this);
}
$.fn.btnToggle = function(){ //toggle disable/enable
    if($(this).attr('disabled')=='disabled'){
        $(this).removeAttr('disabled');
    }
    else{
        $(this).attr('disabled','disabled');
    }
    return $(this);
}

I am also extending the Array prototype:

    Array.prototype.isArray = true; //this allows us to say if(variable.isArray) to detect arrays

Any ideas? I am beyond frustrated with this. Any help or direction would be much appreciated.

  • 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-13T00:53:47+00:00Added an answer on June 13, 2026 at 12:53 am

    The problem was apparently a version issue with jQuery, jQuery UI, or the pairing of them. I was using jQuery 1.7.1 and jQuery UI 1.8.1. The problem disappeared upon using that AJAX libs from google. Nodetitle only occurs within the UI lib, so I am assuming the big lies somewhere in there. To any jQuery devs, I would suggest some sort of package control between UI and vanilla. Perhaps UI could be ported into the browser by using an AJAX call so that UI always matches up with the proper vanilla package? Anyway, resolved.

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

Sidebar

Related Questions

I have this annoying issue where my android google nexus one can't run my
I have this so far but the Column 'name' is ambiguous, so I want
I have this so far but I don't know how to write over the
I have this so far: http://jsfiddle.net/u5vhS/54/ . What I want to be able to
I have been using this so far system 'strings binary-file.dmp | grep search_string' Is
Thanks to those who've answered my previous questions and gotten me this far. I
So far most of the stuff in this combined setup works well enough. However,
So far most of our clients (online retailers and banks) have been reticent of
This is the updated program I have written so far: # This program averages
I got this far: :~ curl -u username:password -d status=new_status http://twitter.com/statuses/update.xml Now, how can

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.