I am using JQ/JQM. In the code below, I get a list of userid's in the data.userids ajax result returns. That is working correctly because I get an expected list of 7,166 back. These userid's correspond to a checkbox(sendtext_userid or sendtext_7). I am trying to loop through the checkboxes...
Not sure the subject explains this but I have a div I populate with results returned from an ajax call.
$('#clubsearch_list div[data-role="content"]').append(data.clublist[i].accountname +'<br> '+...
Found the answer:
must use clone() to clone newgroupcode..
$('#Goal_WeightVar').live('click', function() {
var newgroupcode = $('<option value="11">11<option>');
$('#groupslist').append(newgroupcode).trigger("create");
$('#grouplist').append(newgroupcode.clone()).trigger("create")...
Using jquery/jqm I need to add an option to 2 selectboxes. I can get one to update but not the other. How do I get the other one to update. Notice the S in the names/id's Whichever .append is listed 2nd is the one that is updated.
html:
<input type="button" name="Goal_WeightVar"...
I am upgrading my server from windows 2000 to windows 2003. Is it possible to use the same ssl certificate on windows server 2003 as I did on windows 2000? Or, do I need to purchase a new one?
Chris Scott
thanks for your response, but, that created the virtual in IIS on the /s server. Basically, it ran the script remotely. I need the virtual to be in IIS on the server I run the script on but have the virutal setup as "a share located on another computer" and have it point to...
I am trying to use iisvdir to create a virtual diretory. If my directory is local, the command works fine.
iisvdir /create w3svc/1/root Testme c:\testdir
However, if I try to use a remote share like this:
iisvdir /create w3svc/1/root Testme \\server\testfolder
where testfolder is properly...
I agree. This is not my code, though. I inherited this code and am trying to get it working first and add the error check and housecleaning next. Your input is greatly appreciated though.
Chris Scott
The Whole Computer Medical Systems
ECAR,
Thanks for the input. I have checked multiple times and had others check also. After further investigating, it is not client OS dependant. However, I can have two people update the same record with the same updates at different times. One will update fine and the other will error out...
I have an update into my database using sql not cfupdate. When I execute the update from a winXP workstation, the update goes through fine. When I use a win2000 workstation I get the following error:
Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
Both...
I have a pop up form that is based on an id from the parent form. On the popup form I have a hidden field that is populated with this id. When I try to add a new record, the field is blank. How can I maintain the id value sent from the parent for so I can view records as well as add new ones...
I need to build a query. I have a table with user login log info. every time a user logs in, an entry with sessionstart(activity_id) and user_name is entered in the table. I need a query that counts the number of times each user has logged in. This is the sql that I have so far:
select...
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.