I just posted this question on Stack Overflow which is at
http://stackoverflow.com/questions/3843551/how-to-set-focus-to-a-textbox-that-was-just-inserting-it-into-my-page
Here is the text of my question
I have a dynamic web page that after clicking a link, I insert a
partial view into my page using brailjs action. My brailjs view looks
like this
page.inserthtml('bottom', 'items', { @partial:
'item/_fields_replacement_part' })
page.replacehtml('add_item_link', { @partial:
'item/_addlink_replacement_part' })
After I insert the html, I want to be able set focus to one of the
textboxes that was just inserted. How can I do that?
Jason
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.