Depends on what you want to achieve. It's possible to set the property after the page is rendered and having the property value available at a post back. Is that what you need?
I don't think it's possible, since the controls' properties are evaluated before the PreRender phase. Every property setting made by jQuery happens after the page is rendered so it's useless.