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 Javascript. Show all posts
Showing posts with label Javascript. Show all posts

jQuery Delete (Remove) Item from Array using Splice or Grep Properties

Mar 16, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to delete or remove item from array or jQuery remove / delete specific element or item from array list with example. By using splice or grep properties in jQuery we can delete or remove specific item / element from array list.

Description:
  
In previous articles I explained
5 + jQuery flip effect plugin examples, 8 + jQuery page flip book plugin examples, jQuery zoom image on mouse over using zoom plugin, jQuery split string into array by comma, jQuery check if string contains specific text or not and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to delete or remove items from an array with example in jQuery.

By using splice or grep properties we can delete items from an array in jQuery for that we need to write the code like as shown below

jQuery Get All Child DIV IDs Inside of a DIV using Map() Function with Example

Mar 15, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to get all child div ids inside of parent div using map() funtion with example or jQuery map() function to get div element ids of inside div with example. By using jQuery map() function we can get all child ids inside of another div.

jQuery Add Items (Element) to Array If Not Exists in List with Example

0 comments
Introduction

Here I will explain how to use
jQuery to add items or elements to an array if not exists in list with example. By using inArray property we can check whether elements exists or not in array using jQuery.

Description:
  
In previous articles I explained jQuery currency exchange rate example with google api, jQuery referesh div without reloading page, jQuery delete row from gridview and database in asp.net,
jQuery check if string contains specific text or not and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to add items to an array if not exists in array with example in jQuery.

By using inArray property we can add items to an array if not exists in jQuery for that we need to write the code like as shown below

jQuery Add (Insert) Items into Array List with Example

1 comments
Introduction

Here I will explain how to use
jQuery to add items into an array with example or insert items into array list in jQuery. By using push property we can add or insert items (elements) to an array list in jQuery.

Description:
  
In previous articles I explained jQuery split string into array by comma, jQuery check if string contains specific text or not,
jQuery round off numbers with decimal values , JavaScript get whole number division using Math.ceil function and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to add items to an array with example in jQuery.

By using push property we can add items to an array in jQuery for that we need to write the code like as shown below

jQuery Check if String Contains Specific Text or Not with Example

Mar 12, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to check if string contains specific text or not with example or jQuery to check if string contains particular text or not with example.

jQuery Round Off Number to Two (2) Decimal Places using toFixed(), toPrecision Functions

Mar 11, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to round off numbers to two or 2 decimal places example using JavaScript toFixed() or toPrecision() functions or jQuery round off number with two or more decimal values using JavaScript toFixed() or toPrecision() functions.

Description:
  
In previous articles I explained jQuery upload images without postback using handler file, JavaScript get whole number division using Math.ceil function, JavaScript limit number characters in multiline textbox,
jQuery fixed header on window scroll with example, jQuery currency conversion as per exchange rates and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to round off numbers to two or 2 decimal places example using JavaScript toFixed() or toPrecision() functions in jQuery.

By using toFixed() or toPrecision() JavaScript function we can round off (roundup or rounddown) numbers with decimal values using jQuery like as shown below

jQuery Round Off Numbers with Decimal Values Example using JavaScript Math.round Function

1 comments
Introduction

Here I will explain how to use
jQuery to round off numbers with decimal values example using JavaScript Math.round function or jQuery round off (roundup or rounddown) number with decimal values using JavaScript Math.round function.


By using Math.round JavaScript function we can round off (roundup or rounddown) numbers with decimal values using jQuery like as shown below

jQuery Fixed Header (DIV) on Page Scroll or Window Scroll with Example

Mar 3, 2015 0 comments
Introduction
  
Here I will explain jQuery fixed header or div on scrolling example or jQuery fixed header or div on page scroll or windows scroll with example. jQuery fixed header on scroll is used to display header at the top of the web page at all times during page or window scroll.

Show (Display) Alert Message Box from Code Behind in Asp.net using C#, VB.NET

2 comments
Introduction

Here I will explain how to show alert message box 
from code behind in asp.net using c# and vb.net or display alert message from code behind in asp.net using c# and vb.net.

Description:

In previous posts I explained call page methods from JSON string in asp.net, jQuery floating div on page scrolljQuery generate years dropdown dynamically, asp.net Google currency converter and many articles relating to
gridview, asp.net, c#. Now I will explain how to show alert message box from code behind in asp.net using c# and vb.net .

Get Validate Textbox Controls Inside Gridview using JavaScript in Asp.net

Dec 29, 2014 4 comments
Introduction

Here I will explain how to get or validate textbox controls inside of
asp.net gridview using JavaScript or validate asp.net gridview footer controls (textbox, dropdownlist, checkbox, radio button etc..) values in JavaScript.


To get or validate textbox controls inside of asp.net gridview using JavaScript we need to write the code like as shown below

Dropdownlist Validation using JavaScript in HTML, Asp.net

3 comments
Introduction

Here I will explain how to validate dropdownlist using
JavaScript in asp.net or html or dropdownlist validation using JavaScript in html or asp.net. To validate dropdownlist first we need to get selected value of dropdown based on that we can raise validation message.

JavaScript Get Whole Number Division using Math.Ceil function

Dec 11, 2014 1 comments
Introduction

Here I will explain how to get whole number division in
JavaScript or jQuery using Math.ceil() method. Math.ceil() method will rounds number upwards to next nearest integer.

Description:
  
In previous articles I explained how to remove row in table using jQuery, jQuery highlight table row and column on mouseover in asp.net, jQuery detect caps lock on or not,
jQuery change image on mouseover, jQuery dropdown with images, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will explain how to get whole number division in JavaScript or jQuery using math.ceil() method.

How to Remove Row in Table using jQuery

Nov 25, 2014 1 comments
Introduction

Here I will explain in
how to remove row in table using jQuery or jQuery remove current selected row from  table or how to delete table row using jQuery.

jQuery Remove Previous Row tr in Table

1 comments
Introduction

Here I will explain in
jQuery how to remove previous table row or jQuery remove previous tr in table or remove table previous row or tr in jQuery.

jQuery Detect Caps Lock On or Off in JavaScript

Nov 12, 2014 7 comments
Introduction

Here I will explain in
jQuery how to detect caps lock on or off in JavaScript. Generally to detect or check caps lock on or off in page load it’s not possible we can analyze key code only in key press using jQuery or JavaScript.

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