How do you expand this to detect specifically Chrome on Android? thanks var ua = navigator.userAgent; if (ua.indexOf("Android") >= 0) {...
I don't think that works - it seems to lose the value on page refresh
Can anyone help me out with saving the last tab state in the event someone leaves the page and returns ... thanks in advance...
Need help with some Javascript, I'm trying to populate all text inputs with the filename from the file input. Only one text input is populated....
thanks for replies, I went with this: document.write(location.pathname.split("/").slice(-1));
How do i modify this to return the current page without the query string document.write(location.href.split("/").slice(-1));
Using this library Load-Image here what is the correct way to reset or change the selected image. In my example if I select an image, then change...
thanks that was a great help, I also changed: passwordInput.addEventListener('change', function() { to passwordInput.addEventListener('input',...
I am trying to create a simple password stregnth indicator with javascript and the html5 progress element, something's wrong it don't work but no...
Separate names with a comma.