InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Tag: autocomplete

Autocomplete=”off” workaround / fix for valid XHTML

Arvind KumarJavascript, jQuery2 Comments on Autocomplete=”off” workaround / fix for valid XHTML

Add an onload function similar to the following to <head> section of your web page. <script type=”text/javascript”> function onload_call() { if (!document.getElementById) return false; var f = document.getElementById(‘field_name’); f.setAttribute(“autocomplete”, “off”); } </script>

  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Check If An Array Has Duplicate Values Example in PHP
  • How to install Django and Run your first project in Mac
  • 2 methods to check if a given Date is Today’s Date in Laravel
  • PHP example of Null coalescing operator for shorthand If-Else operator
  • Example of Eloquent Model Query with conditional Where condition in Laravel

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms