Skip to main content

learn programming skill at codeacademy

I learn programming skill at code academy. I have 2 skills at the beginning basic java script and how to make a website with basic html, css and bootstrap framework, jquery adding.
"JavaScript is a programming language used to add interactivity to a web page. jQuery simplifies JavaScript syntax and makes it easier to build interactive web pages that work across multiple browsers.
jQuery enables us to do three main things on a web page:
  1. Events. Respond to user interactions.
  2. DOM Manipulation. Modify HTML elements on the page.
  3. Effects. Add animations.
"
In order to make interactive web pages with jQuery, it's useful to know a few things about JavaScript.
JavaScript is a programming language that jQuery is written in, and knowing JavaScript will be helpful for understanding and writing your code.
Some define:

Events

User interactions with a web page are called events.
We can write a function that specifies what to do when an event occurs. This function is called an event handler.
Another common user event is the keypress event. A keypress event occurs when a user types a key on the keyboard.
DOM:
These six jQuery methods let you control more aspects of HTML elements:
  • .hide() hides the selected HTML element
  • .show() displays an element
  • .toggle() alternates hiding and showing an element
  • .addClass() adds a CSS class to an element
  • .removeClass() removes a class from an element
  • .toggleClass() alternates adding and removing a class from an element
  • Notice where .toggleClass() is located. You can replace .toggleClass() with any of the five other methods. While each method creates different effects, their usage is similar.
  • There are three common jQuery methods that use these relationships to access and modify elements on the page.
  • .next()

  • The .next() method gets the next sibling of the selected element.
  • .prev()

    The .prev() method gets the previous sibling of the selected element.
  • .children()

    The .children() method gets the children of the selected element.
    If provided a selector, the .children() method can get a specific child.




Comments

Popular posts from this blog

Creator Academy’s Foundations for success boot camp!

Creator Academy’s Foundations for success boot camp! Thanks for signing up for the Creator Academy’s Foundations for success boot camp! We’re super excited to help you learn the fundamentals for creating your ultimate channel and keep it thriving on YouTube. Boot camp begins  April 20, 2016 , and we’ll follow up on that day with some details to get you ready. Until then, get out there and create your next video! Waiting for the first tutorial about this article. I register this course from youtube academy, success, say easily but do hard. Who define what is success? I found this on the web:" Jim Rohn’s 10 Foundations for Success Revealed SUCCESS will share classic footage of Jim Rohn and new lessons from personal development icons during this free Rohn broadcast event. SUCCESS Staff   September 21, 2015 For the past year, SUCCESS staff has gone into the vaults of the massive Jim Rohn library and watched thousands of hours of decades-ol...

New youtube rule, 4000 watch hours and 1000 subscribers, I quit

New youtube rule, 4000 watching hours and 1000 subscribers, I quit How many channel get the new email from youtube about Youtube Partner Program( YPP)? I get one about new rule 4000 hours of watching and 1000 subscribers. " What's Changing Under the new eligibility requirements announced today, your YouTube channel, Explorer Mr, is no longer eligible for monetization because it doesn’t meet the new threshold of 4,000 hours of watchtime within the past 12 months and 1,000 subscribers. As a result, your channel will lose access to all monetization tools and features associated with the YouTube Partner Program on  February 20, 2018  unless you surpass this threshold in the next 30 days. Accordingly, this email serves as 30 days notice that your YouTube Partner Program terms are terminated. One of YouTube’s core values is to provide anyone the opportunity to earn money from a thriving channel. Creators who haven’t yet reached this new threshold can continue to benefit fro...

YouTube Creator Academy-Jumpstart your channel in the course: Foundations for success boot camp-day1

YouTube Creator Academy- Jumpstart your channel in the course: Foundations for success boot camp-day1 Welcome to YouTube and our home for creator education -- the Creator Academy! Our lessons and courses are built to help you excel on YouTube. We’ll guide you through the essentials you need to know when starting a channel. BEST PRACTICE -So you wanna be a Youtuber: 4 steps guide  Create a channel:  When setting up a channel on YouTube, you may want to get the initial housekeeping tasks out of the way (like naming, setting privacy permissions, etc.) so you can focus on taking your great channel idea and transforming it into a reality. We’ll show you the steps to kickstart your channel and get it ready for future uploads. Be found:  Next, consider how your videos will get discovered on YouTube. Successful creators often grow their channel by finding the right audience and adding customizations. For example, adding thumbnails, metadata, and a clickable title c...