Notes/Tips about JQuery
- When using input tag, maske sure that the ID is unique between IDs and names
- e.g. <input type="text" id="username" name="username"/> /*the browser may mixed up between the ID and the name which may cause the page to not work as expected specially with android webview*/
Comments
Post a Comment