ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب jQuery: Visual QuickStart Guide

دانلود کتاب jQuery: راهنمای Visual Quick Start

jQuery: Visual QuickStart Guide

مشخصات کتاب

jQuery: Visual QuickStart Guide

ویرایش: 1 
نویسندگان:   
سری:  
ISBN (شابک) : 9780321647498, 0321647491 
ناشر: Peachpit Press 
سال نشر: 2009 
تعداد صفحات: 241 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 مگابایت 

قیمت کتاب (تومان) : 37,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 8


در صورت تبدیل فایل کتاب jQuery: Visual QuickStart Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب jQuery: راهنمای Visual Quick Start نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب jQuery: راهنمای Visual Quick Start

jQuery یک کتابخانه محبوب جاوا اسکریپت است که مدیریت رویداد، متحرک سازی و تعاملات Ajax را برای توسعه سریع وب ساده می کند. بسیاری از شرکت‌ها از jQuery استفاده می‌کنند از جمله: Amazon، Google، Twitter، Bank of America، BBC، ESPN، CBS News، Digg، Reuters، IBM، Netflix، Dell، Oracle، Slashdot، Tecnorati، و Intuit.

حتی طراحان وب معمولی، که صفحات وب را برای سرگرمی ایجاد می کنند، می خواهند جدیدترین جلوه های جالب را به سایت های خود اضافه کنند و jQuery - کتابخانه سریع و انعطاف پذیر جاوا اسکریپت - ابزار انتخابی است. همانطور که CSS ویژگی های "نمایش" را از ساختار HTML جدا می کند، jQuery نیز ویژگی های "رفتار" را از ساختار HTML جدا می کند. از جلوه‌های بصری، کنترل‌های ویژه و آژاکس که آسان شده است، راهنمای jQuery Visual QuickStart به خوانندگان می‌آموزد که چگونه با استفاده از قالب تصویری مبتنی بر وظیفه، گام به گام و مورد علاقه خود، بهترین استفاده را از jQuery ببرند. مملو از مثال‌ها است و بخش ویژه‌ای در مورد ویجت‌ها وجود دارد


توضیحاتی درمورد کتاب به خارجی

jQuery is a popular JavaScript library that simplifies event handling, animating, and Ajax interactions for rapid web development. Many companies are using jQuery including: Amazon, Google, Twitter, Bank of America, BBC, ESPN, CBS News, Digg, Reuters, IBM, Netflix, Dell, Oracle, Slashdot, Tecnorati, and Intuit.

Even casual web designers, who create web pages for fun, want to add the latest cool effects to their sites, and jQuery--the fast, flexible JavaScript library--is a tool of choice. Just as CSS separates ''display'' characteristics from the HTML structure, jQuery separates the ''behavior'' characteristics from the HTML structure. From visual effects, special controls, and Ajax made easy, the jQuery Visual QuickStart Guide will teach readers how to make the most of jQuery using the task-based, step-by-step, visual format they love. It's crammed with examples and there's a special section on widgets



فهرست مطالب

Cover......Page 1
Table of Contents......Page 6
Introduction......Page 10
Chapter 1: Essential jQuery......Page 14
About jQuery......Page 15
Getting Started with jQuery......Page 17
Selecting Page Elements by ID......Page 19
Selecting a Set of Elements......Page 21
Selecting Elements by Style......Page 23
Running Code When a Page Is Ready......Page 25
Selecting the First of a Set of Elements......Page 27
Showing and Hiding Page Elements......Page 29
Selecting One of a Set of Elements......Page 31
Specifying Elements in a Hierarchy......Page 33
Creating Visual Effects......Page 35
Creating New HTML Elements......Page 37
Chapter 2: Selecting Elements the jQuery Way......Page 40
Selector Examples......Page 41
Meeting the Selectors......Page 43
Selecting Direct Descendants......Page 45
Selecting First and Last Children......Page 47
Selecting the Nth Child......Page 49
Selecting Elements with Specific Text......Page 51
Selecting Elements by Attribute......Page 53
Selecting Elements by Attribute Value......Page 55
Checking the Type of Matched Elements......Page 57
Selecting Elements by Position......Page 59
Examining Checked Boxes and Radio Buttons......Page 61
Examining Elements That the User Selected......Page 63
Chapter 3: Working with Elements the jQuery Way......Page 66
Function Examples......Page 67
Looping over Elements in a Wrapped Set......Page 69
Reading Attribute Values......Page 71
Setting Attribute Values......Page 73
Rewriting Elements’ HTML......Page 75
Rewriting Elements’ Text......Page 77
Appending Content to Elements......Page 79
Moving Page Elements......Page 81
Setting Element Width and Height......Page 83
Wrapping Elements......Page 85
Inserting Elements......Page 87
Editing the value Attribute......Page 89
Chapter 4: Working with Events......Page 92
Event Handling in JavaScript and jQuery......Page 93
Binding an Event Handler to an Event......Page 95
Binding Multiple Event Handlers......Page 97
Binding Event Handlers Using Shortcuts......Page 99
Calling Event Handlers Only Once......Page 101
Unbinding Event Handlers......Page 103
Using the Event Object......Page 105
Getting Mouse Coordinates......Page 106
Getting the Event Type......Page 108
Capturing Keystrokes......Page 110
Capturing Hover Events......Page 112
Getting Event Targets......Page 114
Chapter 5: Visual Effects and Animation......Page 116
jQuery Visual Effects Overview......Page 117
Showing and Hiding Page Elements......Page 118
Showing and Hiding Elements with Duration......Page 120
Toggling Element Visibility......Page 122
Toggling Element Visibility with Duration......Page 124
Fading Elements Out......Page 126
Fading Elements In......Page 128
Sliding Elements Up......Page 130
Sliding Elements Down......Page 132
Toggling Sliding Operations......Page 134
Partially Fading Elements......Page 136
Creating Custom Animation......Page 138
Chapter 6: The jQuery Utility Functions......Page 140
Examples of jQuery Utility Functions......Page 141
Looping over Object Members with $.each( )......Page 142
Determining Browser Type with $.browser......Page 144
Customizing HTML by Browser Type......Page 146
Checking Browser Support for Specific Features......Page 148
Creating Arrays......Page 151
Searching an Array......Page 153
Filtering an Array......Page 155
Eliminating Duplicate Elements from Arrays......Page 157
Checking Whether Data Is an Array......Page 159
Mapping an Array......Page 161
Trimming Text......Page 163
Chapter 7: Jumping into Ajax......Page 166
About Ajax......Page 167
Working with Ajax the Standard Way......Page 169
Using jQuery load( ) to Implement Ajax......Page 171
Using Callbacks with the load( ) Function......Page 173
Passing Data to the Server......Page 175
Passing Form Data to the Server......Page 177
Using $.post( ) to Send Data to the Server......Page 179
Using the jQuery $.get( ) Function......Page 181
Using $.get( ) to Send Data to the Server......Page 183
Chapter 8: Using the Full Power of Ajax......Page 186
About $.ajax( )......Page 187
Using $.ajax( ) to Download Text......Page 189
Using $.ajax( ) to Post Data to the Server......Page 191
Using $.ajax( ) to Get Data from the Server......Page 193
Handling Ajax Errors......Page 195
Handling Ajax Timeouts......Page 197
Handling XML......Page 199
Handling Ajax Events Globally......Page 201
Chapter 9: Using the jQuery Widgets......Page 204
About Working with Widgets......Page 205
Creating Accordion Widgets......Page 206
Creating Datepicker Widgets......Page 209
Creating Dialog Widgets......Page 212
Getting Data from Dialog Widgets......Page 215
Creating a Progressbar Widget......Page 218
Creating a Slider Widget......Page 221
Creating a Tab Widget......Page 224
Adding Tabs to a Tabs Widget......Page 227
A......Page 230
C......Page 231
E......Page 232
F......Page 233
G......Page 234
J......Page 235
O......Page 236
P......Page 237
S......Page 238
W......Page 239
Z......Page 240




نظرات کاربران