1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 3 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the field editors plugable.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Make the field editors plugable. The editors now have a proper api and implementing it properly fixed a couple of bugs with select lists. They should now pick up the correct value from passed in data rather than always for the existing element text.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Fixed bug shown in the demo where text inputs did not get their string values.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Fixed bug shown in the demo where text inputs did not get their string values.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Fix the nil click-to-add feature.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Fix the nil click-to-add feature. Now shows in demo.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Demo now even looks good on IE8.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Demo now even looks good on IE8.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Move javascript file to js directory.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Move javascript file to js directory.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Updates to the readme. Also added the .jquery.json in preparation. All of this will chnage. The readme will be more basic with a pointer to the full docs.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Updates to the readme.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Script to put the demo file into edit mode and then back again.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Script to put the demo file into edit mode and then back again.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Put the stop propagation back in :)
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Put the stop propagation back in :)
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
In IE<=8 events can't be passed to timeout functions and
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
In IE<=8 events can't be passed to timeout functions and attempting to access it in any way causes an exception.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Take out the stopPropagation() on the submit handler. We rely on the events being propagated to cancel any blur event.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Take out the stopPropagation() on the submit handler.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Trim input fields of leading and trailing white space.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Trim input fields of leading and trailing white space. Data from the server or in data-data attributes is left alone.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
The nil processing must be done on the initial binding of the form.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
The nil processing must be done on the initial binding of
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Need to stop propagation on the submit handler.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Need to stop propagation on the submit handler.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
A demo html file for plugin usage.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
A demo html file for plugin usage.
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Required blank lines in README
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago
Required blank lines in README
steve_ratcliffe
as Steve Ratcliffe
More... almost 11 years ago