क्या भारत तानाशाही की ओर बढ़ रहा है? क्या आपकी राय!!
भारत को तानाशाही के रूप में लेबल किया जाना कई कारकों और दृष्टिकोणों से हो सकता है, लेकिन यह समझना महत्वपूर्ण है कि इस तरह का लेबलिंग अत्यधिक विवादास्पद है…
भारत को तानाशाही के रूप में लेबल किया जाना कई कारकों और दृष्टिकोणों से हो सकता है, लेकिन यह समझना महत्वपूर्ण है कि इस तरह का लेबलिंग अत्यधिक विवादास्पद है…
भारत में इस समय लोकतंत्र और तानाशाही के विषय पर बहुत ज्यादा प्रचार हो रहा है। एक ही विषय पर बहुत सारे लेख और यूट्यूब वीडियो चलन में हैं। दरअसल…
When you have to prefix any hard coded value in a text field, like for example in telephone field you have to prefix the country code and dont want the…
<script type=”text/javascript”> var formChanged = false; jQuery(window).load(function() { // This is triggered when the entiire page is loaded fully // form id and all the possible filed type in that…
Sometime there is need to use some plugins in an application and you have the need to customize it UI or functionality to meet your business requirements. You install the…
Put the below code in youractivetheme.theme file /** * Implements hook_preprocess_HOOK(). */ function _preprocess_webform_confirmation(&$vars) { if ($vars->id() == 'put your webform id') { // Set your custom message here $markup…
How to use “grep” command in linux or macos to find text inside all files in a folder and including subdirectories Command for the same is grep -rl "string to…
Many a time you have to host your website on multiple server such as load balancer to server high traffic website. It is obvious that if i have a load…
Say for example i have created a custom post type. I have implemented pagination for the same. When i call this url http://localhost.dm/news/multi-media-gallery/page/2/, it show page not found. But if…
I want to trigger an event every time i click on select on any element by id First i will try to set the input value by the following code…