डिप्लोमा इन ऑफिस मैनेजमेंट एण्ड अकाउटिंग

डिप्लोमा इन ऑफिस मैनेजमेंट एण्ड अकाउटिंग

Full Stack Web Development with Laravel

Full Stack Web Development with Laravel

Affiliate Program

Affiliate Program

jQuery assignments questions answers

  1. Alert a message "welcome" on the load of jQuery.
  2. Just calculate factorial of a number on the load of jQuery.
  3. Display message "almora" at the document on the load of jQuery.
  4. Create one tag h1 and identify by the jQuery.
  5. Create one div tag with id "data" and identify and display data on it using jQuery.
  6. Create one paragraph tag with a class data and identify and display data on it using jQunery.
  7. Create one tag b(bold) and tag will have data "this is bold tag" and get this data using jquery.
  8. Create one tag div and append new data on it.
  9. Create one tag paragraph and prepend data on it.
  10. Create one tag table and display data after it.
  11. Create one form tag and display data before it.
  12. Create button and use click event using jquery and display any message using jquery.
  13. create one button and use two different event like click, dblclick using jquery and display two different message on different handler.
  14. create 4 buttons and use click event on each button and display different message by the each handler.
  15. Display message "capscom technology" on the load of jquery, check jquery loaded or not using jquery shortest method.
  16. Create one input tag with the class name and get the value of it.
  17. Create one textarea tag with the id message and get the value of it.
  18. Create one select tag with the class school and get the selected value of it.
  19. Create one input tag with type color and get the value of selected color and apply on the body background.
  20. Create one h1 tag and apply one single css property color on it using jquery.
  21. Create one paragraph tag and apply two css property color, background on it using jquery.
  22. Create one div tag with the class result and write marquee on it using html() method.
  23. Create one paragraph tag that containing data <b><i>Almora</i></b>, get only text data from this using jquery.
  24. Create one div tag that containing data <b><i>Almora</i></b>, get all data with text and html from this using jquery.
© 2016 - 2023, All Rights are Reserved.