Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

moocr com

@moocr com
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to handle events in Pocket Internet Mobile
    M moocr com

    Does the browser in Pocket Internet Mobile support javascript? If it does, so you can using javascript as the same as on windows platform.

    JavaScript javascript tutorial question

  • Calling jar file from javascript at client side
    M moocr com

    if dont consider the safe or you browser allow, you can do it use javascript. but you'd better dont do this operation. moocr.com

    JavaScript tutorial java javascript html sysadmin

  • How to read the body of methods in JavaScript
    M moocr com

    function func(){
    alert('1');
    }
    document.write(func);

    try it! moocr.com

    JavaScript javascript tutorial

  • string testing fails
    M moocr com

    why you do not use regular expression?

    //sorry, but I can not input the rest chars.
    var reg=/[qwertyuiopasdfghjklzxcvbnm1234567890]{10}/gi;

    if(!reg.test(document.getElementById("cardId").value)){
    alert("Error");
    }

    see more javascript skill, just click moocr.com

    JavaScript help testing beta-testing

  • Error in developing my first AJAX example. . . .
    M moocr com

    if(xmlhttp.readystate == 4 && xmlhttp.status==200) {
    document.timerForm.time.value = xmlhttp.responseText;
    }

    may be you lost the xmlhttp.status==200. moocr.com

    JavaScript help javascript php html tools

  • Disable Tabbed browsing using javascript
    M moocr com

    Yes, you are right! javascript can not close a window without any confirm or alert if it did not open the window use window.open(); moocr.com

    JavaScript javascript

  • get controls using name
    M moocr com

    I think you'd better change one list checkbox name. if not, you can do it like the above answer, but it's not very good, i improve it at below:

    //get all the checkbox of table 1
    var ele = document.getElementById("table1").getElementsByTagName("input");
    var size = ele.length;
    var boxs = [];
    var j=0;
    for(var i=0;i
    do you like more js or web skills? just click my blog! moocr.com :)

    JavaScript javascript
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups