If I dynamically create a control in code-behind, how would I bind jQuery stuff to that control?
IE (this doesnt work, obviously) mycontrol.Extend(".animate()");
Thanks!
* LET ME CLARIFY --- I want to bind these properties to this control FROM THE CODE BEHIND... so