Free WebDesign Training

Free WebDesign Training Learn free website designing training and build your career as a web or graphic designer

I want to teach, what I had learned in my 14 years of career as a web designer. Basically I want to help people who have strong desire to learn website designing, but their pocket not allowed to build a good career in it.

15/02/2023

jQuery learning - C4

There are 3 main types of selectors in jQuery and i.e
1. element selector = p, div, h
$('p').click()
2. id selector = p
$('p ').click()
3. class selector = p.someclass
$('p.someclass').click()

----------------

$(*).click() = click on elements
$('p:first').click() = click on first paragraph

15/02/2023

jQuery learning - C3
We need to load the jQuery after the web page loading get completed. this is why we add document ready function in each jQuery function.

$(document).ready(function(){
jQuery code will be here
})

15/02/2023

jQuery learning - C2
jQuery syntax is like this

$('selector').action( )

where selector is a element like "p", "div", "h" and action is the jQuery functions like "click" etc

Example
$('p').click(function()){
$(p).hide();
}

15/02/2023

Jquery learning - C1
"$" is same as "jQuery".
console.log($) = console.log(jQuery)

08/02/2023
13/11/2022
04/09/2022

Learn from the world's best designers and become a certified community member.

Address

7(P), 3rd Floor BMC Panchdeep Market Complex, Unit 4, Odisha
Bhubaneswar
751001

Alerts

Be the first to know and let us send you an email when Free WebDesign Training posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Free WebDesign Training:

Share

Category