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

Disable Mouse Right Click on Page using JavaScript and jQuery in Asp.net

Mar 17, 2015 0 comments
Introduction

Here I will explain how to disable right click in asp.net (aspx) webpage using
JavaScript and jQuery. To disable right click on page using JavaScript and jQuery we need to disable oncontextmenu event, onmousedown and onmouseup events.

Description:
  
In previous articles I explained jQuery change image on mouse over, jQuery social sharing plugin examples,
jQuery Hover dropdown menu, jQuery bouncing menu example, jQuery zoom image on mouse over using zoom plugin, jQuery split string into array by comma and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to disable right click in asp.net (aspx) webpage using JavaScript and jQuery.

To disable right click on web page we need to write the code like as shown below

jQuery Hide Parent DIV if Child DIV (HTML) is Empty with Example

0 comments
Introduction

Here I will explain how to use
jQuery to hide parent div of child div empty or jQuery hide parent div incase if child div contains empty or without html data. By using empty selector and parent method we can find whether child div empty or not in jQuery.

Description:
  
In previous articles I explained jQuery Hover dropdown menu, jQuery bouncing menu example,
jQuery zoom image on mouse over using zoom plugin, jQuery split string into array by comma and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to hide parent div if child contains empty.

By using empty selector and parent method we can hide parent div if child div contains empty for that we need to write the code like as shown below

jQuery Remove (Delete) Multiple Divs with Same Id or Class Name

1 comments
Introduction

Here I will explain how to use
jQuery to delete multiple divs with same id or jQuery remove or delete all divs with same class name or jQuery delete elements with class name. By using remove() property we can delete or remove multiple divs with sample class name.

Description:
  
In previous articles I explained jQuery remove specific element from array by value, jQuery add items into array with example,
jQuery zoom image on mouse over using zoom plugin, jQuery split string into array by comma and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to delete multiple divs with same id or same class name.

jQuery Remove Specific Element from Array by Value or Index with Example

Mar 16, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to delete or remove specific item or element from array by value or index with example 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 specific items from an array with example in jQuery.

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

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

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 Split String into Array by Comma or jQuery Split Comma Separated String into Array

Mar 12, 2015 1 comments
Introduction

Here I will explain how to use
jQuery to split string with comma or jQuery split string into array by comma or jQuery split comma separated string into array with example. By using split() function in we can split string with comma or space etc. based on requirement in jQuery.


To split string into array by comma we can use split() function 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

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.

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