Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
JavaScript and jQuery | 1:a upplagan
- Danskt band, Engelska, 2014
- Författare: Jon Duckett
- Betyg:
Välj skick:
Bästa pris
273
kr
Skickas inom 2-3 vardagar
Du sparar 55 kr
(17%)
mot nypris
328
kr
Skickas inom 19-29 vardagar
269
kr
Skickas från säljare inom 1-3 vardagar
Oskar
, Uppsala
Verifierad säljare
Toppsäljare
Skickar snabbt
Du sparar 59 kr
(18%)
mot nypris
Butikslager
Onlinelager
10+ st i lager
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Jon Duckett’s best-selling, full-color introduction to JavaScript—filled with techniques to make websites more interactive and engaging
Learn JavaScript and jQuery from the author who has inspired hundreds of thousands of beginner-to-intermediate coders. Build upon your HTML and CSS foundation and take the next step in your programming journey with JavaScript. The world runs on JavaScript and the most influential tech companies are looking for new and experienced programmers alike to bring their websites to life. Finding the right resources online can be overwhelming. Take a confident step in the right direction by choosing the simplicity of JavaScript & jQuery: Interactive Front-End Web Development by veteran web developer and programmer Jon Duckett.
Widely regarded for setting a new standard for those looking to learn and master web development, Jon Duckett has inspired web developers through his inventive teaching format pioneered in his bestselling HTML & CSS: Design and Build Websites. He also has helped global brands like Philips, Nike, and Xerox create innovative digital solutions, designing and delivering web and mobile projects with impact and the customer at the forefront.
In JavaScript & jQuery, Duckett shares his real-world insights in his unique and highly visual style:
Provides an efficient and user-friendly structure that allows readers to progress through the chapters in a self-paced format
Combines full-color design graphics and engaging photography to explain the topics in an in-depth yet straightforward manner
Recreates techniques seen on other websites such as sliders, content filters, form validation, Ajax content updates, and much more
Is perfect for anyone looking to create web applications and games, design mobile apps, or redesign a website using popular web development tools
JavaScript & jQuery is clear and actionable, providing organized instruction in ways that other online courses, tutorials, and books have yet to replicate. For readers seeking a personable yet professional guide to using JavaScript in the real world, this one-of-a-kind guide is for you.
JavaScript & jQuery is also available as part of two hardcover and paperback sets depending on your web design and development needs:
Web Design with HTML, CSS, JavaScript, and jQuery Set
Paperback: 9781118907443
Hardcover: 9781119038634
Front-End Back-End Development with HTML, CSS, JavaScript, jQuery, PHP, and MySQL Set
Paperback: 9781119813095
Hardcover: 9781119813088
Learn JavaScript and jQuery from the author who has inspired hundreds of thousands of beginner-to-intermediate coders. Build upon your HTML and CSS foundation and take the next step in your programming journey with JavaScript. The world runs on JavaScript and the most influential tech companies are looking for new and experienced programmers alike to bring their websites to life. Finding the right resources online can be overwhelming. Take a confident step in the right direction by choosing the simplicity of JavaScript & jQuery: Interactive Front-End Web Development by veteran web developer and programmer Jon Duckett.
Widely regarded for setting a new standard for those looking to learn and master web development, Jon Duckett has inspired web developers through his inventive teaching format pioneered in his bestselling HTML & CSS: Design and Build Websites. He also has helped global brands like Philips, Nike, and Xerox create innovative digital solutions, designing and delivering web and mobile projects with impact and the customer at the forefront.
In JavaScript & jQuery, Duckett shares his real-world insights in his unique and highly visual style:
Provides an efficient and user-friendly structure that allows readers to progress through the chapters in a self-paced format
Combines full-color design graphics and engaging photography to explain the topics in an in-depth yet straightforward manner
Recreates techniques seen on other websites such as sliders, content filters, form validation, Ajax content updates, and much more
Is perfect for anyone looking to create web applications and games, design mobile apps, or redesign a website using popular web development tools
JavaScript & jQuery is clear and actionable, providing organized instruction in ways that other online courses, tutorials, and books have yet to replicate. For readers seeking a personable yet professional guide to using JavaScript in the real world, this one-of-a-kind guide is for you.
JavaScript & jQuery is also available as part of two hardcover and paperback sets depending on your web design and development needs:
Web Design with HTML, CSS, JavaScript, and jQuery Set
Paperback: 9781118907443
Hardcover: 9781119038634
Front-End Back-End Development with HTML, CSS, JavaScript, jQuery, PHP, and MySQL Set
Paperback: 9781119813095
Hardcover: 9781119813088
Produktinformation
Kategori:
Data & IT
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
John Wiley And Sons Ltd
Upplaga:
1
Utgiven:
2014-07-31
ISBN:
9781118531648
Sidantal:
640
Används bl.a. i följande kurser
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>