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 Slide DIV Content from Left to Right or Move DIV from Right to Left in jQuery

Dec 12, 2013 12 comments
Introduction

Here I will explain how to move or slide div content from left to right in
jQuery or move div content right to left in jQuery.
                                                                                   
Description:
  
In previous articles I explained jQuery slideup slidedown slidetoggle example, jQuery fadein or fadeout example,
jQuery create rounded corners for textbox, jQuery show time in webpage and many articles relating to JQuery. Now I will explain how to move div from left to right or right to left in jQuery.

jQuery Ajax JSON Example in Asp.net

Dec 10, 2013 31 comments
Introduction

Here I will explain simple jQuery ajax json example in asp.net or submit a form without page refresh using jQuery ajax json with example in asp.net using c#, vb.net.

Description:
  
In previous articles I explained
integrate Facebook login authentication, integrate twitter login authentication, jQuery randomly change color of div and many articles relating to jQuery, asp.net, c#, vb.net. Now I will explain simple jQuery ajax json example in asp.net.

jQuery Ajax Submit Form without Page Refresh using JSON in Asp.Net

Nov 27, 2013 8 comments
Introduction

Here I will explain how to use jQuery to submit form without page refresh using ajax in asp.net or jQuery submit form without page reload using jQuery ajax  in asp.net  using c#, vb.net.

Description:
  
In previous articles I explained
integrate Facebook login authentication, integrate twitter login authentication, jQuery randomly change color of div and many articles relating to jQuery, asp.net, c#, vb.net. Now I will explain how to submit form without refresh or reload page using jQuery in asp.net.

jQuery Stop Form being Submitted on Enter Key Press or Disable Form Submit on Enter

Nov 25, 2013 1 comments
Introduction

Here I will explain how to stop form submit on enter in jQuery or prevent form submit on enter key in jQuery or disable form submission on enter key in jQuery.

Description:
  
In previous articles I explained
jQuery get current page url and title, jQuery disable future dates in datepicker, jQuery Get Cursor position, jQuery Bind double click event to button control, jQuery create rounded corners for textbox and many articles relating to JavaScript, jQuery, asp.net codesnippets. Now I will explain how to stop or disable form submission on enter key using jQuery.

jQuery Refresh Page or Reload Page in jQuery

Nov 17, 2013 5 comments
Introduction

Here I will explain how to refresh page in
jQuery or reload page in jQuery or refresh or reload webpage using jQuery.

jQuery Check Undefined or Empty Value | Check Value Undefined or Null in jQuery

3 comments
Introduction

Here I will explain how to check undefined or empty value in
jQuery or jQuery to check undefined variable value or empty value or null value.

jQuery Set Some Time Delay for Function / Method Execution with SetTimeout Function

Oct 9, 2013 8 comments
Introduction

Here I will explain how to execute function in
jQuery with some time delay using setTimeout function or jQuery set some time delay for function or method execution with setTimeout function.
                                                                                   
Description:
  
In previous articles I explained
jQuery get query string parameter value with spaces, jQuery get query string parameter values, jQuery create rounded corners for textbox, jQuery show time in webpage and many articles relating to JQuery. Now I will explain how to get query string parameter value with special characters in jQuery.

jQuery Cascading Dropdown List in Asp.net with Example

Oct 6, 2013 23 comments
Introduction:

Here I will explain cascading dropdown list using jQuery in asp.net example or jQuery cascading dropdown example in asp.net using c#, vb.net.

Description:

In my previous article I explained how to populate dropdown based on other dropdown using asp.net, Ajax cascading dropdown with database in asp.net, Bind asp.net dropdown in jQuery. Now I will explain how to implement cascading dropdown list using jQuery in asp.net.

Here I will explain jQuery cascading dropdown example with three dropdowns Country dropdown, State dropdown, Region dropdown. Here we need to populate states dropdown based on country dropdown and region dropdown based on states dropdown selection for that we need to design three tables in SQL Server like as shown below

jQuery Display Progress Bar on Button Click in Asp.net

8 comments
Introduction:

Here I will explain how to use
jQuery to show progress bar on button click in asp.net with example in c#, vb.net or jQuery show loading image on button click in asp.net using c#, vb.net.

Description:

In my previous article I explained
jQuery bind gridview in asp.net, Show progress bar during postbacks in asp.net, Bind asp.net dropdown in jQuery, Lightbox effect for login page and many articles relating to jQuery, asp.net, c#, vb.net. Now I will explain how to show progress bar on button click using jQuery in asp.net.

jQuery Validate Registration Form Before Submit on Button Click

Oct 4, 2013 6 comments
Introduction

Here I will explain how to validate user registration form using jQuery on submit or jQuery validate form before submit on button click.
 
Description:

jQuery Floating DIV on Page Scroll | jQuery Fixed Header DIV While Scrolling

Oct 2, 2013 7 comments
Introduction
  
Here I will explain jQuery floating div on page scroll example or jQuery fixed header div while scrolling of webpage example. 

Description:
  
In previous posts I explained
jQuery fancy switch on and off, jQuery Google Currency Converter API Example, jQuery generate thumbnails from youtube videos, jQuery Change style of controls, jQuery Add fade in effect to webpage, and many articles relating to JQuery and modal popup. Now I will explain how to implement jQuery floating div on page scroll.

jQuery - How to Check Uncheck All Checkboxes with Header Checkbox

Sep 24, 2013 7 comments
Introduction

Here I will explain how to use jQuery to check uncheck all checkboxes or select or deselect all checkboxes using jQuery.

jQuery - How to Select Deselect All Checkboxes with Name

5 comments
Introduction

Here I will explain how to use jQuery to select deselect all checkboxes or check uncheck all checkboxes using jQuery.

jQuery KeyPress KeyDown KeyUp Events Examples & Differences

Sep 15, 2013 4 comments
Introduction:

Here I will explain
jQuery keydown, keyup and keypress events examples or differences between keydown, keyup and keypress events in jQuery.
Description:
  
In previous articles I explained jQuery merge multiple tables into single table, jQuery check if string contains specific word,
jQuery Show Hover Dropdown Menu, Simple jQuery modal popup example, jQuery show YouTube videos in popup window and many articles relating to JQuery, JavaScript. Now I will explain difference between keydown, keyup and keypress events examples in jQuery.

Regular Expression(Regex) to Validate URL without http(s) in JavaScript

Sep 14, 2013 10 comments
Introduction

Here I will explain regular expression for validating website url with or without http in
JQuery, JavaScript or regex to validate website url with or without http(s)  in JQueryJavaScript

Description:
  
In previous articles I explained
validate email address using JQuery, how to disable or enable all the controls on page using JQuery , validate phone number using JQuery and many articles relating to JQuery, JavaScript. Now I will explain regular expression for validating url with or without http in JQuery, JavaScript.

Call JavaScript Function for Every 5 Seconds or 10 / 30 Seconds

2 comments
Introduction

Here I will explain how to call a JavaScript function for every 5 seconds or run / execute JavaScript function at regular intervals of time.

Description:
  
In previous articles I explained jQuery get current page url and title, jQuery get url parameter values, Create tabbed menu with rounded corners using CSS, jQuery shake image on mouse hover and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to call a JavaScript function for every 5 seconds.

jQuery Get Query String Values with Special Characters (&,')

Sep 13, 2013 3 comments
Introduction

Here I will explain how to get query string parameter value with special characters in
jQuery .

Description:
  
In previous articles I explained jQuery get query string parameter value with spaces,
jQuery get query string parameter values, asp.net pass multiple parameters in query string, jQuery Remove first/last character from string, jQuery create rounded corners for textbox and many articles relating to JQuery. Now I will explain how to get query string parameter value with special characters in jQuery.
© 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.