Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have already checked stackoverflow. Their Jquery/Javascript code is cryptic. The variables are all one letter in length. So can you guys give a good website that uses JQuery well and follows good/best practices?
I have already read many books on the subject. I would like to jquery implemented on a large scale.
At the jQuery's homepage jQuery.com you can find several tutorials.
Further on there are books written about jQuery. The one I can recommend is the jQuery in Action. It's a pleasant read.
Here's a showcase of sites which use jQuery:
http://usejquery.com
Here are more topics about the subject:
Where can I find a tutorial to get started learning jQuery?
Where can I learn jQuery? Is it worth it?
I'd recommend the site LearningJQuery.
They've got advanced, intermediate and beginner examples.
I'd suggest that any site who is using the minified jQuery library is doing themselves and their visitors a favour!
How about JQuery itself?
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
This is actually not a technical question ! Im learning Javascript (I started a few months ago with AngularJs for a big school project) and am now focusing on plain Js, and Im still quite a noob but Im starting to get the 'abstract logic' of it and im having fun.
I 've often heard that jQuery was a bit 'hacky' and not always a clean way to achieve things, but it does work efficiently. My question is: can I keep it to 'good ol' Js forever or will I inevitably have some day to use jQuery for tricky things? Can I have your advises on that? Thanks !
(sorry if Im not in the good section?)
I think this question might be better suited for r/webdev.
But yes you can avoid using jQuery altogether. jQuery is great for DOM manipulation. It has a stigma for turning large projects with a lot of jQuery into 'spaghetti code' but it is still widely used. That being said, whatever you can do in jQuery can be done in different ways using JS, CSS or HTML.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
So if i excel at javascript than learning what other libraries, languages, framework, business related things would help me improve as a developer and get hired.
I know just knowing js isn't enough and that developer must know some basic stuff like
jquery, css3, html5, etc.
But what else.
I rarely see a job in which it says you need to know javascript there are always a lot of something else.
Well this is not the perfect place to ask this question but to help you I would like to suggest you some options.
If you are aiming to become a full-time front-end developer then along with the Javascript you must have excellent knowledge of HTML5, CSS3 and JQuery.
Also you must start practicing at least two of the following JavaScript frameworks:
Angular JS,
Node JS,
Grunt,
Dojo,
MooTools.
It would be good to have knowledge of SASS & COMPASS as well.
A good knowledge of Photoshop or Illustrator is also required.
Rest you can research yourself and choose as per your choice.
Best of luck!!
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
First post on this site, so bear with me.
I got a decent handle on jQuery, but then I tried to jump to Backbone.js and it was a little bit over my head. And I decided that I want to ease my way into it by slowly working up.
What order did YOU learn the Frameworks in?
Before learning jQuery, you can check these W3Schools tutorials:
http://www.w3schools.com/jquery/default.asp
http://www.w3schools.com/js/
A good resource for learning jQuery is on the jQuery Learning Center site: http://learn.jquery.com/. Especially, I would recommend you the JavaScript 101 Chapter for the beginning: http://learn.jquery.com/javascript-101/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
For my JavaScript framework I would like to use Sphinx. Since I am new in the Sphinx world I would like you people to help me out getting started with Sphinx and JavaScript.
I believe you're looking for Sphinx' JavaScript Domain feature.
Edit: From a quick glean at the documentation & tools, it doesn't look like you can use ReST inside your JavaScript. You'll either have to fish out the documentation from the comments, or keep it around in sidecar-files.
Sorry for too late response )
Like you I want build docs for my own JS framework based on AngularJS.
And like oliverseal, I am built sphinx extension in native way for sphinx and ext.autodoc
sphinxcontrib-autoanysrc
It simple and clean, but does have ext.autodoc features for auto generation signatures and others, but it enough for me store reST docs of framework API in js files )
You can implement ext.autodoc features with sphinxcontrib-autoanysrc extension check out autoanysrc.JSAnalyzer
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
One of the interviewers asked to impress him with the JavaScript and CSS skills. He provided a link to two websites and asked to write a JavaScript application (page or pages) that takes content from one or both of these websites and demonstrates my command of jQuery and CSS. It doesn’t have to be useful to end-users, but it should be interesting to programmers.
What interesting things should I write? What would impress you in the candidate?
P.S.
The sites have real-estate information.
So, what would be the best way to read information from a given URL and extract some of it using jQuery?
That interview question is so subjective. What impresses one person might be basic to another. Why not ask a more meaningful question that demonstrates whether or not the candidate actually knows the language.
With all that said and if you really want to work for this company, I would study up on the basics of both js and jquery and really learn how to optimize basic functions. If you had to impress me then you should try to optimize a block of code as best you can without making the code unreadable. There's nothing better than clean, fast and readable code.