← all postsUsing $.widget.bridge Outside of the Widget FactoryWednesday, October 13, 2010 Within jQuery UI's widget factory exists a little method called $.widget.bridge, which acts as a middle man between the object created with $.widget and the jQuery API. Because bridge is a public function you do not need jQuery UI or any other part of the widget factory to use it. This is awesome and i'mma sh