Results 1 to 11 of 11

Thread: input ???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Android 4.1 User Athlonio's Avatar
    Join Date: Oct:2005
    Location: 90
    Posts: 288

    input ???

    , input youtube, google vbox7 ?

    .
    comp: GB B85M-D3H /1150 | Pentium G3420 3.2GHZ/3M/1150 | 2 X 4 GB DDR3 Kingston HyperX 1600 | 500GB WD BLUE SATA2 | Asus nVidia 9600GT | LG 8.5GB DVDRW Black GSA-4163-B retail | FOXCONN 3GTH002//FSP 400W PFC | Phillips 190X6FB | Logitech X-530

  2. #2
    hmm BornToDrink's Avatar
    Join Date: Aug:2005
    Location: .
    Posts: 11,573
    Hey, mother, I come bearing a gift. I'll give you a hint. It's in my diaper and it's not a toaster.
    .

  3. #3
    White awesomeness z0ne's Avatar
    Join Date: Feb:2002
    Location: o
    Posts: 13,331
    - AJAX.

  4. #4
    hmm BornToDrink's Avatar
    Join Date: Aug:2005
    Location: .
    Posts: 11,573
    Quote Originally Posted by z0ne View Post
    - AJAX.
    $.post jQuery .
    - '' , .
    :
    http://www.exploremyblog.com/html/bl...php?blogid=300
    Hey, mother, I come bearing a gift. I'll give you a hint. It's in my diaper and it's not a toaster.
    .

  5. #5
    TEKIL4O's Avatar
    Join Date: Feb:2007
    Location: Rousse/Sofia
    Posts: 341
    Quote Originally Posted by BornToDrink View Post
    - '' , .
    , , framework, . . , .. , ,


    !
    EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS

  6. #6
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653
    , . enter . .

  7. #7
    TEKIL4O's Avatar
    Join Date: Feb:2007
    Location: Rousse/Sofia
    Posts: 341
    Quote Originally Posted by View Post
    , . enter . .

    !
    Code:
    if (event.keyCode == 40) { ... }
    input . void(1) return false if-, .

    ,
    .
    EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS

  8. #8
    Registered User tedych's Avatar
    Join Date: Nov:2003
    Location:
    Posts: 17,654
    Google , , Google Suggest. reverse engineer- , Labs.

  9. #9
    TEKIL4O's Avatar
    Join Date: Feb:2007
    Location: Rousse/Sofia
    Posts: 341
    Quote Originally Posted by tedych View Post
    Google , , Google Suggest. reverse engineer- , Labs.
    , *. JS.

    !
    EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS

  10. #10
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653
    ComboBox , .

    , autocomplete-a ( ):
    Code:
    function txtInput_KeyDown (txt, e) {
        var keynum
    
        if (window.event) // IE
        {
            keynum = e.keyCode
        }
        else if (e.which) // Netscape/Firefox/Opera
        {
            keynum = e.which
        }
        
        if (keynum == 40 && $("#lstAutoComplete").css("visibility") == "visible") {// Arrow Down
    
            var domObj = $("#lstAutoComplete > span");
            if (this.SelectedIndex < domObj.length - 1) {
                // Clear the previous selection
                $(domObj[this.SelectedIndex]).css("background-color", "white");
                $(domObj[this.SelectedIndex]).css("color", "black");
                
                this.SelectedIndex++;
                // Set the current selection
                $(domObj[this.SelectedIndex]).css("background-color", "#335ea8");
                $(domObj[this.SelectedIndex]).css("color", "white");
                // Set the text in the TextBox
                $("#txtInput").val(domObj[this.SelectedIndex].innerHTML);
                //Scroll();// Must implement
            }
            return;
        }
        else if (keynum == 38 && $("#lstAutoComplete").css("visibility") == "visible") {// Arrow Up
    
            // Same code with this.SelectedIndex--;
        }
    }

  11. #11
    TEKIL4O's Avatar
    Join Date: Feb:2007
    Location: Rousse/Sofia
    Posts: 341
    @!

    ,
    HTML Code:
    autocomplete="off"
    input field-...

    ,
    .
    EP 9NPA+ U (HR-05/IFX)| 4200+X2@2.8GHz (IFX-14) | 2x1GB KINGSTON (DDR430 3-4-3-6-1T@2.7V) | GB 8800GT (512MB) | WD6401AALS | CFT-750-14CS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |