Để bắt đầu, chúng ta cần hiểu rõ về validation. Validation là quá trình kiểm tra dữ liệu nhập vào có hợp lệ hay không. […]
Tag: jQuery
JavaScript get the location browser
The browser support the Navigator object. We can get location of browser by the Geolocation property in Navigator object. The Geolocation property supported in browser: […]
Meta for iOS 8 web app
Meta for iOS 8 web app 1. Configuration 1.1. Allow web app to be run in full-screen mode. <meta name=”apple-mobile-web-app-capable” content=”yes”> 1.2. Make the app title […]
Magento rewrite functions in validation.js
Hi you, today, I will guide how to rewrite functions in validation.js, validation.js in js/prototype/validation.js, it check validation of all form in Magento website You […]
New code Js check version browser Internet Explorer
Js check version Internet Explorer. After browser update, old code check version is not apply in jQuery or Javasccript. Because, I was search and see […]
Event after load ajax jquery
To start, we review ajax define: Ajax= Asynchronous JavaScript and XML. Ajax is not a new programming language, but a new way to use existing standards. […]