tbosch / autofill-event

A polyfill to fire a change event when the browser auto fills form fields
MIT License
383 stars 53 forks source link

chaining `checkAndTriggerAutoFillEvent()` #10

Open whitneyit opened 10 years ago

whitneyit commented 10 years ago

Can we make the make jqCheckAndTriggerAutoFillEvent() return "this". This way we ensure chainability of the jQuery/jqLite methods.

tbosch commented 10 years ago

Sure! Can you create a PR with tests?

whitneyit commented 9 years ago

No idea how this slipped off the radar for almost a year. A PR has now been submitted

whitneyit commented 9 years ago

The PR for this, #26, has been updated to resolve an error with run-unit-tests.sh throwing a shell error.

/scripts/run-unit-tests.sh: 6: ./scripts/run-unit-tests.sh: [[: not found