User Profile
Collapse
Profile Sidebar
Collapse
Navas km
Last Activity: Dec 23 '13, 08:56 AM
Joined: Sep 18 '13
Location:
-
-
html- hyper text markup language
css- cascading style sheet -
How to focus on a user control dropdown while pageload.
Page.SetFocus(d ropdownID);
/* above code work only in textbox -
How To Navigate through Enter key
...Code:<script type="text/javascript"> $(document).ready(function () { var inputs = $(':input,select').keypress(function (e) { if (e.which == 13) { e.preventDefault(); var nextInput = inputs.get(inputs.index(this) + 1); if (nextInput) { nextInput.focus();Last edited by Rabbit; Sep 27 '13, 03:56 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: