The return event from the jQuery in IE works and returns text (event.target.innerText) that was typed in by the user. I need this to work in all browsers...of course Can someone show me how to get this to work in all browsers, so I know what the user typed in and can save it. I'm using ASP.Net and trying to save the information server side is the reason I put the returned text into a hiddenBasicInformationComments textbox (which is set to run at server). If anyone sees a better way to do what I want, please don't hesitate to let me know.
none of that is tested, but something like that will work. jQuery is designed to eliminate cross browser drama, so if you are already using it you should try to stick to it, then you won't have these troubles
none of that is tested, but something like that will work. jQuery is designed to eliminate cross browser drama, so if you are already using it you should try to stick to it, then you won't have these troubles
Thanks for the help...the first solution you proposed works for me
Bookmarks