1.2.18 • Published 7 years ago

js-editable.jquery v1.2.18

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

js-editable

dynamic editable html contents with jquery javascript

Get started

HTML header code

<link href="dist/js-editable.min.css" rel="stylesheet">
<script src="dist/js-editable.min.js"></script>

Automatic initialization

<table>
    <tr>
        <td class='editable' data-editable-group='tb1'>cell1</td>
        <td class='editable' data-editable-group='tb1'>cell2</td>
        <td class='editable' data-editable-group='tb1'>cell3</td>
    </tr>
    <tr>
        <td class='editable' data-editable-group='tb1'>cell1</td>
        <td class='editable' data-editable-group='tb1'>cell2</td>
        <td class='editable' data-editable-group='tb1'>cell3</td>
    </tr>
</table>

Manual JQuery initialization

HTML code

<table>
    <tr>
        <td class='editable-cell' data-editable-group='tb1'>cell1</td>
        <td class='editable-cell' data-editable-group='tb1'>cell2</td>
        <td class='editable-cell' data-editable-group='tb1'>cell3</td>
    </tr>
    <tr>
        <td class='editable-cell' data-editable-group='tb1'>cell1</td>
        <td class='editable-cell' data-editable-group='tb1'>cell2</td>
        <td class='editable-cell' data-editable-group='tb1'>cell3</td>
    </tr>
</table>

javascript code

$(".editable-cell").editable();
1.2.18

7 years ago

1.2.17

7 years ago

1.2.16

7 years ago

1.2.15

7 years ago

1.2.14

7 years ago

1.2.13

7 years ago

1.2.12

7 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago