mindmup / editable-table

tiny jQuery/Bootstrap widget that makes a HTML table editable
MIT License
686 stars 324 forks source link

Use prevAll/nextAll instead of prev/next so it does not mind if there is... #8

Open vincent-psarga opened 10 years ago

vincent-psarga commented 10 years ago

Basically, when using Ember.js, there is some "script" tags created inside the table DOM. This little fix enables using keyboard navigation even with tables generated with Ember.js.