Get textarea value in jQuery

In web applications while using textarea control, we need to get the value of textarea at client side. In this post we will see example of how to get value of textarea in jQuery. Example to get textarea value in jQuery<html xmlns="http://www.w3.org/1999/xhtml"> <head...

Image click event in jquery

In this post we are going to see how to get click event of image. This can be done by using either id jquery selector or css selector. We will see both the examples to get image click in jquery. Image click event using id selector [jQuery]<html...