I don't remember off hand, but this should work: given a client-side Element value el, you can obtain its jQuery representation and use Focus():

1
2
3
4
let el = Input [Attr.Type "text"]
let jq = JQuery.JQuery.Of el.Dom
jq.Focus() |> ignore
..
By on 2/20/2012 5:08 PM ()

Thanks a bunch, and sorry for the confusion.

By on 2/20/2012 7:16 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper