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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T06:55:09+00:00 2026-05-17T06:55:09+00:00

i have this site structure: First page: <script src=../jquery.uniform.min.js type=text/javascript charset=utf-8></script> <script type=text/javascript charset=utf-8>

  • 0

i have this site structure:

First page:

    <script src="../jquery.uniform.min.js" type="text/javascript" charset="utf-8"></script>
    <script type="text/javascript" charset="utf-8">
      $(function(){
        $("input, textarea, select, button").uniform();

        $("#show_image_error").load("adv_dell_img_err.html?id="+ Math.random());
      });
    </script>
    <link rel="stylesheet" href="../css/uniform.default.css" type="text/css" media="screen">
  </head>
  <body>
  In first page:<br/>
    <select>
        <option>Through Google</option>
        <option>Through Twitter</option>
        <option>Other&hellip;</option>
    </select>
    <div id = "show_image_error">load file ...</div>

adv_dell_img_err.html file:

File 2
//get data from DB ...
<select>
    <option>Through Google</option>
    <option>Through Twitter</option>
    <option>Other&hellip;</option>
</select>

Why uniform in adv_dell_img_err.html no’t work? How fix them?

Thanks

  • 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-17T06:55:10+00:00Added an answer on May 17, 2026 at 6:55 am

    Try changing this:

    $(function(){
            $("input, textarea, select, button").uniform();
    
            $("#show_image_error").load("adv_dell_img_err.html?id="+ Math.random());
          });
    

    to this:

         $(function(){
            $("#show_image_error").load(
                 "adv_dell_img_err.html?id="+ Math.random(), 
                 function(responseText, textStatus, XMLHttpRequest) {
                     $("input, textarea, select, button").uniform();
                 }
             );
          });
    

    I think that the problem is that when uniform executes the content was not yet loaded.

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

Sidebar

Related Questions

I have a site with this simple structure: \public_html {files}.php \files \es For the
though I have visited this site many times, this is my first question. After
I have a site with a structure like this: Root Folder1 Folder2 Folder3 For
I have this membership site setup on my local machine using the ASP.NET membership
I have searched this site and Google and even though the idea is pretty
Preface: I am sure this is incredibly simple, but I have searched this site
i have been to this site to try and get my car movement sorted
Say I have this url: http://site.example/dir/ In this folder I have these files: test.ascx.cs
I've been trying for hours and have read what this site and the internet
Ok.. I have looked through this site and just can't seem to find the

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.