EasyUI Forum
September 13, 2025, 08:29:01 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: submit with enter textbox  (Read 7019 times)
Opan Mustopah
Full Member
***
Posts: 164


Indonesia


View Profile Email
« on: December 05, 2014, 08:50:13 PM »

hello again,

i have a problem with submitting form by enter key. the form not using form plugins. but only input element using textbox plugins.
when i have done fill the username and password input, and then i press enter key, but value in password input not sent to server, if i lost focus on password input and then focused it again in password input, it works.

here is my code :
Code:
$('#btn_login').click(function(){
$('#form_login').submit();
});

$('#form_login').keydown(function(e){
if (e.keyCode == 13){
$('#btn_login').trigger("click");
}
});

so why it happen?

thanks
Logged

-- Bajak Otak --
*** Sorry for my bad english :3 ***
--JeasyUI version 1.4--
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!