Thanks 1DMF,
That's what i ended up doing; using jQuery. I have it so it increments label, input, and select fields.
in form:
<button id="add_row" class="btn">Add Another Person +</button>
jquery:
$("#add_row").click(function () {
var row = $("#Mytable tbody > tr:last"),
newRow =...
I finally found the 'clone' option; yet another reason why jQuery rocks. I tried it and i'm getting closer. It seems to clone the row but then submits the form which isn't needed. Can this change the names for the <input> fields so the new row will be address2, city2, state2, etc?
Take a look...
I'm trying to have JavaScript create some html inputs when i click a button and just can't seem to find what i need when searching. I have the basics working but can't figure out some of the appendChild that i think i need. This does correctly add a row to my table with one <input> for each...
I have a Windows 2008 R2 server with the File Serves role installed and have enjoyed the option in the past to search for keywords within files (see image).
My question is how can I search and return files that only have multiple keywords within them? I can't find a list of Boolean Operators...
Hi All,
I have been using a third party that hosts my website and front end (smart host) email server. These have been running on two different Windows 03 boxes and everything has worked as expected for a long time; i can email using CDO from an asp webpage on IIS to the email server and the...
I'm running a 2008 R2 server with IIS7.5 and a legacy website that uses classic ASP and a hard coded MS Access database. I have everything moved and working but can't seem to get write permissions set on the database correctly. I set (through Explorer) file level read/write permissions for...
I have a jquery script that correctly rotates several images in a loop after showing each for a few seconds. I'm noticing in the newest Firefox and Chrome browsers, and found the same after searching, that it I move off the tab or minimize the browser that the JavaScript stops/pauses until...
Good point on the loop. I take a peak at that.
They reason I won't see any changes is because i have a link that shows the groups when clicked, but needed to cycle though all of them and make sure they are hidden first.
I'm trying to loop though a few Div's and set them to hidden/visible. I have tried this a few ways but can't seem to get a winning solution as both of my try's show errors.
In the body:
<div id="Group1" style="display:none;">
<p>Question 1</p>
<p>Question 2</p>
<p>Question 3</p>...
@ audiopro - I wouldn't recommend it but it could be made to work, but i won't argue on that since it won't help kirnehator any. css with div's is more my style.
@ kirnehator -
On line 71 remove the line of inner code you have and insert this in between those <td> </td> tags. Problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.