CSS Properties in Hindi Tutorial for Beginner | CSS Property क्या है?

CSS Properties in Hindi webpage को look and feel देने के लिए css का उपयोग होता है | पुरे website की design और style css से manage की जाती है | अब सवाल ये आता है की css से style कैसे लगायी जाती है ? उसके लिए css में कुछ rules को define की गयी … Read more

Categories CSS

What is jQuery Events in Hindi – ज्कुएरी इवेंट क्या होता है?

Jquery Events in Hindi website पे user जो भी action करता है उसे events कही जाती है | जैसे किसी button पे click करना या फिर mouse को किसी जगह पे ले जाना, radio button select करना ये सब एक एक events हैं | javascript की तरह jQuery में भी हर event के लिए method … Read more

jQuery Effects in Hindi | jQuery Show, hide, fadIn, fadeOut, Animation Effects

jQuery Effects in Hindi jQuery में कुछ खास functions define किया गया है जो html elements में effects डालने में काम आता है | jquery effects में हम time duration से set कर सकतें हैं | और ये value इन 4 तरीकें से डाल सकतें हैं : slow normal fast number(millisconds) jQuery Effects List show() … Read more

Selectors in jQuery in Hindi Tutorial – Types of jQuery Selectors

jQuery Selectors in Hindi html webpage में कोई भी method लगाने के लिए या कोई भी काम करने से पेहले html element को select करना पड़ता है | jQuery में कुछ ऐसे ही selectors define किये गए हैं जिससे html element को select किया जाता है और फिर जरुरी functions लगाया जाता है | html … Read more

jQuery Kya Hai ? What is jQuery in Hindi | Features of jQuery Hindi

jquery क्या है ? what is jQuery in hindi jQuery एक javascript library है | jQuery को बनाया ही गया था javascript का उपयोग आसानी से करने के लिए | इसीलिए jQuery का tagline है “write less do more” | यानि कम code में ज्यादा output | jQuery का उपयोग client side programming के लिए … Read more

CSS Simple Selectors in Hindi – CSS Id, Class, Element Selectors

Simple Selectors in CSS CSS Simple Selectors कुछ base selectors हैं जो html element को select करके, उसे style देने के लिए काम आता है | Simple Selectors के जरिये html element को उसके id, class, name के जरिये चुना जाता है और उसे फिर style दिया जाता है | Types Of CSS Simple Selectors … Read more

Date Object in Javascript Hindi – Javascript Get and Set Date Methods

Javascript Date Object in Hindi javascript में date object से date का उपयोग की जाती है | date और time पाने के लिए new keyword के जरिये date object बनायी जाती है | हम इस आर्टिकल में date object कैसे बनाये वो सीखेंगे और date के अलग अलग methods भी जानेगें | date object का … Read more

Javascript Arrow Function in Hindi Tutorial – ES6 JS Arrow Function

Arrow Function in Javascript in Hindi Javascript ES6 version में arrow function को दर्शाया गया है | arrow function के जरिये function code को कम करके लिखी जा सकती है | चलिए एक उदाहरण से समझतें हैं की पेहले कैसे function लिखी जाती थी और arrow function उस code कैसे लिखना है | ES5 function … Read more

Simple Calculator using Switch Case in Javascript Hindi

Javascript Simple Calculator Program इस article में javascript code के जरिये simple calculator program बनाएंगे | calculator में switch case के जरिये अलग अलग operator के लिए calculation करेंगें | Swich Case Program चलिए उदाहरण को समझतें हैं | prompt box के जरिये हमने user से 3 inputs लिया है | पेहले दो prompt box … Read more

Javascript Output Function in Hindi – Console Log, Window.alert

Javascript Output in Hindi जब user कोई कोड लिखता है तब वो उसकी output देख कर पता करता है की उसके लिखे हुए code सही से काम कर रहा है या नहीं | या तो program सही result देगा या कोई error देगा | ये सब हम code के output से समझ सकतें हैं | … Read more