Improve your skills

December 20, 2016

Show Bootstrap Modal Popup on Button Click in jQuery with Example

body{color:#fff !important;} .modal-dialog{color:#000 !important;} @media(min-width:320px) and (max-width:480px){ body{color:#000 !important;} } In this article, we will discuss about how to  show bootstrap modal popup on button click using jQuery with example and...

December 15, 2016

How to get browser name, version and other information in javascript with example

div#dvBrowserInfo { color: black; font-family: arial; font-size: 14px; line-height: 25px; margin: auto; text-align: left; width: 650px; } table#tblNavigatorProperties { font-family:...

October 05, 2016

Runtime Generate MS Word Document Report in ASP.NET C# or VB.NET with HTML

In this article, I will explain 'How We Dynamically Generate Word Document Report in ASP.NET with HTML'. For generate report we can uses many third party DLLs in asp.net but we can easily generate Ms Word document reports using HTML content.  Here I will create a runtime...

September 27, 2016

How to Add or Remove HTML Element Dynamically in Javascript or JQuery

In this article, we will discuss about how to add or remove any html element dynamically in javascript or jquery. We can easily add or remove any HTML elements like textbox, button, radio button etc. using JavaScript. JavaScript’s document object has a method called createElement() which can be used to create HTML elements dynamically. First, we...

September 14, 2016

Add Simple Auto Complete Search to Input Box like Google using JQuery UI

In this tutorial, we learn how to implement auto-complete search textbox like google using jQuery UI. We can easily display a list of suggestions from the beginning of the word typed in a text box. Auto-complete prevents the user from having to enter an entire word or a set...

September 08, 2016

How to Disable Resizeable Property of Textarea

Normally whenever we use textarea in pages, the browser allows the user to resize it, but sometimes this is not required (as it affect the other part of the design). So, In this article I will explain how to disable or prevent users from resizing the textarea element in browsers like Google Chrome, Mozilla Firefox and Apple Safari. Note: By...

September 03, 2016

How to Check weather a checkbox is checked or not using JavaScript or jQuery

Here I will explained with an example and live demo, How to check whether a CheckBox is checked (selected) or unchecked (not selected) using JavaScript or jQuery. Description: The checked property indicates whether a checkbox is checked or not. If a checkbox is selected,...

August 29, 2016

Remove Special Characters From String Using Regular Expression (Regex) in JavaScript

In this article, we discuss about how to remove special characters (like !, #, $, %,  >, ?, :, #,@ etc.) from string in jQuery/JavaScript using Regular Expression (Regex).  First, we take a input text or textarea and a input button in body as show in...

Subscribe for Latest Update

Popular Posts