- Alert a message "welcome" on the load of jQuery.
- Just calculate factorial of a number on the load of jQuery.
- Display message "almora" at the document on the load of jQuery.
- Create one tag h1 and identify by the jQuery.
- Create one div tag with id "data" and identify and display data on it using jQuery.
- Create one paragraph tag with a class data and identify and display data on it using jQunery.
- Create one tag b(bold) and tag will have data "this is bold tag" and get this data using jquery.
- Create one tag div and append new data on it.
- Create one tag paragraph and prepend data on it.
- Create one tag table and display data after it.
- Create one form tag and display data before it.
- Create button and use click event using jquery and display any message using jquery.
- create one button and use two different event like click, dblclick using jquery and display two different message on different handler.
- create 4 buttons and use click event on each button and display different message by the each handler.
- Display message "capscom technology" on the load of jquery, check jquery loaded or not using jquery shortest method.
- Create one input tag with the class name and get the value of it.
- Create one textarea tag with the id message and get the value of it.
- Create one select tag with the class school and get the selected value of it.
- Create one input tag with type color and get the value of selected color and apply on the body background.
- Create one h1 tag and apply one single css property color on it using jquery.
- Create one paragraph tag and apply two css property color, background on it using jquery.
- Create one div tag with the class result and write marquee on it using html() method.
- Create one paragraph tag that containing data <b><i>Almora</i></b>, get only text data from this using jquery.
- Create one div tag that containing data <b><i>Almora</i></b>, get all data with text and html from this using jquery.