1

I have a <table id="table"> inside the table are input fields that needs to be sortable. With a button you can add new inputfields. Unfortunately in the later added input fields can not be written.

Unfortunately I haven't found a solution.

Can you give me tips or help me?

I have the Problem in FireFox 15.0.1

4

1 回答 1

1

It's because of .disableSelection() if you remove it then text is editable.

于 2012-09-22T15:30:36.273 回答