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

JavaScript - Remove Duplicate Values from Arraylist String

Mar 12, 2013 1 comments
Introduction

Here I will explain how to use JavaScript to remove duplicate values from array or remove duplicate values/elements from string array using JavaScript

Description:

In previous article I explained Show number of characters left in text using JavaScript, Set watermark text for textbox using JavaScript, JavaScript Automatically move cursor to next field when textbox full , JavaScript add bookmark link to website and many articles relating to JavaScript, jQuery, SQL, asp.net etc. Now I will explain how to remove duplicate values/elements from string array using JavaScript.

Disable Drag and Drop Option in Textbox or Textarea Controls

Feb 28, 2013 6 comments
Introduction

Here I will explain how to disable drag and drop option in textbox or textarea using JavaScript properties. 

Description:
  
In previous articles I explained JavaScript show number of characters left, JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to disable drag and drop option in textbox or textarea.

Previously I written one post JavaScript remove special characters from textbox to remove special characters from textbox at that time one reader has asked me the question like 

“Textbox removing special characters whenever I enter but if I select some special characters text and hold the text by mouse click and drop it in textbox it’s allowing how to restrict that drag and drop option?”

JavaScript - Show Number of Characters Remaining in Textbox or Textarea

15 comments
Introduction

Here I will explain how to show number of characters remaining in textbox or textarea using JavaScript

Description:
  
In previous articles I explained JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox JavaScript validations for phone, email and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to show number of characters remaining in textbox or textarea using JavaScript.

JavaScript - Remove Special Characters from Textbox

9 comments
Introduction

Here I will explain how to use JavaScript to remove special characters from textbox entered by 
user. 

Description:
  
In previous articles I explained JavaScript restrict user to enter only numbers, Watermark textbox in JavaScript, JavaScript validations for phone, email and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to use JavaScript to remove special characters from textbox entered by user.

JavaScript Automatically Move Cursor to Next Field When Textbox Full

16 comments
Introduction

I will explain how to use JavaScript to automatically move cursor to next field when cursor textbox full or JavaScript to automatically (Auto Tab) send the user from one field (textbox) to the next when the maxlength of the field has been reached.
 
Description:
  
In previous articles I explained
jQuery Change background color of div, jQuery fadein fadeout effect, jQuery get current page url and title, jQuery create rounded corners for textbox and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how automatically (Auto Tab) send the user from one field (textbox) to the next when the maxlength of the field has been reached.

Find Number of Vowels in a String in JavaScript | Count Vowels in String using JavaScript

Feb 27, 2013 2 comments
Introduction

Here I will explain how to find number of vowels in a string in JavaScript or get vowels count in string in JavaScript.

Description:
  
In previous posts I explained many articles relating to JavaScript,
JQuery. Now I will explain how to find number of vowels in a string in JavaScript.

JavaScript - How to Get Screen Resolution of User or Client Machine

Feb 25, 2013 3 comments
Introduction

Here I will explain how to Get Monitor screen resolution using JavaScript or Get screen resolution of user in JavaScript.

Description:

In previous article I explained Set watermark text for textbox using JavaScript, JavaScript Set Default home page in IE, Mozilla, JavaScript add bookmark link to website and many articles relating to JavaScript, jQuery, SQL, asp.net etc. Now I will explain how to get screen resolution of user in JavaScript.

jQuery setTimeout Function Example in JavaScript

1 comments
Introduction

Here I will explain how to use jQuery setTimeout function with example. jQuery setTimeout function is used to execute functions at regular intervals of time. Suppose if we want to execute one JavaScript function for every 10 seconds or for a specific time we can use jQuery setTimeout function to achieve this functionality. 

Description:
  
In previous articles I explained Start and Stop timer in JavaScript, Show user current location on google map, Regular expression to validate file upload extension,
jQuery Bouncing Menu Example and many articles relating to jQuery, JavaScript. Now I will explain how to use jQuery setTimeout() function with example. 

jQuery setTimeout() function is same as jQuery setInterval() function

jQuery setInterval() Function Example in JavaScript

0 comments
Introduction

Here I will explain how to use jQuery setInterval function with example. jQuery setInterval function is used to execute functions at regular intervals of time. Suppose if we want to execute one JavaScript function for every 10 seconds or for a specific time we can use jQuery setInterval function to achieve this functionality. 

Description:
  
In previous articles I explained Start and Stop timer in JavaScript, Show user current location on google map, Regular expression to validate file upload extension,
jQuery Bouncing Menu Example and many articles relating to jQuery, JavaScript. Now I will explain how to use jQuery setInterval() function with example. 

jQuery Add More or Less Link to Text | Show More Link to Shorten Text to Display Rest of Text

Feb 24, 2013 19 comments
Introduction
  
Here I will explain how to add more/less link to text to display remaining text in
jQuery or add read more link button to text using jQuery. In Facebook if text is more than few characters those extra words will hide and display more link to display rest of text to user. Now I will explain how to create the "More" link button to display rest of the text using jQuery.

Description:
  
In previous posts I explained Add blinking text using jQuery, jQuery Show hidden content on mouse over, jQuery Bouning Menu Example, jQuery floating menu with scrolling and many articles relating to 
jQuery, asp.net. How to display limited text with more link to display remaining text using jQuery.

Change Page Title with jQuery Dynamically

3 comments
Introduction
  
Here I will explain how to
change/set page title using jQuery or change the title of page dynamically with jQuery.

Description:
  
In previous posts I explained Simple jQuery Dropdown Menu, jQuery Image slideshow with transparent overlay captions,
jQuery Get number of facebook likes, shares count for url, and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to change/set page title using jQuery.

To change page title dynamically in jQuery we can write the code in different ways like as shown below

jQuery Get JSON Data/Response From URL in JavaScript

1 comments
Introduction
  
Here I will explain how to get
JSON data from url in JavaScript or jQuery get JSON response from url in JavaScript.

Description:
  
In previous posts I explained Create Short urls using in javaScript,
jQuery Get number of facebook likes, shares count for url, jQuery Google Currency Converter API Example and many articles relating to jQueryJavaScript, asp.net. Now I will explain how to get JSON response or data from url in JavaScript.

To get JSON data or response from url in JavaScript we can write in different ways like as shown below

Create Goog.le Short Urls in JavaScript using Google URL Shortener API Example

Feb 20, 2013 5 comments
Introduction

Here I will explain how to create JavaScript short urls using google URL Shortener API in jQuery or create goog.le short urls using jQuery, JavaScript. Google Provides URL Shortener API to create short urls with goog.le for free with a daily limit of 1,000,000 requests.

Description

In previous articles I explained Show user current location on google map, Google Map with latitude and longitude, jQuery Google currency converter and many articles relating to Google API, JavaScript, jQuery, asp.net. Now I will explain how to create short urls using google URL Shortener API in JavaScript , jQuery.

Start and Stop a Timer in JavaScript | Function Execution Start and Stop in JavaScript

Feb 5, 2013 6 comments
Introduction

Here I will explain how to start and stop timer example in JavaScript or start and stop function execution using JavaScript in asp.net.

Description:
  
In previous articles I explained Execute JavaScript function at regular intervals of time
jQuery get current page url and title, jQuery shake image on mouse hover and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to implement start and stop timer example in JavaScript.

Call a JavaScript Function at Regular Intervals | Execute Function Every n Seconds

3 comments
Introduction

Here I will explain how to call a JavaScript function at regular intervals of time or run/execute JavaScript function every 10 seconds or execute JavaScript function at specific time in asp.net.

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 at regular intervals of time in asp.net.

Generate Random Colors in JavaScript | Random Color Generator in JavaScript

2 comments
Introduction

Here I will explain how to generate random colors for div using JavaScript and change color of div at regular intervals of time using JavaScript in asp.net.

Description:
  
In previous articles I explained
jQuery Change background color of div, jQuery fadein fadeout effect, jQuery get current page url and title, jQuery create rounded corners for textbox and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to generate random colors for div using JavaScript in asp.net.

jQuery Get Current Page URL & Title | JavaScript Get Current Page URL & Title

Feb 1, 2013 1 comments
Introduction

Here I will explain how to get current page url in jQuery or get current page url using JavaScript in asp.net

Description:
  
In previous articles I explained
JavaScript Get Current User Location Details, JavaScript Show Google Map with Latitude and Longitude, JavaScript Redirect to Another Page After Some Time Delay and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to get current page url and title in jQuery or get current page url and title using JavaScript 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.