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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:33:14+00:00 2026-05-15T22:33:14+00:00

i have added html elements at run time using append Code: function addFormField() {

  • 0

i have added html elements at run time using append
Code:

function addFormField() {       
    $("#inputss").append("<strong>asif</strong>"); }

but how can i add a select element at run time that looks like this..

PHP Code:

<select name="pre_req"  id="pre_req" class="inputs"  
value=<? if($this->uri->segment(2)=='update') echo $results['pre_req']?>> 

<option value='None'>None</option>             

<? foreach($combo1 as $row)
echo "<option value=$row[sub_name]>$row[sub_name</option>";
?>

</select>  
  • 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-15T22:33:15+00:00Added an answer on May 15, 2026 at 10:33 pm

    If you want to have client-side (ie. JavaScript code) that adds an HTML element you obviously cannot have PHP code there. You would need to have a web page written in PHP that returns the HTML you want for the element you want and then insert that element using jQuery. jQuery has a really handy method for this $.load(), but you need to create an element first. Eg.

     $("#inputss").append("<div id='placeholder'></div>");
     $("#placeholder").load('someAjaxService.php')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have added multiple image upload to my site using HTML api's. I have
Okay, so i have the following html added to a site using javascript/greasemonkey. (just
I have a simple HTML table which is bound using knockoutJS. However, I've added
I have added an HTML file to my solution in VS2010. How do you
I have added XRRichTextbox into XtraReport, i just want to bind HTML into RichTextbox
I have the HTML structure for my page as given below. I have added
Using this page, http://developer.android.com/sdk/compatibility-library.html , I have installed the Android Support Package, added a
I have added a show more or less function to a div - this
I have a function that appends some HTML to an element. It may get
I have two DIV elements on a webpage. I want to remove inner html

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.