Skip to main content

Effects in jQuery Frontend Development Course - S4 V11 #jquery #jqueryEf...





In this tutorial we will learn how to use jquery and how to read jquery API documentation. As a Bonus, I will also explain what is API that is application programming interface.



jQuery is a javascript based framework that simplifies the development tasks for a web developer. JavaScript and jQuery can be used side by side without causing conflicts. The two most widely used methods of jQuery are fadeIn and fadeOut. These methods are applied to a selector to take effect.



FadeIn method smoothly displays the selected element, whereas fadeOut method smoothly hides the selected element from the view. In order to understand these methods we have done two things. First, we have used these methods in our project; secondly, we have learned to read the API documentation of jQuery.



We do not read the entire API Documentation; instead, we only read specific parts and areas. For example, we read the definition or description of the method; then read the parameters; then see the examples; use them and try to understand their descriptions.

Comments

Popular posts from this blog

Design Organized Website Structures

When developing a website, you must proactively decide its structure before starting the coding. But what does the Web Structure mean at the very first place? Website Structure can be defined as follows: When you talk about the structure of a website, you are talking about its components , their working , their location , their inter-dependency , and their interaction with the user. The design of the Website Structure does not include code. Generally, the design includes, wire frames, sketches, mock ups, lists, flow charts and other visual aids. What is a component? Well, it can be defined as follows: Components are the useful or functional parts of a website Every component has a particular purpose and function. For example, navigation bar of a website has a purpose of providing navigation links to the user. But some, components are versatile and have multiple purposes. For example, a header of website can contain a navigation bar, a search bar, a login form

How Bootstrap Works Easy Introduction Frontend Development

In this tutorial, we will understand the basic concept of bootstrap, how to use it with HTML to make websites. Company: http://www.webdevelopmentlabs.com

Bootstrap Container and Container fluid Easy Frontend Development Course

In this tutorial, we will learn how to use the bootstrap container and container-fluid classes to make website responsive. Company www.webdevelopmentlabs.com Give your feedback here: www.webdevelopmentlabs.com/flow/survey