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 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.

jQuery Ajax Error The Length of the String Exceeds the Value Set on the Maxjsonlength Property in Asp.net

Sep 1, 2015 2 comments
Introduction

Here I will explain how to solve the problem of  
jQuery ajax Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.” in asp.net using c#, vb.net. Actually this jQuery ajax error will occur whenever our result set data cross json default lenth to fix this problem we need to increase maxJsonLength property default value. 

Description:
  
In previous articles I explained gridview examples in asp.net, dropdownlist examples in asp.net,
jQuery regular expression to validate url without http(s), regular expression to validate phone number in jquery, regular expression to replace all special characters with spaces in c#, regex email validation in c# and many articles relating to jQuery, asp.net. Now I will explain how to solve the problem of length of the string exceeds the value set on the maxJsonLength property.” in asp.net.

Auto Suggestion Search TextBox in MasterPage using JQuery & WebServices in Asp.Net C#, VB.NET

Aug 30, 2015 0 comments
Introduction

Here I will explain how to implement auto suggestion search textbox in masterpage using 
jQuery using web service example in asp.net using c#, vb.net or bind or fill a jQuery autocomplete search textbox example with master page using web service in asp.net using c#, vb.net or jQuery autocomplete textbox with content page and master page example in asp.net using c#, vb.net.

Description:
  
In previous articles I explained jQuery google currency conversion as per exchange rates example, jQuery countdown timer example, jQuery increase or decrease font size of website,
jQuery autocomplete textbox with multiple words in asp.net, jQuery autocomplete with images in asp.net and many articles relating to autocomplete, css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to implement jQuery autocomplete textbox in master page using web service example in asp.net using c#, vb.net with example.

Close jQuery UI Modal Popup Dialog when Click Outside (Overlay) Example

Aug 20, 2015 1 comments
Introduction

Here I will explain how to close
jQuery ui modal dialog when click outside of div with example or close jQuery ui modal popup when click outside of div or overlay with example or jQuery ui modal popup dialog with close button example.

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 close jQuery ui modal popup dialog when click outside of div or overlay with example.

JQuery Open Close Modal Popup Window on Click Example

Aug 19, 2015 0 comments
Introduction

Here I will explain open or close simple
jQuery ui modal popup window on button click with example or show hide modal popup window using jQuery ui plugin modal popup features or open close jQuery modal popup window on button click with example.

Description:
  
In previous articles I explained jquery show popup window during pageload, jquery simple modal popup window example,
jQuery show alert message while leaving from website, jQuery enable / disable controls on page, jQuery Countdown timer script example and many articles relating to JQuery and asp.net. Now I will explain how to implement simple jQuery ui modal popup window example.

jQuery Change Text Size (Zoom in and Zoom out Text) with Example

Aug 12, 2015 1 comments
Introduction

Here I will explain how to change text size using jQuery or zoom in and zoom out text using jQuery  or increase or decrease font size of website dynamically on button click using
jQuery in asp.net.

Description:
  
In previous articles I explained
Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects, Cross page postback in asp.net and many articles relating to JQuery and asp.net. Now I will explain how to zoom in and zoom out text size or increase and decrease font size of website dynamically using jQuery in asp.net.
© 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.