How to Auto Resize a textarea with jQuery
To make a textarea auto resizable with jQuery, use the following codes.
Read MoreTo make a textarea auto resizable with jQuery, use the following codes.
Read MoreHi everyone, In this post, we are going to learn how to get ASCII KeyCode of User pressed keys using JavaScript and jQuery. Suppose we have an input tag with id “#textbox“. Now try the following codes and have fun.
Read MoreHi guys, Today I was working with a project, I named it FTP File Indexer & Search Tool. It recursively scan FTP servers and fetch files into MySQL database. As PHP will eat up all memories and because of max time out problem, I’m using jQuery AJAX to do all additional works (like recursively looping through
Read MoreHi guys, in this tutorial we are going to learn, how to load / parse content from XML, JSON and Text Files into a simple web page by regular AJAX and jQuery AJAX. You can also see Basics of AJAX Online Tutorial if you are new to AJAX technologies. For this tutorial, you should have... continue reading.
Read MoreHi guys, you may have faced problem with Balancing Columns – making two DIVs equal height. Balancing columns with CSS is not possible. You can use JavaScript/jQuery to do that in very dynamic way. JavaScript can do the job pretty well, but I recommend to use jQuery to Balancing Columns more flexibly and in very short. You... continue reading.
Read MoreYou have seen on many websites, after write some text within a textarea and pressing enter – the form got submitted. The key combination can be Shift Enter, CTRL Enter or anything. In the script below I’m showing you how to do that. Submit Form By CTRL Enter
Read More