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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:02:32+00:00 2026-06-17T21:02:32+00:00

Is there any attribute in dialog of jquery-ui which can provide behavior like title

  • 0

Is there any attribute in dialog of jquery-ui which can provide behavior like title property of div.(Showing title name on hover)?

Below is generated html of OK button of confirm dialog box.I want ‘title’ like property of div to be applied for ‘OK’ and ‘Cancel’ button

<button type="button" class="ui-button 
        ui-widget 
        ui-state-default 
        ui-corner-all 
        ui-button-text-only"   role="button" aria-disabled="false">
     <span class="ui-button-text">Ok</span> </button>

EDIT:
Here are some property whihc I used for dialog

 dialog({

        height:110,
        widht:460,
        title:"This is dialog Title",
        modal: true,

        buttons: {
        "Ok": function() {  
        $( this ).dialog( 'destroy');
        },
        Cancel: function() {
            $( this ).dialog( 'destroy');
        }
        },

enter image description here

  • 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-17T21:02:33+00:00Added an answer on June 17, 2026 at 9:02 pm

    I don’t think there is any option to apply title attribute for buttons of jquery dialog.Here is the solution I am using as of now.

    open: function(event, ui) {
          //  In dialog open
            $('.ui-dialog-buttonset button:first').attr('title','Ok');
            $('.ui-dialog-buttonset button:last').attr('title','Cancel');
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any attribute, property, or method available which tells whether a given type
Is there any attribute which can Identify a particular cell location in HTML table?
Is there any attribute associated with the starting time I can get from the
Possible Duplicate: Select xml node by attribute in php Is there any function like
Is there any attribute that one can put on a parameter for an action
Is there any way of making a composite attribute in C# to provide equivalent
Is there any way to search and replace a name= attribute with unique names
Is there any attribute in jQueryMobile where I can specify that I don't to
Is there any attribute like tab-index? CONTEXT : I'm making a section in a
Is there any way to deploy an item without using this attribute ? I'm

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.