jQuery 1.4 reference guide [[electronic resource] ] : a comprehensive exploration of the popular JavaScript library / / Karl Swedberg, Jonathan Chaffer |
Autore | Swedberg Karl |
Pubbl/distr/stampa | Birmingham, U.K., : Packt Pub., 2010 |
Descrizione fisica | 1 online resource (336 p.) |
Disciplina |
006.7
006.76 |
Altri autori (Persone) | ChafferJonathan |
Collana | From technologies to solutions |
Soggetto topico |
JavaScript (Computer program language)
Ajax (Web site development technology) Web sites - Design |
Soggetto genere / forma | Electronic books. |
ISBN |
1-62198-893-7
1-282-50185-2 9786612501852 1-84951-005-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Anatomy of a jQuery Script; A dynamic table of contents; Obtaining jQuery; Setting up the HTML document; Writing the jQuery code; Script dissection; Selector expressions; DOM traversal methods; DOM manipulation methods; Event methods; Effect methods; AJAX methods; Miscellaneous methods; Plug-in API; Summary; Chapter 2: Selector Expressions; CSS selectors; Element (T); ID (#myid); Class (.myclass); Descendant (E F); Child (E > F); Adjacent sibling (E + F); General sibling (E ~ F)
Multiple expressions (E, F, G)Numbered child (:nth-child(n/even/odd/expr)); First child (:first-child); Last child (:last-child); Only child (:only-child); Not (:not(E)); Empty (:empty); Universal (*); Attribute selectors; Attribute ([foo]); Attribute equals ([foo=bar]); Attribute does not equal ([foo!=bar]); Attribute begins with ([foo^=bar]); Attribute ends with ([foo=bar]); Attribute contains ([foo*=bar]); Attribute contains word ([foo~=bar]); Attribute contains prefix ([foo|=bar]); Form selectors; Custom selectors; Element at index (:eq(n)); Greater than (:gt(n)); Less than (:lt(n)) First (:first)Last (:last); Even element (:even); Odd element (:odd); Is parent (:parent); Contains text (:contains(text)); Contains element (:has(E)); Visible (:visible); Hidden (:hidden); Header element (:header); Currently animating (:animated); Chapter 3: DOM Traversal Methods; The jQuery function; (); Filtering methods; .filter(); .not(); .has(); .eq(); .first(); .last(); .slice(); Tree traversal methods; .find(); .children(); .parents(); .parentsUntil(); .parent(); .closest(); .offsetParent(); .siblings(); .prev(); .prevAll(); .prevUntil(); .next(); .nextAll(); .nextUntil() Miscellaneous traversal methods.add(); .is(); .end(); .andSelf(); .map(); .contents(); Chapter 4: DOM Manipulation Methods; General attributes; .attr() (getter); .attr() (setter); .removeAttr(); Style properties; .css() (getter); .css() (setter); .height() (getter); .height() (setter); .innerHeight(); .outerHeight(); .width() (getter); .width() (setter); .innerWidth(); .outerWidth(); .offset() (getter); .offset() (setter); .position(); .scrollTop() (getter); .scrollTop() (setter); .scrollLeft() (getter); .scrollLeft() (setter); Class attributes; .hasClass(); .addClass(); .removeClass() .toggleClass()DOM replacement; .html() (getter); .html() (setter); .text() (getter); .text() (setter); .val() (getter); .val() (setter); .replaceWith(); .replaceAll(); DOM insertion, inside; .prepend(); .prependTo(); .append(); .appendTo(); DOM insertion, outside; .before(); .insertBefore(); .after(); .insertAfter(); DOM insertion, around; .wrap(); .wrapAll(); .wrapInner(); DOM copying; .clone(); DOM removal; .empty(); .remove(); .detach(); .unwrap(); Chapter 5: Event Methods; Event handler attachment; .bind(); .unbind(); .one(); .trigger(); .triggerHandler(); .live(); .die() Document loading |
Record Nr. | UNINA-9910459659303321 |
Swedberg Karl | ||
Birmingham, U.K., : Packt Pub., 2010 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
jQuery 1.4 reference guide [[electronic resource] ] : a comprehensive exploration of the popular JavaScript library / / Karl Swedberg, Jonathan Chaffer |
Autore | Swedberg Karl |
Pubbl/distr/stampa | Birmingham, U.K., : Packt Pub., 2010 |
Descrizione fisica | 1 online resource (336 p.) |
Disciplina |
006.7
006.76 |
Altri autori (Persone) | ChafferJonathan |
Collana | From technologies to solutions |
Soggetto topico |
JavaScript (Computer program language)
Ajax (Web site development technology) Web sites - Design |
ISBN |
1-62198-893-7
1-282-50185-2 9786612501852 1-84951-005-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Anatomy of a jQuery Script; A dynamic table of contents; Obtaining jQuery; Setting up the HTML document; Writing the jQuery code; Script dissection; Selector expressions; DOM traversal methods; DOM manipulation methods; Event methods; Effect methods; AJAX methods; Miscellaneous methods; Plug-in API; Summary; Chapter 2: Selector Expressions; CSS selectors; Element (T); ID (#myid); Class (.myclass); Descendant (E F); Child (E > F); Adjacent sibling (E + F); General sibling (E ~ F)
Multiple expressions (E, F, G)Numbered child (:nth-child(n/even/odd/expr)); First child (:first-child); Last child (:last-child); Only child (:only-child); Not (:not(E)); Empty (:empty); Universal (*); Attribute selectors; Attribute ([foo]); Attribute equals ([foo=bar]); Attribute does not equal ([foo!=bar]); Attribute begins with ([foo^=bar]); Attribute ends with ([foo=bar]); Attribute contains ([foo*=bar]); Attribute contains word ([foo~=bar]); Attribute contains prefix ([foo|=bar]); Form selectors; Custom selectors; Element at index (:eq(n)); Greater than (:gt(n)); Less than (:lt(n)) First (:first)Last (:last); Even element (:even); Odd element (:odd); Is parent (:parent); Contains text (:contains(text)); Contains element (:has(E)); Visible (:visible); Hidden (:hidden); Header element (:header); Currently animating (:animated); Chapter 3: DOM Traversal Methods; The jQuery function; (); Filtering methods; .filter(); .not(); .has(); .eq(); .first(); .last(); .slice(); Tree traversal methods; .find(); .children(); .parents(); .parentsUntil(); .parent(); .closest(); .offsetParent(); .siblings(); .prev(); .prevAll(); .prevUntil(); .next(); .nextAll(); .nextUntil() Miscellaneous traversal methods.add(); .is(); .end(); .andSelf(); .map(); .contents(); Chapter 4: DOM Manipulation Methods; General attributes; .attr() (getter); .attr() (setter); .removeAttr(); Style properties; .css() (getter); .css() (setter); .height() (getter); .height() (setter); .innerHeight(); .outerHeight(); .width() (getter); .width() (setter); .innerWidth(); .outerWidth(); .offset() (getter); .offset() (setter); .position(); .scrollTop() (getter); .scrollTop() (setter); .scrollLeft() (getter); .scrollLeft() (setter); Class attributes; .hasClass(); .addClass(); .removeClass() .toggleClass()DOM replacement; .html() (getter); .html() (setter); .text() (getter); .text() (setter); .val() (getter); .val() (setter); .replaceWith(); .replaceAll(); DOM insertion, inside; .prepend(); .prependTo(); .append(); .appendTo(); DOM insertion, outside; .before(); .insertBefore(); .after(); .insertAfter(); DOM insertion, around; .wrap(); .wrapAll(); .wrapInner(); DOM copying; .clone(); DOM removal; .empty(); .remove(); .detach(); .unwrap(); Chapter 5: Event Methods; Event handler attachment; .bind(); .unbind(); .one(); .trigger(); .triggerHandler(); .live(); .die() Document loading |
Record Nr. | UNINA-9910784917303321 |
Swedberg Karl | ||
Birmingham, U.K., : Packt Pub., 2010 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
jQuery 1.4 reference guide : a comprehensive exploration of the popular JavaScript library / / Karl Swedberg, Jonathan Chaffer |
Autore | Swedberg Karl |
Edizione | [1st ed.] |
Pubbl/distr/stampa | Birmingham, U.K., : Packt Pub., 2010 |
Descrizione fisica | 1 online resource (336 p.) |
Disciplina |
006.7
006.76 |
Altri autori (Persone) | ChafferJonathan |
Collana | From technologies to solutions |
Soggetto topico |
JavaScript (Computer program language)
Ajax (Web site development technology) Web sites - Design |
ISBN |
1-62198-893-7
1-282-50185-2 9786612501852 1-84951-005-9 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Nota di contenuto |
Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Anatomy of a jQuery Script; A dynamic table of contents; Obtaining jQuery; Setting up the HTML document; Writing the jQuery code; Script dissection; Selector expressions; DOM traversal methods; DOM manipulation methods; Event methods; Effect methods; AJAX methods; Miscellaneous methods; Plug-in API; Summary; Chapter 2: Selector Expressions; CSS selectors; Element (T); ID (#myid); Class (.myclass); Descendant (E F); Child (E > F); Adjacent sibling (E + F); General sibling (E ~ F)
Multiple expressions (E, F, G)Numbered child (:nth-child(n/even/odd/expr)); First child (:first-child); Last child (:last-child); Only child (:only-child); Not (:not(E)); Empty (:empty); Universal (*); Attribute selectors; Attribute ([foo]); Attribute equals ([foo=bar]); Attribute does not equal ([foo!=bar]); Attribute begins with ([foo^=bar]); Attribute ends with ([foo=bar]); Attribute contains ([foo*=bar]); Attribute contains word ([foo~=bar]); Attribute contains prefix ([foo|=bar]); Form selectors; Custom selectors; Element at index (:eq(n)); Greater than (:gt(n)); Less than (:lt(n)) First (:first)Last (:last); Even element (:even); Odd element (:odd); Is parent (:parent); Contains text (:contains(text)); Contains element (:has(E)); Visible (:visible); Hidden (:hidden); Header element (:header); Currently animating (:animated); Chapter 3: DOM Traversal Methods; The jQuery function; (); Filtering methods; .filter(); .not(); .has(); .eq(); .first(); .last(); .slice(); Tree traversal methods; .find(); .children(); .parents(); .parentsUntil(); .parent(); .closest(); .offsetParent(); .siblings(); .prev(); .prevAll(); .prevUntil(); .next(); .nextAll(); .nextUntil() Miscellaneous traversal methods.add(); .is(); .end(); .andSelf(); .map(); .contents(); Chapter 4: DOM Manipulation Methods; General attributes; .attr() (getter); .attr() (setter); .removeAttr(); Style properties; .css() (getter); .css() (setter); .height() (getter); .height() (setter); .innerHeight(); .outerHeight(); .width() (getter); .width() (setter); .innerWidth(); .outerWidth(); .offset() (getter); .offset() (setter); .position(); .scrollTop() (getter); .scrollTop() (setter); .scrollLeft() (getter); .scrollLeft() (setter); Class attributes; .hasClass(); .addClass(); .removeClass() .toggleClass()DOM replacement; .html() (getter); .html() (setter); .text() (getter); .text() (setter); .val() (getter); .val() (setter); .replaceWith(); .replaceAll(); DOM insertion, inside; .prepend(); .prependTo(); .append(); .appendTo(); DOM insertion, outside; .before(); .insertBefore(); .after(); .insertAfter(); DOM insertion, around; .wrap(); .wrapAll(); .wrapInner(); DOM copying; .clone(); DOM removal; .empty(); .remove(); .detach(); .unwrap(); Chapter 5: Event Methods; Event handler attachment; .bind(); .unbind(); .one(); .trigger(); .triggerHandler(); .live(); .die() Document loading |
Record Nr. | UNINA-9910809385803321 |
Swedberg Karl | ||
Birmingham, U.K., : Packt Pub., 2010 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Learning jQuery 3 : build interesting, interactive sites using jQuery by automating common tasks and simplifying the complicated ones / / Adam Boduch, Jonathan Chaffer, Karl Swedberg |
Autore | Boduch Adam |
Edizione | [Fifth edition.] |
Pubbl/distr/stampa | Birmingham, UK : , : Packt Publishing, , 2017 |
Descrizione fisica | 1 online resource (1 volume) : illustrations |
Soggetto topico |
JavaScript (Computer program language)
Web site development Web sites - Design Internet programming |
ISBN | 1-78588-360-7 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Record Nr. | UNINA-9910792940803321 |
Boduch Adam | ||
Birmingham, UK : , : Packt Publishing, , 2017 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|
Learning jQuery 3 : build interesting, interactive sites using jQuery by automating common tasks and simplifying the complicated ones / / Adam Boduch, Jonathan Chaffer, Karl Swedberg |
Autore | Boduch Adam |
Edizione | [Fifth edition.] |
Pubbl/distr/stampa | Birmingham, UK : , : Packt Publishing, , 2017 |
Descrizione fisica | 1 online resource (1 volume) : illustrations |
Soggetto topico |
JavaScript (Computer program language)
Web site development Web sites - Design Internet programming |
ISBN | 1-78588-360-7 |
Formato | Materiale a stampa |
Livello bibliografico | Monografia |
Lingua di pubblicazione | eng |
Altri titoli varianti | Learning jQuery three |
Record Nr. | UNINA-9910825840603321 |
Boduch Adam | ||
Birmingham, UK : , : Packt Publishing, , 2017 | ||
Materiale a stampa | ||
Lo trovi qui: Univ. Federico II | ||
|