Lear.nlift

Lear.nlift Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from Lear.nlift, Digital creator, Saraswati Nagar, Hingoli.

नमस्कार मित्रांनो , 'LEARN LIFT' हे केवळ एक Page नाही,तर माहिती तंत्रज्ञान शिकणाऱ्या मराठी भाषिकांचा एक वाढणारा समुदाय आहे.येथे तुम्हाला आयटी मधील प्रत्येक महत्त्वाच्या पैलूवर सखोल मार्गदर्शन मिळेल, आमच्यासोबत जोडून राहा आणि ज्ञानाची नवी क्षितिजं उघडा!" I'm a passionate instructor willing to teach the latest information technology related courses
I'm very happy that I am providing the courses for free on Facebook Platform

06/07/2025

The delegate method in jQuery attaches one or more events to the child's of the selected html element
It required following parameters in order to attach an event tag name,
event name, data, Callback function

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery delegate and undelegate method
jQuery delegate and undelegate method
How to use delegate and undelegate method
learn jQuery delegate and undelegate method in Marathi
How to attach events using jQuery
jQuery delegate and undelegate
jQuery on and off
jQuery bind and unbind
jQuery $.each vs $.map
jQuery map vs $.map
jQuery each vs $.each

learnlift-mar

06/07/2025

The on method in jQuery attaches one or more events to the selected html element
It required following parameters in order to bind an event
event name, data, Callback function and Map

using Map parameter we can attach multiple events with respective callbacks

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery on and off method
jQuery on and off method
How to use on and off method
learn jQuery on and off method in Marathi
How to attach events using jQuery
jQuery on and off
jQuery bind and unbind
jQuery $.each vs $.map
jQuery map vs $.map
jQuery each vs $.each

learnlift-mar

06/07/2025

The bind method in jQuery attaches one or more events to the selected html element
It required following parameters in order to bind an event
event name, data, Callback function and Map

using Map parameter we can attach multiple events with respective callbacks

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery bind and unbind method
jQuery bind and unbind method
How to use bind and unbind method
learn jQuery bind and unbind method in Marathi
How to attach events using jQuery
jQuery bind and unbind
jQuery $.each vs $.map

learnlift-mar

05/07/2025

The key difference between the map method and $.map method is
$.map method gives us an object back for every plain array items it iterates over
also, the sequence of the callback function parameters are different than the normal map function,
in map function the index parameter comes at the first place and the element parameter comes at the second place, but in $.map function the array item parameter comes in first place and the index comes in the second place.


====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery map and $.map method
jQuery map vs $.map method
How to use $.map method
learn jQuery $.map method in Marathi
How to iterate over array using jQuery
How to loop using jQuery
jQuery map vs $.map
jQuery $.each vs $.map

learnlift-mar

05/07/2025

The jQuery map method is used to iterate over a collection of html elements
This iterates over each html element object and executes the callback function on each of them that why it gives us the instance of each html element object in a callback function,
The key difference between the each method and map method is
map method gives us an object back for every elements it iterates over


====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery map method
jQuery map method
How to use map method
learn jQuery map method in Marathi
How to get list of html elements using jQuery
How to loop using jQuery

learnlift-mar

04/07/2025

In jQuery, There are several ways to update the HTML get / set HTML or TEXT of html elements, we will learn all of those in this video, please watch the video till the end

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
how to change the text using jQuery
how to change the html using jQuery
jQuery html text manipulation
how to change the text using jQuery
how to change the html using jQuery in Marathi
how to change the text using jQuery in Marathi
learn jQuery in Marathi

learnlift-mar

04/07/2025

In jQuery, There are several ways to update the CSS classes or get / set the inline styles of a particular html elements, we will learn all of those in this video, please watch the video till the end

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
how to change the CSS using jQuery
how to change the styles using jQuery
jQuery CSS manipulation
how to change the styles using jQuery
how to change the styles using jQuery in Marathi
how to change the CSS using jQuery in Marathi
learn jQuery in Marathi

learnlift-mar

03/07/2025

In jQuery, We can use Dom manipulation methods to be chained
Its like calling a method on top of previous method

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
method chaining
jQuery method chaining
method chaining in jQuery
jQuery each method
How to use method chaining
learn jQuery method chaining in Marathi

learnlift-mar

03/07/2025

In jQuery, both the methods are used to iterate over the collections,
The key difference is the each method used to iterate over the html element object collection
The $.each method is used to iterate over the plain JavaScript Arrays or Objects or Object Arrays

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
jQuery $.each method
jQuery each vs $.each method
jQuery each method
How to use $.each method
learn jQuery $.each method in Marathi
How to get list of html elements using jQuery
How to loop using jQuery

learnlift-mar

03/07/2025

The jQuery each method is used to iterate over a collection of html elements
This iterates over each html element object and executes the callback function on each of them that why it gives us the instance of each html element object in a callback function

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery each method
jQuery each method
How to use each method
learn jQuery each method in Marathi
How to get list of html elements using jQuery
How to loop using jQuery

learnlift-mar

01/07/2025

To select HTML element by its "Enabled", "Disabled" And "Selected", we have to use the jQuery disabled, enabled and selected selector

The selected selector used on select lists options

The main advantage of it, we will get elements based on the disabled, enabled and selected and we can manipulate or change/update them as per our need

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery disabled, enabled selector
jQuery disabled, enabled selector
How to use jQuery disabled, enabled selector
learn jQuery disabled, enabled in Marathi
How to get select option value in jQuery
How to get select option text in jQuery

learnlift-mar

29/06/2025

To select HTML element by its "checked" we have to use the jQuery Attribute selector

The main advantage of it, we will get elements based on the checked and we can manipulate or change/update them as per our need

====================================================
Please do not forget to subscribe to my channel for more videos
=====================================================





Your Queries,
What is jQuery checkbox, radio checked selector
jQuery checkbox, radio checked selector
How to use jQuery checkbox, radio checked selector
learn jQuery checkbox, radio checked in Marathi
How to get checkbox value in jQuery
How to get radio value in jQuery

learnlift-mar

Address

Saraswati Nagar
Hingoli
431513

Alerts

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

Share