Basics of jQuery
andreehansson.se
Basics of jQuery
1–10 of 16 posts
Re: Basics of jQuery
#2Very nice implementation of 'the minimum' theme by Yuya Saito as well.
Sorry if this is off-topic, I'm just happy to see your blog exist.
Re: Basics of jQuery
#3This brought a huge smile to my face just now because your blog is running on http://jekyllbootstrap.com =D Very nice implementation of 'the minimum' theme by Yuya Saito as well. Sorry if this is off-topic, I'm just happy to see your blog exist.
Re: Basics of jQuery
#4This brought a huge smile to my face just now because your blog is running on http://jekyllbootstrap.com =D Very nice implementation of 'the minimum' theme by Yuya Saito as well. Sorry if this is off-topic, I'm just happy to see your blog exist.
Re: Basics of jQuery
#5Re: Basics of jQuery
#6Really? ANOTHER jQuery intro? How about just RTFM, since it covers way more than this ever would. Anyone serious about jQuery is going to end up using it anyway, so let's cut to the chase. http://api.jquery.com
I think a introduction could be great for someone who is beginner and want to start from the ground up. If you send them to api.jquery.com, they will get completely lost. You are understimating the amount of knowledge required to get started with jQuery (you have to know HTML, CSS selectors, JavaScript and then the actual jQuery)
Re: Basics of jQuery
#7Really? ANOTHER jQuery intro? How about just RTFM, since it covers way more than this ever would. Anyone serious about jQuery is going to end up using it anyway, so let's cut to the chase. http://api.jquery.com
By this logic, you will never need technical books, only manuals. I think a introduction could be great for someone who is beginner and want to start from the ground up. If you send them to api.jquery.com, they will get completely lost. You are understimating the amount of knowledge required to get started with jQuery (you have to know HTML, CSS selectors, JavaScript and then the actual jQuery)
Re: Basics of jQuery
#8Earlier quoted context omitted.
By this logic, you will never need technical books, only manuals. I think a introduction could be great for someone who is beginner and want to start from the ground up. If you send them to api.jquery.com, they will get completely lost. You are understimating the amount of knowledge required to get started with jQuery (you have to know HTML, CSS selectors, JavaScript and then the actual jQuery)
Have you read the docs, ever? They have any implementation you'd need. Want to write a plugin? There's a document for it. Plus the comments are actually useful.
Let's say, I am a beginner who knows little bit of HTML. Little bit of CSS. How do you suggest I use api.jquery.com to learn jQuery?
If you linked to http://docs.jquery.com/How_jQuery_Works , it would still make sense.
None the less, I don't think there can be too many tutorials teaching various technologies. If you don't like them, don't read them.
Re: Basics of jQuery
#9Really? ANOTHER jQuery intro? How about just RTFM, since it covers way more than this ever would. Anyone serious about jQuery is going to end up using it anyway, so let's cut to the chase. http://api.jquery.com
By this logic, you will never need technical books, only manuals. I think a introduction could be great for someone who is beginner and want to start from the ground up. If you send them to api.jquery.com, they will get completely lost. You are understimating the amount of knowledge required to get started with jQuery (you have to know HTML, CSS selectors, JavaScript and then the actual jQuery)
Re: Basics of jQuery
#10Earlier quoted context omitted.
Have you read the docs, ever? They have any implementation you'd need. Want to write a plugin? There's a document for it. Plus the comments are actually useful.
I am familiar with the docs, thank you. Let's say, I am a beginner who knows little bit of HTML. Little bit of CSS. How do you suggest I use api.jquery.com to learn jQuery? If you linked to http://docs.jquery.com/How_jQuery_Works , it would still make sense. None the less, I don't think there can be too many tutorials teaching various technologies. If you don't like them, don't read them.