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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:32:16+00:00 2026-06-14T11:32:16+00:00

My jquery script reference are : <script src=http://code.jquery.com/jquery-latest.min.js type=text/javascript></script> <script src=http://code.jquery.com/ui/1.9.1/jquery-ui.js type=text/javascript></script> I’m using

  • 0

My jquery script reference are :

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js" type="text/javascript"></script>

I’m using Chrome Version 23.0.1271.64 m
– And I’m getting an error on line 338

})( jQuery );  //--> line 338 is highlighted 

This is a 1st for me and looking for answers.

I’m in the process of learning how to use the API and have a simple webpage

<html xmlns="http://www.w3.org/1999/xhtml">
<head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
    <meta http-equiv="PRAGMA" content="NO-CACHE" />

    <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
    <script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function() {
        $( "#edit-user" )
                .button()
                .click(function() {
                    $( "#dialog-form" ).dialog( "open" );
                });         
     });
    </script>

</head>
<body>
<button id="edit-user">Edit User</button>
<div id="dialog-form" title="Radio Dialog">
        <form>
            <fieldset>
                <input type='radio' value='A' name='myRadio'>A
                <input type='radio' value='B' name='myRadio'>B
                <input type='radio' value='C' name='myRadio'>C
            </fieldset>
        </form>
    </div>
</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-14T11:32:18+00:00Added an answer on June 14, 2026 at 11:32 am

    With the limited information you provided I assume that you expect som kind of dialog to open, right?

    Your dialog is actually already present anyway but, for the sake of seeing that something is happening, start with hiding it (but do this using .css instead when you implement it for real later on):

    <div id="dialog-form" title="Radio Dialog" style='display:none;'>
    

    Then it seems like you need to create the dialog before you open it. This is most likely what stopped you from moving ahead:

    $(function() {
    
            $( "#dialog-form" ).dialog({
                autoOpen: false      
            });      
    
            $( "#edit-user" ).click(function() {
                        $( "#dialog-form" ).dialog( "open" );
             });         
         });
    

    Check out this jsfiddle

    Hope this helps you solve whatever problem you had!

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

Sidebar

Related Questions

Please refer to this page for reference: http://loadedgranola.valitics.com/_product_83484/blackberry_lime I have a jQuery script that
Consider this Asp.net page code: <head runat=server> <title></title> <script type=text/javascript> function showhide(master, detail) {
I have a jQuery script: $.ajax({ url: /scripts/secure/development/ajax.asp, type: POST, dataType: text, data: cmd=addresses,
I use javascript bookmarklet with reference to extern path javascript:(function(){var s = document.createElement('script');s.src =
When I reference jQuery, using the first script reference, every thing is fine, however
I want to have script reference code like this displayed in a textarea so
I need to dynamically add a script reference, so I do this: jQuery('html head').append(<script
I try to composite scripts using this code : <asp:Content ID=HeaderContent runat=server ContentPlaceHolderID=HeadContent> <script>
I'm trying to add a script reference to jQuery in my master page so
I am using the following jQuery multiselect script on the select boxes on my

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.