always use var in your js code
never put this in your code
valueName = $('.main_input_index_login').eq(0).val();
use the correct way
var valueName = $('.main_input_index_login').eq(0).val();
never put this in your code
valueName = $('.main_input_index_login').eq(0).val();
use the correct way
var valueName = $('.main_input_index_login').eq(0).val();
YiiLib Foucs on: Pro Web Dev Tutorial and Pro Web Dev Service
Copyright © 2011 - 2024 YiiLib.com(YiiBlog.info) - Designed & Developed by Boy.Lee
Leave Comment