bmoren / jQuery-Generative-Engines

Generative Engines for jQuery Projects
MIT License
1 stars 1 forks source link

hiding original dom elements #9

Open alex-carlson opened 8 years ago

alex-carlson commented 8 years ago

tried a few different things. Haven't found a good way to actually remove the elements (the logic is based on the objects $.data), so I'm just hiding them for now.

It would be nice to hide/remove them on load, but it's not really viable because we don't know what $(this) is until the method is called.