Knowledge & Skills
Codecademy - JQuery
Новая для меня тема.
Goal Accomplishment Criteria
1. Пройти все уроки.
2. Узнать как работает jQuery внутри: движок, действия, различия библиотек с официального сайта jQuery.
3. Составление списка категорий для запоминания.
-
Introducing jQuery
- Introductjon to jQuery - .ready(handler);, .fadeTo('speed', opacity/transparency), mouseenter(handler), mouselea0ve(handler)
-
jQuery Functions
- jQuery Functions and Selectors:
- fadeTo - Adjust the opacity of the matched elements. http://api.jquery.com/fadeto/
- fadeIn -Display the matched elements by fading them to opaque. http://api.jquery.com/fadein/
- fadeOut - Hide the matched elements by fading them to transparent. http://api.jquery.com/fadeout/
-
Dynamic HTML
- Modifying HTML Elements:
- 1. .before()2. after()
3. append()
4. prepend()
5. appendTo()
6. prependTo()
delete
7. empty()
8. remove()
classes
9. addClass('className');
10. removeClass('className');
10. toggleClass('className')
css
12. width()
13. height()
14. css('property', 'value');
contents of html - element
15. .html() - add, replace
16. val() - get the value of element17. '<div>' + toAdd + '</div>'
18.$().on('click', 'button', function(){$(this).remove();};);
-
jQuery Events
- jQuery Events
-
jQuery Effects
- jQuery Effects
- 1368
- 15 August 2014, 18:14
Don't miss new posts!
Subscribe for the Goal and follow through to its completion