www.webdeveloper.com

Search:

Type: Posts; User: NewCss

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. using javascript for loop to control a few text field

    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(){ ...
  2. <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"...
  3. Replies
    0
    Views
    370

    change from hidden to disabled

    the following code can hidden the whole block of data,
    can I change then to disabled:mad:
    <div id="first" #if(($flag1 =="unsuccessful")||($flag1...
  4. choose one radio box other group radion box is disabled in javascript

    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">
    ...
  5. Replies
    5
    Views
    4,371

    first suggestion on work on Firefox sec total...

    first suggestion on work on Firefox
    sec total not work
  6. Replies
    5
    Views
    4,371

    Click here to

    Click here to <input type="button" value="Close Window" onClick="test();"></p>
    <script type="text/javascript">

    function test()
    {
    window.parent.close()
    }</script>
    not working...
  7. Replies
    5
    Views
    4,371

    close Window function for both ie and firefox

    how to create a close window function that can work on both Ie and Firefox:(
  8. Replies
    6
    Views
    1,639

    thank you:)

    thank you:)
  9. Replies
    6
    Views
    1,639

    :) Thank you for the suggestion, but hidden...

    :) 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 ?...
  10. Replies
    6
    Views
    1,639

    that is nice sugestions, how to handle it

    that is nice sugestions, how to handle it
  11. Replies
    6
    Views
    1,639

    onclick="submitForm use with jquery together

    onclick="submitForm use with jquery together , I want to handle if the use disable the javascript , the form is not allow to submit
  12. jquery validation , refresh the page the error is still show

    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...
  13. if this daio button is click some the error message in jquery

    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...
  14. Replies
    1
    Views
    777

    I get it

    I get it
  15. Replies
    1
    Views
    777

    validate a dropdownbox by jquery

    I try to validation a form by jquery , the following method work on text field


    var add3=$("#address_Three");
    var add3Info=$("#addoneinfo3");


    function validateAdd3(){
    ...
  16. but the click in mysql is the value I get from...

    but the click in mysql is the value I get from java script, so I have to put it direct inside the java script
  17. is possible to put the following phap code inseide the javascript

    $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
    }


    ....
  18. Replies
    1
    Views
    907

    what is data in jquery serialize()

    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...
  19. Replies
    2
    Views
    1,282

    what is style.css.gz

    I saw some project they have two css files one call style.css( iunderstand this ) the other call style.css.gz , what is that:(
  20. Replies
    0
    Views
    659

    display 4 lables and text field on li

    <li>
    <div style="float:left;">
    <label for="interest"> history:</label>
    <select name=":(period" id="interest">
    ...
  21. is possible to click the link and connect the submit form by jquery

    <!--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-->

    ...
  22. Replies
    10
    Views
    1,608

    I solve the problem, thank you for offer the...

    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
  23. Replies
    4
    Views
    1,355

    I need this value insert into to db, I still...

    I need this value insert into to db, I still don't get how to get the value of my click
    Thank you!
  24. Replies
    10
    Views
    1,608

    Dear Pactor, your are right, Thank you for the...

    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 ,...
  25. Replies
    10
    Views
    1,608

    Thank you for the reply , before my code just...

    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...
Results 1 to 25 of 33
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles