I am developing a new webapp and I want to use material design for it.
Currently the backend is developed with laravel (php) and the frontend with JQuery and materializecss.
The problem is that materializecss is not powerful enough for my needs (I need ajax calls, dynamic content...).
Since i know angular has a FANTASTIC material design framework but i don't want to use angularjs, i was wondering if i could use just the material design template (even with some necessary angularjs code in order to run things) and then develop my things with JQuery.
Would i be able to do ajax calls, update content dinamically, add visual elements of angularjs material design with JQuery?
Thank you for your time!