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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:45:01+00:00 2026-06-15T22:45:01+00:00

I am currently building an Ajax web application using JQuery that allows for users

  • 0

I am currently building an Ajax web application using JQuery that allows for users to have the same page open multiple times in the same area. By allowing this though it tends to cause conflicts with regards to the DOM and “unique ids”.

As a result I have created a system where the javascript is preprogrammed if you like in PHP with a unique id before being send out. It’s then sent to the user as a .php file.

The code is similar to this:
User wishes to load a page in a content_area, that content area sends AJAX request to the server with the ID of that content_area which becomes the Unique Id. The server sends back a page like “myscript.php” which contains the following:

    <script>
$(function() {
    var unique_id="<?php echo $unique_id; ?>"

    var new_div=$("<div id='content" + unique_id + "'>");
    });
    </script>

I am wondering is this a bad idea and are there any alternatives to this?

  • 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-15T22:45:03+00:00Added an answer on June 15, 2026 at 10:45 pm

    You can pre-render the whole (big) section of the site and then use some JS mapper/loader to dynamically load scripts and execute custom code.

    You could create jQuery plugins to handle different parts of your functionality and load them when needed.
    On JS Loaders there is a whole section over at jster.net For routing you could use something like the Davis Mapper.

    It would be preferable to have the JS resources static where possible and handle the dynamic content via AJAX calls to the server side. Hope this helped. 🙂

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

Sidebar

Related Questions

I'm building Pylons web applications that use a lot of jQuery and AJAX/JSON to
I am currently building a java-servlet-based web application that should offer its service to
I am building a web application that will have a fair bit of forms.
I'm building an ajax based web application which lets Facebook users who login to
I am building a web app with jquery mobile. On one page I have
I am currently building a website in codeigniter that is one page site, basically
I am building a dynamic form creator that allows users to add form elements
I am building a table row in a jQuery $.ajax() call that builds a
I am building an intensive web application and currently all my URLs at the
I have a PHP web service that I am building. I can for see

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.