I am in the process of trying to write a custom extender utilizing the jQueryExtender but am having trouble adding the jQuery UI scripts. I want to use these script to add the draggable funtionality but could not find the proper way.
Right now I am using jQuery.ui.draggable(options,control) to do his work instead of being able to do $control.draggable(options)
Right now I am using jQuery.ui.draggable(options,control) to do his work instead of being able to do $control.draggable(options)