Sunday, 19 May 2019

Complete jQuery Course: Learn jQuery Programming from A-Z

Complete jQuery Course: Learn jQuery Programming from A-Z

Publisher Damjan L.
Course Length : 5.5 hour
Course Price : $190
Course Language English


Description


This course covers all the essential elements of JQuery. You can develop complete skills of JQuery fast and easily. The course includes many practical examples for beginners and includes exercises for you in order to test your knowledge. You'll learn how to traverse the DOM, handle events, perform animations, learn about attributes, perform Ajax requests, and even unit test your code.
If you want to learn and understand how to build interactive web pages, unobtrusive script, and even nice animations that don't kill your browser, this course is for you.
You will learn:
  • Learn how to use jQuery with DOM to overcome the limitations of basic HTML and CSS
  • Learn how jQuery selectors and actions can be used together
  • Learn how to write functions & wire them to interface elements
  • Learn how to use jQuery effects to create actions on the page
  • Learn how to make your web pages come alive using  animation
  • Learn how to develop interactive web pages with jQuery and Ajax
  • Learn how to build forms in web applications




Thursday, 9 May 2019

The Complete jQuery Course : From Beginning to Advanced

The Complete jQuery Course : From Beginning to Advanced

Publisher Creative Online School
Course Length : 2 hour
Course Price : $70
Course Language English


Description

Our students review about this course --
"Best course to get started with jQuery, Thankyou :) " -- Vipinraj KT
"It is easy to understand for beginners in JQuery. Simple and clear explanation." -- Irina Zakharova
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. It is free, open-source software using the permissive MIT License. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin.
Mastering jQuery will boost up your career specially in web development. This course is designed you to master yourself in jQuery through step by step process. 
Course Contents 
jQuery Intro
  • What is jQuery and what you will learn?
  • Downloading jQuery 
jQuery Basics 
  • A first look at jQuery code 
  • Selectors and Filters 
  • Replacing contents 
  • Handling events 
  • Hide/Show events 
  • Fading 
  • Slide 
  • Toggle 
  • Animate
  • Selectors 
  • Filters 
jQuery Advanced
  • Advanced Selectors
  • Creating Content 
  • Creating Content: Part 2
  • Inserting content 
  • Modifying content 
  • Modifying CSS 
  • Final thoughts



Saturday, 27 April 2019

Richard Stibbard's "jQuery UI Interfaces" - A mini course

Richard Stibbard's "jQuery UI Interfaces" - A mini course

Publisher Richard Stibbard
Course Length : 1 hour
Course Price : $0
Course Language English


Description

First launched in 2014, this series of mini-project tutorials has proven popular ever since and shows how to build various styles of jQuery user interfaces, each of which updates a database in the background using an AJAX call.
In the first, we drag items from one list to another – we have a list of available fruits on the left and out-of-stock fruits on the right, and we can drag an item from one list to the other to change its availability. Refresh the page and the items remain in their new position because we’ve updated their details in the database in the background. This is done using “sortable” and “connect with” in jQuery to connect the two lists.
The second project is the same but with more than two lists – we can drag items from any list to any of the others and their new positions are saved. The code for this is is very similar to the first one, and again uses “sortable” and “connect with”.
Third is a ‘click’ interface where the user just clicks on an item and it is immediately added to the opposite list. Because it’s not so obvious to the user how this works, we’ll have instructions appear as the mouse moves over each of the lists.
The fourth mini-project reorders list items using a drag-and-drop interface – again, this is done with jquery sortable, this time using the serialize function to send the data to the AJAX file.
In an add-on lesson to the original course, I combine lesson 2, in whch items are dragged between multiple lists, and lesson 4, in which items are reordered in a list. In this lesson, you can drag between lists and the position of the items in the lists is also stored in the database.
The last of the mini-projects is another drag and drop interface – this time with multiple boxes as containers – using jquery draggable and droppable interactions.
As with all my tutorials, these provide everything you need to get your project working – including the database connection and AJAX files – and all the code is available as a zip file to download.
So if you’ve been searching around here and there and only found bits of code which are hard to put together, this series of tutorials may be just what you’ve been looking for – let’s get going!



Friday, 26 April 2019

Learn jQuery - For Beginners

Learn jQuery - For Beginners

Publisher YouAccel Training
Course Length : 1.5 hour
Course Price : $0
Course Language English


Description

Take your web development skills to new heights by using jQuery to create animated, interactive web page components using this powerful JavaScript Library.
We begin with the fundamental concepts such as embedding jQuery into documents and basic syntax. We then progress into working with Events, Event handlers, animations, fading, sliding, toggling, hiding and much more. Students will also learn to effectively use Callback functions and chaining methods.
Through a series of hands-on exercises students will create draggable layers, accordion menus and fully animated web interfaces. Many other jQuery attributes, filters and classes are also explored.