Tag Archive for: "jquery-tips"

  1. jQuery

    jQuery Get Textarea Value when button is clicked Examples

    If you ware wondering how to find or get Textarea Value  using jQuery, then this article is for you. Many times web designers/developers happen to work with forms and at times, it might be very essential to find the textarea value. In this article, I am going to show you how to find the textarea value […]

  2. jQuery

    jQuery Get Image SRC On Click Examples

    While working with Web Design/Web Development & jQuery, it might be desirable to get image source using jQuery. Very often, the situation can demand us to get image source on click of a button or a div, etc. so that you can do other stuff, like store the path to that image in the database, […]

  3. jQuery

    jQuery On Focus Select Text Examples (Highlight Text of Textbox, etc.)

    While working with forms, it might be desirable sometimes to be able to select text/content of a textbox/textarea upon focus, so that you can copy it or delete in just a single step or so. The default functionality of a textbox/textarea is that upon focus, the mouse cursor gets positioned in the textbox/textarea and it […]

  4. jQuery

    jQuery String Replace Examples (includes Find & Replace String)

    Many a times, you may have come across a situation where a particular piece of text in an article of a page is unnecessary or need to be removed/replaced with another string, or with empty spaces, etc. This could be of great help when you are dealing with data, that is accompanied by some default […]

  5. jQuery

    jQuery Check All Checkboxes Examples (Using Class, ID, Name..)

    While working with Forms, you may have come across times when you needed to work with different form elements such as textbox, textareas, radio button, checkboxes, etc. As you know, checkboxes also form an important part of a form. In this article, I am going to share with you a very simple & easy way […]

  6. jQuery

    jQuery Table Row Click Examples

    While working with web pages & data, there might have been times when you need to show data with the help of tables and at some point or the other, you might have felt the need to attach functionality to table, especially table row. One such event, for example, would be the table row click […]

  7. jQuery

    jQuery Show Div Mouseover Examples (On Hover image, On Hover div)

    When working with jQuery, there may have been times when you need to hide a div (or an other element) on page load and show this element when an image or another element is hovered upon i.e. onmouseover event. So do you know how to do this? If not, then this article is for you. […]

  8. Articles

    Image Resizer Thumbnail Generator Released | Resize images for Free!

    Image Resizer Thumbnail Generator Released: In an ongoing endeavor to make the online experience a pleasure for everyone, Extreme Web Designs is pleased to announce the official release of a  new Free online tool that lets you resize images and generate thumbnails from existing images. Not only that, you can apply Special effects and other techniques to […]

  9. jQuery

    jQuery Find Checkbox Checked Examples

    While working with checkboxes and jQuery, there could be a time when you want to check if checkbox is checked or not. It’s quite possible that you might want to check if single checkbox is checked or an array of checkbox is checked or not. Depending upon the checked checkboxes, you may want to trigger […]