visas Posted March 23, 2016 Share Posted March 23, 2016 anyone used bootstrap? using it on a project im working on and idk about it. also anyone familiar with jQuery? Quote Link to comment Share on other sites More sharing options...
S3R0 Posted March 23, 2016 Share Posted March 23, 2016 Haven't really used bootstrap much, although I've heard pretty good things about it. As far as jQuery goes, it's been a little while since I last used it, but from what I remember, it's fairly easy. I'm assuming you're trying to put together some sort of website? Quote Link to comment Share on other sites More sharing options...
Rudie Posted March 23, 2016 Share Posted March 23, 2016 I've used both, it's pretty easy.. just read the docs :P Quote Link to comment Share on other sites More sharing options...
inlustra Posted March 23, 2016 Share Posted March 23, 2016 (edited) Honestly, Bootstrap is the easiest of Frameworks to grasp but - it's getting old now, I know some people won't agree with me on that one. Depending on your backwards compatibility, seriously look something like Material Design Lite that uses a flex layout. Avoid jQuery if you can, it's useless nowadays and it'll do you much better to learn raw Javascript, especially with the advent of ES6 Honestly, if you want to learn javascript, learn AngularJS, it's tough to start with but it's amazing when you get the hang of it! Edited March 23, 2016 by inlustra Quote Link to comment Share on other sites More sharing options...
visas Posted March 23, 2016 Author Share Posted March 23, 2016 Honestly, Bootstrap is the easiest of Frameworks to grasp but - it's getting old now, I know some people won't agree with me on that one. Depending on your backwards compatibility, seriously look something like Material Design Lite that uses a flex layout. Avoid jQuery if you can, it's useless nowadays and it'll do you much better to learn raw Javascript, especially with the advent of ES6 Honestly, if you want to learn javascript, learn AngularJS, it's tough to start with but it's amazing when you get the hang of it! it's just for coursework for uni haha, have to use DOM so either DoJo or Jquery so i thought jquery Quote Link to comment Share on other sites More sharing options...