Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

jQuery Show Hide Div Element on Scroll Position Example

May 11, 2016 5 comments
Introduction:

Here I will explain how to use
jQuery to show hide div element on scroll position or show hide div on scroll position in jQuery or show / hide element on scroll jQuery. In jQuery by using window.scroll property we can show or hide div element based on position.

JavaScript Convert Phone Number Format Example in jQuery

May 3, 2016 1 comments
Introduction

Here I will explain how to use
JavaScript to format phone number with example or convert phone number to international format (USA) in JavaScript / jQuery convert number to phone number format with example or JavaScript phone number validation example. By loop through number we can convert number to phone number format.

jQuery Disable F12 Key, Console Log in Browser in JavaScript Example

Apr 17, 2016 7 comments
Introduction:

By clicking F12 in the browser we can open the Console log and development tool of a web site running in the browser. As a developer while you are developing its OK for you, but when others are trying to see your application code and do some operations definitely we don't want to disclose this. So what is the solution? we can easily prevent this using some simple JavaScript  and jQuery scripts. Let’s see how.

Description
:

To stop this we can do two things. One, while users are opening the console log he or she will be prompted with some message or user will not be accessing the F12 key with mouse right click options. We will discuss both the ways one by one.

jQuery Difference between == and === in JavaScript with Example

Jan 11, 2016 3 comments
Introduction

Here I will explain difference between == and === in
JavaScript with example or what is the difference between == and === in jQuery with example. Generally JavaScript will provide different type of operators those are strict equality (===) and type converting equality (==). These operators help us to understand difference between == and === in JavaScript or jQuery.

Description:
  
In previous articles I explained jQuery bootstrap autocomplete textbox from database example, jQuery slideup, slidedown and slidetoggle example, jQuery autocomplete with images in asp.net,
jQuery hide div if we click outside of it example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain difference between == and === in JavaScript or jQuery with example.

Generally JavaScript will provide different type of operators those are strict equality and type converting equality.

jQuery Show (Display) Loading Image on Button Click Example

Nov 30, 2015 4 comments
Introduction

Here I will explain how to use
jQuery to show loading on button click or display loading image on button click with example in jQuery. By using button html property we can show loading image on button click in jQuery.

jQuery Hide Div if Clicked Outside or Anywhere Else Example

Nov 19, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to hide div when user clicks outside of it example or Hide/Close div when clicked outside of it using jQuery or hide element if click anywhere else using jQuery with example.

Description:
  
In previous posts I explained jQuery Check internet connection using JavaScript, jQuery Custom Right click Context Menu, jQuery UI Virtual keyboard example, jQuery Show hidden content on mouse over on top of element and many articles relating to
jQuery. Now I will explain how to close or hide div when click outside of it (anywhere else) using jQuery.

If you want to close or hide div when click outside of it in jQuery we need to write the code like as shown below

jQuery Get Selected Bootstrap Tab or Active Tab on Click (Change) Example

Oct 19, 2015 2 comments
Introduction

Here I will explain how to use
jQuery to get selected bootstrap tab on click or jQuery set or get bootstrap selected tab value on change event with example. By using data-toggle property we can get selected bootstrap tab value in jQuery on tab change.

Description:
  
In previous articles I explained jQuery set particular bootstrap tab selected on pageload,
jQuery bootstrap multi select dropdownlist with checkboxes, jQuery show images in 360 degree view plugins, jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to set get selected bootstrap tab on click or on change event in jQuery with example.

jQuery Set (Open) Particular Bootstrap Tab on Page Load or Button / Link Click Example

Oct 11, 2015 0 comments
Introduction

Here I will explain how to use
jQuery set default bootstrap tab on page load or jQuery set particular bootstrap nav tab on button or link click with example. To set particular or specific bootstrap tab menu on page load or button click we need to use property tab like “$('.nav-tabs a[href="#tab1"]').tab('show')”.

Description:
  
In previous articles I explained jQuery bootstrap multi select dropdownlist with checkboxes, jQuery show images in 360 degree view plugins,
jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to set default bootstrap tab on page load or button click in jQuery with example.

jQuery Check If Image Exists with Given URL or Not Example

Oct 4, 2015 1 comments
Introduction

Here I will explain how to check if image exists with given url in
jQuery or check if image exists with url before adding it using jQuery with example or jQuery check if given image url valid or not example. By using $.ajax method in jQuery we can check if exists with given url or not.

Description:
  
In previous articles I explained jQuery change text size with example, jQuery ajax gridview crud operations (insert, update, delete) with database, jQuery display gridview row details in modal popup dialog,
jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to check if image exists with given url in jQuery with example.

jQuery Check if File Exists with URL on Remote Server Example

0 comments
Introduction

Here I will explain how to check if file exists in remote server in
jQuery or check if file exists with url in server using jQuery with example. By using $.ajax method in jQuery we can check if file exists in url or not.

jQuery Cookie Create, Get (Read), Delete (Erase) with Example

Sep 24, 2015 2 comments
Introduction

Here I will explain how to create cookie in jQuery or read cookie or get / set cookie in jQuery or set cookie expire or delete cookie in jQuery using jQuery cookie plugin. jQuery cookie plugin is a simple, lightweight plugin to create, read / get, set expire for cookies using $.cookie() function.

Description:

In previous articles I explained Best jQuery Audio Player Plugin Examples, Top video player plugin examples, 8 Best jQuery popup window plugins, 8 jQuery page flip book effect plugins, jQuery Draggable & Resizable div with example and many articles relating to jQuery, JavaScript, jQuery Plugins. Now I will explain how to create, get/set, delete cookie in jQuery using jQuery cookie plugin.

First download jQuery cookie plugin from this site jQuery cookie and add it to your application then try follow below methods to create, get, delete cookies

jQuery Send Receive JSON Objects from Web Service Methods using AJAX in ASP.Net

Sep 7, 2015 1 comments
Introduction

Here I will explain how to send and receive JSON objects from web services methods using
jQuery ajax in asp.net using c#, vb.net with example. To send or receive JSON objects from web services methods in jQuery we need to create function which hold our object values in asp.net using c#, vb.net.

Description:
  
In previous articles I explained jQuery get json response from url in asp.net, call web methods from jquery json functions in asp.net, bind gridview using jquery json method in asp.net, show multiple markers in google map from database in asp.net and many articles relating to
gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to send or receive JSON objects from web services methods using jQuery ajax methods in asp.net using c#, vb.net with example.

jQuery Open File Upload Dialog Box on Button (image) Click Instead of File Upload Control

Sep 3, 2015 4 comments
Introduction

Here I will explain how to open file upload dialog on button click or image in
jQuery or show upload button to upload images instead of file upload control in jQuery with example. To show file upload dialog box on button click in jQuery we need to hide file upload control and enable upload control click on button click.

Description:
  
In previous articles I explained
jQuery load more records on button click in repeater, jQuery show asp.net exception message in ajax calls, jQuery check whether radiobutton selected or not, jQuery get radio button selected value by name, jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to open file upload dialog box on button click or image with example.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.