0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
styling on readme More... about 15 years ago
styling on readme More... about 15 years ago
styling on readme More... about 15 years ago
styling on readme More... about 15 years ago
styling on readme More... about 15 years ago
styling on readme More... about 15 years ago
styling on readme More... about 15 years ago
added api reference documention to readme More... about 15 years ago
added test ensuring rever async and animation settings if exception throwed during setting state More... about 15 years ago
removed WaitThread and code recording count of active ajax request, they are not needed because we can set state with async ajax and animation turned off More... about 15 years ago
replaced visible option with editable option while setting state, which means both visible and enabled More... about 15 years ago
added 'check' and 'sync' options while setting state More... about 15 years ago
added wait_thread_spec.html More... about 15 years ago
WaitThread: try condition once before enter async thread More... about 15 years ago
remember active jquery ajax request count in $.activeAjaxRequestCount, added WaitThread More... about 15 years ago
added afterSetState event to parcel More... about 15 years ago
made beforeSetState a parcel event More... about 15 years ago
made event handler signature consistent with jQuery, introduced beforeSetState event which will be fired when set state with option.beforeEvent equals true More... about 15 years ago
set state on array field will add sub field if needed when addItem method is provided by array field More... about 15 years ago
moved get/set state into its own spec file from field_operation_spec. added more TODO More... about 15 years ago
removed $.config.strict, added capability of setting state with options, which is useful for debuging More... about 15 years ago
defaultState(), resetState(), initialState(), isDirty() and reverState() are supported by a jQuery object without any parent parcel More... about 15 years ago
get/set state of a jQuery object without any parent parcel More... about 15 years ago
refactoring using more closest() More... about 15 years ago
in order to select parcel instance by selector, store parcel instance as an attribute of DOM element rather than using jQuery.data() More... about 15 years ago
fixed the problem that matcher.expect in tests does not work in event handler. More... about 15 years ago
added 'strict' mode configuration, which will throw exception if try to set state/defaultState with inexistent field More... about 15 years ago
stype api reference of readme More... about 15 years ago
stype api reference of readme More... about 15 years ago
stype api reference of readme More... about 15 years ago