How to work javascript with browser explanation in hindi

How to work javascript with browser explaination

Javascript एक client-side programming language है जिसे browser के द्व्रारा execute किया जाता है!. जिससे
web developers को dynamic और interactive web page create करने की अनुमति मिलती है!.
जब webpage load होता है तो browser का javascript engine page में javascript code को execute करना शुरु कर
देता है!. उसके बाद वह javascript code browser के साथ interact करके कई तरह की interactiviy add करना,
webpage के content, element, css style modify करने में और server तक request send करना additional data retrive
करने के लिए इस्तेमाल होता है!.

Read More

How to work javascript with browser explanation in hindi

Read More »

Javascript querySelector() and querySelectorAll() method in hindi

Javascript querySelector() and querySelectorAll() method in hindi

Javascript querySelector() का इस्तेमाल document में first element को select करने के लिए किया जाता है जो specified selector के साथ match होता हो | Javascript querySelectorAll() का इस्तेमाल document में सभी elements को select करने के लिए किया जाता है जो specified selector से match होते है!

Read More

Javascript querySelector() and querySelectorAll() method in hindi

Read More »

Document getElementsByTagName in hindi

getElementsByTagName in hindi

Document.getElementsByTagName() में argument के तोर पर दिए गए tag neme को यह method पुरे document में find करता है और document में match होने वाले सभी elements का एक collection हमें return करता है!.

Read More

Document getElementsByTagName in hindi

Read More »

Javascript Document.getElementsByClassName() in hindi

getElementByClassName() method specific class name के साथ child elements के objects का array return करता है!. जब बी getElementsByClassName() method को call करते time वह पुरे document में find करता है और document के matching class के child elements को return करता है.

Read More

Javascript Document.getElementsByClassName() in hindi

Read More »

Javascript document.getElementById() method in hindi

document.getElementById method in hindi

Document.getElementbyId() method एक element का object return करता है!. getElementById() method में defined ID और elements में define ID दोनों same होनी चाहिए और उसके आलावा document के element में एक unique ID एक बार ही define कर सकते है।

Read More

Javascript document.getElementById() method in hindi

Read More »

Javascript functions parameters and arguments in hindi?

javascript function parameters and arguments in hindi

Introduction हेलो दोस्तों आज हम इस post में javascript function में pass की जाने वाली parameters और arguments के बारेमे जानेगे!. Javascript program में function को call किया जाता है तो इस function में हम dynamic value pass करके specific result प्राप्त कर सकते है!. लेकिन इन data को name देने के लिए हम जिन

Read More

Javascript functions parameters and arguments in hindi?

Read More »