I want to add an attr data-columns into <div id="grid">
Like this : <div id="grid" data-columns>
I try it but it does not work : $('#portfolio').attr("data-columns");
Thanks for your help !
Like this :
I want to add an attr data-columns into <div id="grid">
Like this : <div id="grid" data-columns>
I try it but it does not work : $('#portfolio').attr("data-columns");
Thanks for your help !
First you have to give some values to data-columns
Then access it like