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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:18:42+00:00 2026-05-25T10:18:42+00:00

I want to use the jQuery UI plugin http://learn.jquery.com/jquery-ui/getting-started/ so I’ve got everything I

  • 0

I want to use the jQuery UI plugin http://learn.jquery.com/jquery-ui/getting-started/ so I’ve got everything I need downloaded. I’ve put the files where they need to be and included them in the <head> like I’m supposed to – all no problems there. But next I get a little stuck due to my utter noobieness.

It says:

Once you’ve included the necessary files, you can add some jQuery widgets to your page. For example, to make a datepicker widget, you’ll add a text input element to your page and then call .datepicker(); on it. Like this: HTML: <input type="text" name="date" id="date" />

JS:

$('#date').datepicker();

I want to use the dialog modal window popup with a form in it they’ve got as a demo. http://jqueryui.com/demos/dialog/#modal-form. The form will popup when someone clicks an image.

As far as I can make out (I’m a beginner with JavaScript) I need to make a hidden div on my page which contains the form. I need to attach it somehow to JavaScript then need to call it when the user clicks the image.

I have no idea if that’s right or wrong. And if it’s right I dunno how to do it. Anyone fancy speeding me along with some directions 🙂

  • 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-25T10:18:42+00:00Added an answer on May 25, 2026 at 10:18 am

    I think you want something like this: http://jsfiddle.net/expertCode/gTPnz/

    HTML:

    <div>
        <img alt="exampleImage" src="http://www.cancercareofwnc.com/Images/topmenu_testing_0.gif">
    
        <div id="myDiv">
            <form id="myForm">
                <input type="text" name="date" id="date" />
                <input type="text" name="other" id="other" />
            </form>
        </div>
    </div>
    

    CSS:

    div#myDiv{
        visibility:hidden;
    }
    

    JavaScript:

    $(document).ready(function(){
        $('img[alt="exampleImage"]').click(function(){
            $('#myForm').dialog();
        });                          
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use jQuery Masked Input Plugin (http://digitalbush.com/projects/masked-input-plugin/) in my registration form. My
So I want to use this plugin http://docs.jquery.com/Plugins/autocomplete I want to retrieve all the
I want to use the tablesorter plugin: http://tablesorter.com/docs/ with the thead plugin: http://www.asual.com/jquery/thead/ It
I have a jQuery plugin up on google code http://code.google.com/p/jquery-html5upload/ . I want to
Hello! I want to use this jQuery plugin http://jquery.vostrel.cz/reel I use stitched panorama. I
I want to use jGrowl plugin for jQuery ( http://stanlemon.net/projects/jgrowl.html#samples ) to display some
I'm trying to use the JQuery Form plugin (http://jquery.malsup.com/form/) to upload a file and
i want to use both of these jquery tools plugin in a page: http://flowplayer.org/tools/demos/scrollable/site-navigation.html
I am using the Waypoints Jquery plugin: http://imakewebthings.github.com/jquery-waypoints/#documentation My issue is that I want
I want to use this jquery plugin in my rails3 apps http://gmap.nurtext.de/ (Google Maps

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.