Add focus
-
Hello guys. Thank you good plugin. I’m in trouble. Can’t add class “focused” on search wrapper via jquery. When I’m clicking on input – I always receiving two clicks.
For example:
$(‘#ajaxsearchlite1 .probox .proinput input.orig’).on(“focus”, function(){
console.log(‘focus element’);
var elem = $( ‘#ajaxsearchlite1’ );
elem.toggleClass( “focused” );
});
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Add focus’ is closed to new replies.