In jquery Difference between $(document).on(‘click’) and $(‘p[class=”classname”]’).on(‘click’)

In jquery Difference between document on click and classname click

$(“.classname”).click(handler) handler सरुआती DOM में मौजूद elements पर click event को handle करने लिए है!. जब की $(document).on(‘click’, handler) ज्यादा flexible और dynamically रूप से add होने वाले elements पर click event को handle करने के लिए है!.

Read More

In jquery Difference between $(document).on(‘click’) and $(‘p[class=”classname”]’).on(‘click’)

Read More »

How to create digital and analog clock using javascript in hindi

How to create digital and analog clock using javascript in hindi

Javascript में current time को get करने के लिए javascript का Date object का estemal कर सकते है जो हमारे digital और analog time को regularly update करके time को display करेंगे!.

Read More

How to create digital and analog clock using javascript in hindi

Read More »

What is shopify liquid code in hindi | shopify liquid code kya hai?

What is shopify liquid code in hindi

Liquid shopify के द्वारा बनाई गई open-source template language है!. Template language आपको static content को host करने के लिए single template create करने की अनुमति देता है!.

Read More

What is shopify liquid code in hindi | shopify liquid code kya hai?

Read More »

Shopify files structure introduction in hindi

Shopify files structure introduction in hindi

Shopify theme में, layout folder में template files होती है जो आपके online store का structure define करती है!. ये template file एक wrappers के रूप में काम करती है जो आपके store के सभी pages और section के content को manage करती है!.

Read More

Shopify files structure introduction in hindi

Read More »

Shopify क्या है और e-commerce platform के लिए shopify क्यों इस्तेमाल करना चाहिए?

Shopify क्या है और shopify क्यों इस्तेमाल करना चाहिए

Shopify एक e-commerce platform है जो individuals और businesses को अपने खुद का online store create और manage करने की अनुमति देता है!

Read More

Shopify क्या है और e-commerce platform के लिए shopify क्यों इस्तेमाल करना चाहिए?

Read More »

Create music player using HTML and Javascript in hindi

Create music player using HTML and Javascript in hindi

Create music player using HTML and Javascript, HTML और javascript का इस्तेमाल करके एक music player create करेंगे!. जिसमे हम song को next, preview button और play and pause button साथ में song progress bar और volume का setting बी रखेंगे साथ में हम music player का background color automally change होता रहे ऐसी functionality setup करेंगे

Read More

Create music player using HTML and Javascript in hindi

Read More »