jquery - What Javascript library to use with Laravel -


I am creating a Schedule / Employee Management Application in my first visit Zend Framework and used jQuery for client side I went. Now I am going to Larwell, and wondering if I should change Javascript too.

Basically, you make a schedule, make shifts, create the work within that change. Move tasks / drag / resize tasks, move tasks from shift to shift

What is the best JavaScript solution for me? Angular JS is too much? I have heard that it is binding and DB is good enough to write, and since I will call many AJAX calls, then this application can be smooth and fast. But is it easy to manipulate dom (such as changing drag and shape)?

You can use AngularJs and create some instructions for jQuery interaction.

DOM is great for manipulation in jQuery, but not to make applications. Angular jays, though, angular is more complex than jQuery, that you can not be able to capture as quickly as jQuery.

BTW, no matter what framework you use in the backend, it does not matter to the frontend


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -