Skip to content

Latest commit

 

History

History

Search_Engine_Lab_9

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

JQuery - Search Engine (Lab 9)

Write a JQuery program to do the following in a web page.

  • Create three buttons with labels red, green, blue, when the mouse is moved over it the background color has to be changed respectively.

  • Create a HTML page holding a list of items and an [ExtractText] button is given. Implement the extractText function which will be called when the button's onClick event is fired.

  • Create a HTML page holds a list of towns, a search box and a [Search] button. Implement the search function to bold the items from the list which include the text from the search box.