This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

AutoFocus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5981
    DavyDavy
    Participant

    How can I AutoFocus? the cursor blinking on the search box when the window is opened… you know what I mean.
    This option would be also good to add. Thanks! ^_^

    #6012
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Try this custom javacript code:

    [code]jQuery(function($) {
    $(".proinput input.orig").focus();
    });[/code]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.