InimistTech Blogs

Web & Mobile App Tech Weblog

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

Category: jQuery

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>

Checking / Unchecking radio buttons and retrieving their value in jQuery

Arvind KumarJavascript, jQueryLeave a Comment on Checking / Unchecking radio buttons and retrieving their value in jQuery

Let us assume we have radio buttons <input name=”rd_name” id=”RD1″ value=”Value One” /> Label 1 <input name=”rd_name” id=”RD2″ value=”Value Two” /> Label 2 To retrieve and set radio button values by id we have the following methods. To retrieve we…

Read More→

How to position a pop up element on mouse position coordinates with jquery

Arvind KumarJavascript, jQuery3 Comments on How to position a pop up element on mouse position coordinates with jquery

Here is a simple yet useful trick to position a tooltip (a div element etc) near the mouse click or pointer position using jQuery. In the example here, we have a tool tip (div) with id “tooltip”, a href tag,…

Read More→

Limitation on the number of characters in jquery ajax response

Arvind KumarAjax, Javascript, jQuery, MiscelleneousLeave a Comment on Limitation on the number of characters in jquery ajax response

The following jquery ajax call would return approx. 8442 characters in its “html” response. Content exceeding this number would be truncated.

Posts navigation

Previous 1 2 3
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide
  • Introduction to Node.js for Beginners
  • How to Modify WooCommerce Templates

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
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram