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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:00:38+00:00 2026-05-17T19:00:38+00:00

I am using the newest jqueryui and have a link on my homepage that

  • 0

I am using the newest jqueryui and have a link on my homepage that bring a dialog with a form. Now on Firefox, IE and the others no problems. Only on chrome. it just won’t work. You click and it’s just quiet.
Here is the simple code that gets the dialog:

var diagopt = {
    autoOpen: true,
            title: 'Get a Quote Sent to you!',
    modal: true,
    width: 400,
    height: 350 } d.each(function(){ //d is a variable holding jquery object
$(this).click(function(eve){
    if($(this).attr('id') == links[1]) //array with id of target elements
        {
            $('#getquote').dialog(diagopt);
            return false;
        }

Is there anything I am missing or is it one of those css quirks that chrome just doesn’t like coming from jqueryui which I see spoken of by some other users 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-05-17T19:00:39+00:00Added an answer on May 17, 2026 at 7:00 pm

    Try a semicolon before d.each and make sure to close your .each(function() { and .click(function() { with });:

    var diagopt = {
        autoOpen: true,
        title: 'Get a Quote Sent to you!',
        modal: true,
        width: 400,
        height: 350 }; // <== semicolon
    d.each(function(){ //d is a variable holding jquery object
        $(this).click(function(eve){ // <== Note that eve is never used. 
            if($(this).attr('id') == links[1]) //array with id of target elements
            {
                $('#getquote').dialog(diagopt);
                return false;
            }
        }); // <== close the .click()
    }); // <== close the .each()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using ASP.NET, not the newest one with that clientIdMode stuff. So, the control
I have an issue with obtaining data from Windows Azure's runtime using the newest
I'm using the link https://www.facebook.com/feeds/page.php?format=json&id= to return a JSON object of the newest updates
Currently developing an application using the newest version of symfony, obtained through PEAR. This
I'm trying to setup a new web-application for learning purposes using the newest technologies:
without using a database i wanted a file to point to the newest revision
I'm using the latest indy snapshot (installed yesterday) and newest SSL libraries. When trying
I'm using Linux Mint 11 64 bit. I needed some packages to install newest
I am trying to build a project using the newest release candidate of Scala
I am currrently using BeautifulSoup to scrape some websites, however I have a problem

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.