AutoFocus

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 8 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5981
    Davy
    Davy
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Try this custom javacript code:

    jQuery(function($) {
       $(".proinput input.orig").focus();
    });
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.