Ever wanted to drag an element or image around on your Web page? Just attach this drag handler to any number of elements on the page and you will be able to drag them all. Note that the elements must be positioned either relatively or absolutely.
With the help of this JavaScript you can put up a textbox on your Web page that displays alternating messages for your visitors. It saves space, as a lot of text can be contained in a minimal display area.
Display a block of text, a graphic, or combination of both, by clicking on a JavaScript link or a graphic. This JavaScript can be used in different circumstances, such as for informational purposes, or displaying pictures with captions. Very easy to use.
Display a gallery of images with titles and descriptions for each image. Easy to set up and completely customizable.
This JavaScript is for use in forms that require user input; e.g., blogs which require users to type their name and e-mail address in order to submit comments. Users will have the option of allowing their information to be remembered. The script uses cookies to store and output the information.
This JavaScript will adjust capitalization of names (actually, the content of any form field you apply to it) so the first letter of each word is capitalized and the rest are lowercase. This is so easy to implement!
Tired of customers using characters that could possibly render your forms useless? This JavaScript prevents a user from entering certain special characters in designated form fields.
This JavaScript integrates complete virtual keyboard solution to the any web page. It does support mouse input, as well as keyboard input translation. Plain text and rich text controls are supported and plugins for several online WYSIWYG editors exists.
Script includes support for 130 languages, including IME - Chinese, Japanese and thers. Keyboard is easy skinnable by using CSS.
Tip: this demo contains three layouts, you can switch them through q.skin
variable in vk_loader.js
file.
Sometimes it is a good idea to disable the submit button so that the user cannot make multiple submissions. This JavaScript snippet will do the trick. Very easy to use.
This JavaScript snippet will copy text entered into a form field and place it directly on the Web page.