-
Notifications
You must be signed in to change notification settings - Fork 277
Can jQuery be removed? #110
Comments
You can use Gridlist without jQuery but you'll need to write an additional wrapper for Please let me know if you need other informations and if there's anything that we can do in order to help you out. |
Hi, thanks for your answer. Let me know if you going to do this. |
|
You still need to have logic for |
"gridlist does not require jQuery and is framework agnostic. From README:" I know. "A jQuery plugin built on top of the GridList class that translates the generic items positions into responsive DOM elements with drag and drop capabilities." - this is what should be jQuery agnostic Drag'n'Drop can be done with RxJs for instance and i think it would be more convenient to have this. https://gist.github.com/mattpodwysocki/2156153 but there can be even simpler implementations. Idea is simple - you bind to element mouseEnter, taking mouseMove events while mouseLeave and change elements position. All other element positions can be easily changed with document.getElement..... |
Hear, hear - I also would like to see a jQuery free version. |
Would love to be able to use this library with Angular 2+. Unfortunately I have no idea how to do this without using jQuery and having to re-implement half of the library. Looking forward to seeing more React and Angular friendly version! |
Hello,
I am using Angular 2.x and was looking for some dashboard library. This one looks very promising but as you know jQuery is not recommended by most MVVM libraries so I wonder is there a chance that jQuery can be removed and swapped with regular document... events?
The text was updated successfully, but these errors were encountered: