Search:
Type: Posts; User: NewCss
Search :
Search took 0.01 seconds.
I have six text field , It is possible let me to using a for loop to control the disabled ? I have code like[COD
<html>
<head>
<script LANGUAGE="JavaScript">
function Hidden(){ ...
<label for="fm-degree" class="special">
<input name="curriculum" type="radio" onclick="Show()"value="mphil" >
MPhil</label></div>
<div class="formcol" id="group7">
<label for="fm_degree"...
the following code can hidden the whole block of data,
can I change then to disabled:mad:
<div id="first" #if(($flag1 =="unsuccessful")||($flag1...
I need choose one radio box other group radio box is disabled in java script
so far I have, but it did not work:):):mad:
{code}
<label for="fm-degree" class="special">
...
first suggestion on work on Firefox
sec total not work
Click here to <input type="button" value="Close Window" onClick="test();"></p>
<script type="text/javascript">
function test()
{
window.parent.close()
}</script>
not working...
how to create a close window function that can work on both Ie and Firefox:(
:) Thank you for the suggestion,
but hidden the form is not that user friendly,
I use the only way add the following on the head can i use you way , let jquery to handle the redirect ?...
that is nice sugestions, how to handle it
onclick="submitForm use with jquery together , I want to handle if the use disable the javascript , the form is not allow to submit
in html I have
<td valign="top"><b>Are you a full-time staff?</b><br>
<input type="radio" name="fullTime" value="Yes"/>Yes
<input...
How to change the following from javascript to jquery
if(x.local[1].checked==true){
error+= "local student only.\n";
}
<input type="radio" name="local"id="local" value="Yes"/>Yes...
I try to validation a form by jquery , the following method work on text field
var add3=$("#address_Three");
var add3Info=$("#addoneinfo3");
function validateAdd3(){
...
but the click in mysql is the value I get from java script, so I have to put it direct inside the java script
$sql = "SELECT * from imap_user where link=click order by rand()";
$db->Select($sql, &$result_user);
while ($row_user = mysql_fetch_array($result_user)) {
dosoething
}
....
I try to use jquery serialize()
but I am not sure about the
function(data)
$("# myid").after(data);
$("# myid").before(data);
can somone give me a detail information what is including in the...
I saw some project they have two css files one call style.css( iunderstand this ) the other call style.css.gz , what is that:(
<li>
<div style="float:left;">
<label for="interest"> history:</label>
<select name=":(period" id="interest">
...
<!--a href="#" class="like_button" id="tag<?php echo $row2['id']; ?>" name="tag" onclick="(this.innerHTML=='like')? this.innerHTML='unlike' : this.innerHTML='like'; return false;" >like</a-->
...
I solve the problem, thank you for offer the help, I just wonder can you give some general ideal on how to debug jquery code
I need this value insert into to db, I still don't get how to get the value of my click
Thank you!
Dear Pactor,
your are right, Thank you for the help!! although I am new in both php and jquery, I feel the difficulty part is not the new technology, but how to debug?? not error log at all ,...
Thank you for the reply ,
before my code just not action and not error( I use XAMPP) maybe some can help me on where to find some error.
mean time the suggestion do the submit but still have a...