#programming/jquery
All links tagged #programming/jquery
Posted in r/javascript by u/iamnearafan • 7 points and 1 comment
Posted in r/javascript by u/shadowsyntax • 117 points and 10 comments
Posted in r/javascript by u/Mackseraner • 105 points and 8 comments
Posted in r/javascript by u/wadie31 • 222 points and 21 comments
Nuxt.js development made easier.

In tips to learn React + Redux you will get a list of best practices and tips to learn React JS and Redux. The tutorial covers various topics in Redux, ES6 and React like testing, components and state…

Let's learn React and Redux with Javascript's new ES6 syntax, from Beginner to Intermediate to Advanced. Chapter 01 Introduction Files for each lesson can be...
This tutorial is the final of a three-part series by Brad Westfall. We'll learn how to manage state across an entire application efficiently and in a way t
Interested in Learning React but having trouble getting started? We'll teach you how it all works - for free Over the next 30 days, we'll walk through everything you need to know to work with React. F...
This is the first article of a series on functional programming in dynamically typed languages such as Javascript.
I have three weeks to learn JS. I bumped into someone at a networking event - he likes me a lot. I encompass 3/4 of the things I need to be able...
175 points and 48 comments so far on reddit
71 points and 59 comments so far on reddit
277 points and 28 comments so far on reddit
52 points and 11 comments so far on reddit
98 points and 10 comments so far on reddit

In this Slack chat, we bring together web and mobile development experts to discuss whether the jQuery project is still useful for modern web development.

If you’re a newcomer to JavaScript, jargon like “module bundlers vs. module loaders,” “Webpack vs. Browserify” and “AMD vs. CommonJS” can…
understanding-es6 - Simple examples to help you understand ES6
72 points and 21 comments so far on reddit
138 points and 45 comments so far on reddit
16 points and 4 comments so far on reddit
11 points and 8 comments so far on reddit
159 points and 25 comments so far on reddit
51 points and 11 comments so far on reddit

Apply the principles of purely functional languages to your JavaScript to gain more reliable, self-documenting codebases.

Understand the difference between classes and prototypes to unlock JavaScript’s dynamic hidden superpower: delegation.
19 points and 5 comments so far on reddit
33 points and 19 comments so far on reddit
173 points and 138 comments so far on reddit
111 points and 31 comments so far on reddit
170 points and 29 comments so far on reddit
86 points and 5 comments so far on reddit
7 points and 3 comments so far on reddit
13 points and 6 comments so far on reddit

In meinem letzten Beitrag, dem ersten Teil der Serie “The State of JavaScript”, bin ich auf die aktuelle Verbreitung von JavaScript eingegangen. In diesem Beitrag werde ich mich mit JavaScript Frontend-Frameworks beschäftigen. via Pocket

When jQuery was first introduced, it changed the world. It gave us all the ability to refer to elements on the page from JavaScript, like we could in CSS. Not only that, but it gave us an API for these elements that was miles ahead of what the browser had. via Pocket

Screencast created by Tuts+Premium in association with net magazine and Creative Bloq. With browser performance improving, along with the steady adoption of new HTML5 APIs, the volume of JavaScript on the web is growing. via Pocket

Have you ever come across a bit of JavaScript like $(".cta").click(function(){}) and thought, “What the $('#x') is that” If it looks like gibberish to you, then please read on. If you think that snippet of code couldn’t possibly be real, then please browse some jQuery examples1. via Pocket
A lot of JavaScript developers out there, myself included, love jQuery. And rightly so! Like any great tool, it makes our lives easier. When building something with a large amount of front-end code, like a robust site or application, jQuery is a powerful ally. via Pocket
While I’ve worked over a decade building various websites, it has only been the past 3 years that I’ve started learning more on how to work with plain JavaScript, instead of using jQuery always as the starting point. via Pocket
Composing multiple functions to create more complex ones is a common utility in any programming language. And the ability to construct functions in a way that is easily composable is a true talent, but it really shines with code maintenance and reuse. via Pocket
JavaScript is a fully-featured Object-Oriented programming language. On the surface, it shares syntactical similarities with Java and C, but the mentality is quite different. At its core, JavaScript is more similar to functional languages. via Pocket

To be a good Javascript developer you have to master in developer tool and more specifically console tab of dev tool. See the 15 tricks that will make you th... via Pocket
This article explores the various ways you can create objects with the JavaScript language, and through this exploration finds that there is much to learn about the language! via Pocket
Preface: Nothing in this post is necessarily new, or even anything I thought of first (save for a name or two). via Pocket

As web developers, we have all tried many different tools, IDE’s and text editors to improve our daily workflow. Apart from the old-fashioned vim/emacs lover, many of us currently use either Sublime Text (with its great collection of plugins) or WebStorm. via Pocket
JavaScript has many great style guides. Thus, there is no need to write yet another one. Instead, this blog post describes commonly accepted meta style rules and conventions that I like that are controversial. The idea is to help you make a more informed decision about what is right for you. via Pocket
javascript-patterns - JavaScript Patterns
38,565 Views A presentation about tricks and best practice ideas of how to use JavaScript given in our office in India as part of an internal training. A presentation about tricks and best practice ideas of how to use JavaScript given in our office in India as part of an internal training. via Pocket

Great design is a product of care and attention applied to areas that matter, resulting in a useful, understandable, and hopefully beautiful user interface. But don’t be fooled into thinking that design is left only for designers. via Pocket

We’ve all been there: that bit of JavaScript functionality that started out as just a handful of lines grows to a dozen, then two dozen, then more. Along the way, a function picks up a few more arguments; a conditional picks up a few more conditions. via Pocket
JavaScript is an interesting language. It is quite different from any other language I’ve used, and it takes a while to really notice and understand the nuances if you don’t have a good way of learning. via Pocket

JavaScript. At once bizarre and yet beautiful, it is surely the programming language that Pablo Picasso would have invented. Null is apparently an object, an empty array is apparently equal to false, and functions are bandied around as though they were tennis balls. via Pocket
via Pocket

Every aspiring web developer should know about the power of JavaScript and how it can be used effectively to enhance the ways in which see and interact with web pages. Fortunately, to help us be more...

Whether we like it or not, more and more developers are being introduced to the world of JavaScript through jQuery first. In many ways, these newcomers are the lucky ones. They have access to a...

jQuery plugin patterns you have to know about. This post is targeted at intermediate to advanced developers. If you don’t feel you’re ready for this just yet, I’m happy to recommend the official...

Touch-friendly JavaScript image gallery for mobile and desktop, without dependencies. Responsive layout. Swipe and zoom gestures.
勃起不全は、男性であるならば深刻な問題です。年老いてからであればまだしも、まだ若い時になってしまいますと立ち直るのもツライです。では、勃起不全を予防する事が出来るのでしょうか。その対策を見ていきましょう。
I use a datepicker for choosing an appointment day. I already set the date range to be only for the next month. That works fine. I want to exclude Saturdays and Sundays from the available choice...

One challenge I encountered was the need to prevent specific days from being picked. Here's the jQuery javascript I used to accomplish that.
Different ways to declare a JavaScript/jQuery functions and which one you should use from get/set, $.fn, jQuery.fn, jQuery.prototype, jQuery.fn.extend etc.

Web Development Training Courses for Teams. Expert-led, hands-on learning for software training.

For the last few years jQuery has been the jewel in Javascripts crown. Its rapid rise in popularity not only reflects how powerful a tool it is but also how relatively easy it is to work with. It is...

A few days back I debuted a sweet article that made use of MooTools javascript and opacity to show focus on a specified element. Here's how to accomplish that feat using jQuery.

Some days before we are using flash for buttons, gallery etc, later now JavaScript frameworks like jQuery, Mootools , Scriptallicious and Prototype replace the flash with a light weight code and we...

Take the most popular CMS, WordPress, and then take the easiest and most versatile of Javascript libraries, jQuery, and you have a match made in heaven. Implementing jQuery within WordPress...

MooTools is a JavaScript framework that focus on being flexible, modular and compact. While still not on par in number of resources with other JavaScript frameworks such as jQuery, the MooTools...
Masonry is a layout plugin for the ever-popular Javascript library jQuery.

jQuery, one of the most popular JavaScript library, has a huge selection of plugins which makes it more powerful. On the other hand, there are much more codes/modules, from simple alert functions to...

As the Web grows and becomes more dynamic, more and more websites have user-generated content and tools that greatly improve the user experience in terms of usability and accessibility. Interactive...