Search:

Type: Posts; User: d.i.l.l.1990

Search: Search took 0.03 seconds.

  1. Re: How to choose dynamically values from an array

    I fix the code. I add to files with these peace of codes. sorry, about this mess!
  2. How to choose dynamically values from an array

    hi,
    I have this keypressed function:


    function keyPressed(event, input) {
    if (event.keyCode == 8) {
    return true;
    }
    var char = event.which ? event.which :...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width