TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sreekanth Reddy
352
4.8k
420.6k
SelectionStart and SelectionEnd Not working in Internet Expl
Oct 28 2015 1:35 AM
function KeyDownHandler(e,elem) {
var event = window.event;
if (event === undefined) {
event = e;
}
var txtElement = elem.id;
var txtElementText = GetTextElementValue(elem.id);
var start = txthome.
selectionStart;
var end = txthome.
selectionEnd
;
Internet Explorer is not able to retrieve
start & end
VALUES.
Where as other browsers are working.
Please share your answers friends.
Thank you.
Reply
Answers (
0
)
How to hide and show div using jquery?
What is angular js? what is the use?