Need to Learn Selectors in Jquery
Whenever we need to add any effect on our Web Page , First thing is we need to Select any Element, Tag, ID, Class or anything in a webpage to work Jquery Effect on that particular selection, So to apply Effect to any element of web page we need to select that element , That is why Selectors are most Important Thing in Jquery.
Their are Multiple ways to select in J-Query with the Help of Selectors You can