JSFiddle - React, Tailwind, and code Playground

by Benahmed Taoufiq

HTML

<table id="content">

</table>

JavaScript

$(function(){
		
    $.fn.VotrePlugin=function(){
    alert($(this).attr("id"));
    //ecrivez votre code ici....
    };
    //appel du plugin
    $("#content").VotrePlugin();
});