دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Mikael Olsson (auth.)
سری:
ISBN (شابک) : 9781430264934, 9781430264941
ناشر: Apress
سال نشر: 2015
تعداد صفحات: 80
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 956 کیلوبایت
کلمات کلیدی مربوط به کتاب مرجع نحو سریع جاوا اسکریپت: علوم کامپیوتر، عمومی
در صورت تبدیل فایل کتاب JavaScript Quick Syntax Reference به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب مرجع نحو سریع جاوا اسکریپت نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
مرجع نحو سریع جاوا اسکریپت یک مرجع نحو فشرده به زبان جاوا اسکریپت است. ملزومات جاوا اسکریپت را در قالبی سازمان یافته ارائه می کند که می تواند به عنوان یک مرجع مفید استفاده شود. این شامل آخرین مشخصات و پیادهسازیهای ECMAScript 5، JSON (نمادگذاری شی جاوا اسکریپت) و DOM (مدل شیء سند) است. در این کتاب هیچ اصطلاح فنی، نمونه های پف کرده، درس های تاریخ کشیده یا داستان های شوخ طبعانه ای پیدا نمی کنید. آنچه خواهید یافت یک مرجع جاوا اسکریپت است که مختصر، دقیق و بسیار در دسترس است. این کتاب مملو از اطلاعات مفید است و برای هر برنامه نویس یا توسعه دهنده وب جاوا اسکریپت ضروری است. دارای نمونه کد کوتاه، ساده و متمرکز است. و شامل فهرست مطالب به خوبی تنظیم شده و فهرست جامعی است که امکان بررسی آسان را فراهم می کند.
JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations. You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review.
At a Glance
Contents
About the Author
About the Technical Reviewer
Introduction
Chapter 1: Using JavaScript
Creating a Project
Embedding JavaScript
Displaying Text
View Source
Browser Compatibility
Console Window
Comments
Code Hints
Chapter 2: Variables
Declaring Variables
Dynamic Typing
Number Type
Bool Type
Undefined Type
Null Type
Special Numeric Values
Chapter 3: Operators
Arithmetic Operators
Assignment Operators
Combined Assignment Operators
Increment and Decrement Operators
Comparison Operators
Logical Operators. Bitwise Operators Operator Precedence
Chapter 4: Arrays
Numeric Arrays
Associative Arrays
Multidimensional Arrays
Array Object
Chapter 5: Strings
Escape Characters
Strings and Numbers
String Object
Chapter 6: Conditionals
If Statement
Switch Statement
Ternary Operator
Chapter 7: Loops
While Loop
Do-While Loop
For Loop
For-in Loop
Break and Continue
Chapter 8: Functions
Defining Functions
Calling Functions
Function Parameters
Variable Parameter Lists
Return Statement
Argument Passing
Function Expressions
Scope and Lifetime. Chapter 9: Objects Object Properties
Object Methods
Object Literals
Constructor Functions
Inheritance
Type Checking
Object Create
Chapter 10: Document Object Model
DOM Nodes
Selecting Nodes
Traversing DOM Tree
Creating Nodes
Removing Nodes
Attribute Nodes
Chapter 11: Events
Event Handling
Event Object
Event Propagation
DOM Events
Chapter 12: Cookies
Creating Cookies
Encoding
Expiration Date
Path and Domain
Chapter 13: Error Handling
Try-Catch
Catch Block
Finally
Throwing Exceptions
Chapter 14: Ajax
Exchanging Data
Server Response. Ajax EventChapter 15: jQuery
Including jQuery
Using jQuery
Element Selection
Collection Traversal
DOM Traversal
Modifying Attributes
Creating Elements
Moving Elements
Ready Method
Event Handling
Ajax
Index.