You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.
JQuery widgets allows you to execute methods on the instance and pass parameters to those methods for example:
$( "#elem" ).progressbar( "value", 40 ); will execute the 'value' and pass the 40 to the function.
JQuery widgets allows you to execute methods on the instance and pass parameters to those methods for example:
$( "#elem" ).progressbar( "value", 40 ); will execute the 'value' and pass the 40 to the function.
How can I achieve the same with backbone.widget?
I noticed on:
backbone.widget/backbone.widget.js
Line 45 in 630dfca
that the method being executed on the widget is invoked but where are the parameters passed?
Is this not supported in backbone.widget?
Thanks
The text was updated successfully, but these errors were encountered: