Learning jQuery. (Record no. 2756883)

MARC details
000 -LEADER
fixed length control field 06552cam a2200841Ia 4500
001 - CONTROL NUMBER
control field ocn854973195
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711204318.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 130803s2013 enk o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency EBLCP
Language of cataloging eng
Description conventions pn
Transcribing agency EBLCP
Modifying agency OCLCQ
-- MHW
-- UMI
-- N$T
-- COO
-- YDXCP
-- DEBSZ
-- IUL
-- OCLCF
-- OCLCQ
-- KNOVL
-- OCLCQ
-- JBG
-- ZCU
-- MERUC
-- OCLCQ
-- VTS
-- CEF
-- ICG
-- OCLCQ
-- STF
-- UAB
-- DKC
-- OCLCQ
-- M8D
-- OCLCQ
-- AJS
-- INARC
-- OCLCO
019 ## -
-- 857717642
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782163152
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782163158
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781680153552
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1680153552
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 178216314X
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781782163145
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000052006081
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001051765
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 567705854
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041432060
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043776877
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 397563515
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 398279500
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 472794620
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)854973195
Canceled/invalid control number (OCoLC)857717642
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000277
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.73.J38 .C384 2013
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.76
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Chaffer, Jonathan.
245 10 - TITLE STATEMENT
Title Learning jQuery.
250 ## - EDITION STATEMENT
Edition statement 4th ed.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham :
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc 2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (445 pages)
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Community experience distilled
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Preface; _GoBack; OLE_LINK2; Getting Started; What jQuery does; Why jQuery works well; Making our first jQuery-powered web page; Downloading jQuery; Deciding on the version of jQuery to use; Setting up jQuery in an HTML document; Adding our jQuery code; Finding the poem text; Injecting the new class; Executing the code; The finished product; Plain JavaScript versus jQuery; Using development tools; Chrome Developer Tools; Summary; Selecting Elements; Understanding the DOM; _GoBack; Using the () function; CSS selectors; OLE_LINK20; OLE_LINK21; Styling list-item levels; OLE_LINK1; OLE_LINK2.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Attribute selectorsStyling links; Custom selectors; Styling alternate rows; Finding elements based on textual content; Form selectors; DOM traversal methods; Styling specific cells; Chaining; Accessing DOM elements; Summary; Further reading; OLE_LINK23; OLE_LINK24; Exercises; OLE_LINK3; OLE_LINK4; Handling Events; Performing tasks on page load; Timing of code execution; Handling multiple scripts on one page; Alternate syntax for .ready(); Passing an argument to the .ready() callback; Handling simple events; A simple style switcher; OLE_LINK2; OLE_LINK1; Enabling the other buttons.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Making use of the event handler contextConsolidating code using the event context; Shorthand events; Showing and hiding advanced features; Event propagation; The journey of an event; Side effects of event bubbling; Altering the journey -- the event object; Event targets; Stopping event propagation; Preventing default actions; Delegating events; Using built-in event-delegation capabilities; Removing an event handler; Giving namespaces to event handlers; Rebinding events; Simulating user interaction; Reacting to keyboard events; Summary; Further reading; Exercises; OLE_LINK24; OLE_LINK23.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note OLE_LINK4OLE_LINK3; Styling and Animating; Modifying CSS with inline properties; OLE_LINK12; OLE_LINK11; Setting computed style-property values; OLE_LINK8; OLE_LINK7; Using vendor-specific style properties; Hiding and showing elements; Effects and duration; Speeding in; Fading in and fading out; Sliding up and sliding down; Toggling visibility; Creating custom animations; Building effects by hand; Animating multiple properties at once; OLE_LINK6; OLE_LINK5; OLE_LINK10; OLE_LINK9; Positioning with CSS; OLE_LINK14; OLE_LINK13; Simultaneous versus queued effects.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Working with a single set of elementsBypassing the queue; Queuing effects manually; Working with multiple sets of elements; OLE_LINK16; OLE_LINK15; Queuing with callbacks; In a nutshell; Summary; Further reading; Exercises; Manipulating the DOM; Manipulating attributes and properties; Non-class attributes; Value callbacks; OLE_LINK1; OLE_LINK2; OLE_LINK3; OLE_LINK4; DOM element properties; The value of form controls; DOM tree manipulation; The () function revisited; Creating new elements; Inserting new elements; OLE_LINK5; OLE_LINK6; Moving elements; Wrapping elements; OLE_LINK11; OLE_LINK12.
500 ## - GENERAL NOTE
General note Explicit iteration.
520 ## - SUMMARY, ETC.
Summary, etc Step through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. Basic JavaScript programming and knowledge of HTML and CSS is required. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries.
588 0# -
-- Print version record.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Computer program language)
9 (RLIN) 119291
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development.
9 (RLIN) 66365
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web sites
General subdivision Design.
9 (RLIN) 45134
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Langage de programmation)
9 (RLIN) 889198
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Sites Web
General subdivision Développement.
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Sites Web
General subdivision Conception.
9 (RLIN) 881542
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision General.
Source of heading or term bisacsh
9 (RLIN) 851405
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element JavaScript (Computer program language)
Source of heading or term fast
-- (OCoLC)fst00982071
9 (RLIN) 119291
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development.
Source of heading or term fast
-- (OCoLC)fst01173243
9 (RLIN) 66365
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web sites
General subdivision Design.
Source of heading or term fast
-- (OCoLC)fst01173252
9 (RLIN) 45134
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Swedberg, Karl.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Chaffer, Jonathan.
Title Learning jQuery.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2013
International Standard Book Number 9781782163145
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=604072">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=604072</a>
938 ## -
-- Internet Archive
-- INAR
-- learningjquery0000chaf
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1214966
938 ## -
-- EBSCOhost
-- EBSC
-- 604072
938 ## -
-- YBP Library Services
-- YANK
-- 10870429
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library