• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jQuery in Action: difference between Angular JS and Jquery

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am currently working with web technologies and very much new to JQuery. SO would like to know the following:
1. As far as I understand JQuery replaces the conventional Ajax and Java script concept. Does this book covers how AJAX call can be made via JQuery?
2. Is JQuery used for Mobile technologies as well?
3. Now a days I heard lots about Angular JS. How Jquery is different than Angular JS?

If you please help me to understand above answers that will be really appriciated.

Regards
Bijesh Roy
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. jQuery doesn't really "replace" anything in Javascript -- it uses JavaScript, but it provides higher levels of abstraction via methods that make doing things that are usually complicated, like Ajax and event handling, a lot easier. And yes, jQuery's Ajax methods are covered in great depth.

2. jQuery runs perfectly well in mobile browsers. There is also a project called jQuery Mobile which layers on jQuery to provide a mobile framework. It is not part of core jQuery.

3. See this topic from earlier today.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic