Click here to Skip to main content
15,890,438 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Getting started with Javascript Pin
Richard MacCutchan16-Feb-15 7:44
mveRichard MacCutchan16-Feb-15 7:44 
AnswerRe: Getting started with Javascript Pin
Amarnath S23-Feb-15 5:27
professionalAmarnath S23-Feb-15 5:27 
AnswerRe: Getting started with Javascript Pin
Anshul Shukla23-Feb-15 5:29
Anshul Shukla23-Feb-15 5:29 
AnswerRe: Getting started with Javascript Pin
Gerd Wagner24-Feb-15 9:41
professionalGerd Wagner24-Feb-15 9:41 
AnswerRe: Getting started with Javascript Pin
Member 1148300326-Feb-15 7:22
Member 1148300326-Feb-15 7:22 
AnswerRe: Getting started with Javascript Pin
Praveen Raghuvanshi5-Apr-15 6:39
professionalPraveen Raghuvanshi5-Apr-15 6:39 
QuestionWhat is the function of Extracting String Characters in JavaScript Pin
Member 1144603412-Feb-15 6:01
Member 1144603412-Feb-15 6:01 
AnswerRe: What is the function of Extracting String Characters in JavaScript Pin
Richard Deeming12-Feb-15 6:23
mveRichard Deeming12-Feb-15 6:23 
Member 11446034 wrote:
charAt() and charCodeAt()

The charAt function[^] returns the character at the specified index. For example, if the string contains "Hello", s.charAt(0) will return "H".

The charCodeAt function[^] returns the numeric Unicode value of the character at the given index. For example, if the string contains "Hello", s.charCodeAt(0) will return 72, which is the Unicode value that represents an uppercase "H".

List of Unicode characters[^]


Member 11446034 wrote:
When would they be used?

They would be used when you need to extract either a character, or the Unicode value of a character, at a particular index in a string.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: What is the function of Extracting String Characters in JavaScript Pin
Santosh K. Tripathi31-Mar-15 2:04
professionalSantosh K. Tripathi31-Mar-15 2:04 
QuestionI want to write it in aspx or ascx file Pin
indian14310-Feb-15 12:50
indian14310-Feb-15 12:50 
Generalusing ajax Pin
Member 113542638-Feb-15 18:58
Member 113542638-Feb-15 18:58 
SuggestionRe: using ajax Pin
ZurdoDev9-Feb-15 8:47
professionalZurdoDev9-Feb-15 8:47 
GeneralRe: using ajax Pin
Member 113542639-Feb-15 13:30
Member 113542639-Feb-15 13:30 
QuestionWhat is an AXD file Pin
indian1433-Feb-15 14:58
indian1433-Feb-15 14:58 
AnswerRe: What is an AXD file Pin
Richard Deeming4-Feb-15 2:17
mveRichard Deeming4-Feb-15 2:17 
GeneralRe: What is an AXD file Pin
indian1434-Feb-15 6:20
indian1434-Feb-15 6:20 
GeneralRe: What is an AXD file Pin
Richard Deeming4-Feb-15 6:39
mveRichard Deeming4-Feb-15 6:39 
GeneralRe: What is an AXD file Pin
indian1434-Feb-15 6:52
indian1434-Feb-15 6:52 
QuestionHow to make ondrop event being invoked by mouseover? Pin
Member 113783023-Feb-15 6:12
Member 113783023-Feb-15 6:12 
QuestionCalling an ASMX Web Service through JQuery .Ajax Pin
dbrenth2-Feb-15 10:44
dbrenth2-Feb-15 10:44 
QuestionRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev2-Feb-15 11:00
professionalZurdoDev2-Feb-15 11:00 
AnswerRe: Calling an ASMX Web Service through JQuery .Ajax Pin
dbrenth3-Feb-15 2:28
dbrenth3-Feb-15 2:28 
QuestionRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev3-Feb-15 2:30
professionalZurdoDev3-Feb-15 2:30 
AnswerRe: Calling an ASMX Web Service through JQuery .Ajax Pin
dbrenth3-Feb-15 2:57
dbrenth3-Feb-15 2:57 
GeneralRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev3-Feb-15 3:02
professionalZurdoDev3-Feb-15 3:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.