filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Including just sizzle portion of dependency #176

Closed juliolemus closed 8 years ago

juliolemus commented 8 years ago

Hi, I'm trying to add the sizzle portion of the jquery.js script to my project without the jquery portion, since I already have my own version of jquery in use, and I was wondering if removing the jquery portion will have any effects on the rest of the script or if there is an easier way for me to just add the sizzle portion? Thanks.

zachleat commented 8 years ago

I’m having trouble understanding this question. If you have jQuery on the page already, you don’t need to include anything else other than tablesaw.

Let me know if I can help more!