ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب Learning jQuery, 4th Edition: Better interaction, design, and web development with simple JavaScript techniques

دانلود کتاب Learn jQuery ، نسخه 4: تعامل بهتر ، طراحی و توسعه وب با تکنیک های ساده JavaScript

Learning jQuery, 4th Edition: Better interaction, design, and web development with simple JavaScript techniques

مشخصات کتاب

Learning jQuery, 4th Edition: Better interaction, design, and web development with simple JavaScript techniques

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781782163145 
ناشر: Packt Publishing 
سال نشر: 2013 
تعداد صفحات: 444 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 7 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب Learning jQuery, 4th Edition: Better interaction, design, and web development with simple JavaScript techniques به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Learn jQuery ، نسخه 4: تعامل بهتر ، طراحی و توسعه وب با تکنیک های ساده JavaScript نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Learn jQuery ، نسخه 4: تعامل بهتر ، طراحی و توسعه وب با تکنیک های ساده JavaScript

برای ساخت سایت‌های تعاملی و جالب، توسعه‌دهندگان به کتابخانه‌های جاوا اسکریپت مانند jQuery روی می‌آورند تا کارهای رایج را خودکار کرده و کارهای پیچیده را ساده‌تر کنند. از آنجایی که بسیاری از توسعه دهندگان وب نسبت به جاوا اسکریپت تجربه بیشتری با HTML و CSS دارند، طراحی کتابخانه شروع سریعی را برای طراحان با تجربه برنامه نویسی کمی فراهم می کند. برنامه نویسان با تجربه نیز با سازگاری مفهومی آن کمک خواهند کرد. LearningjQuery - نسخه چهارم نسخه اصلاح شده و به روز شده jQuery است. شما اصول اولیه jQuery را برای افزودن تعاملات و انیمیشن ها به صفحات خود خواهید آموخت. حتی اگر تلاش‌های قبلی برای نوشتن جاوا اسکریپت شما را گیج کرده است، این کتاب شما را از مشکلات مرتبط با AJAX، رویدادها، جلوه‌ها و ویژگی‌های پیشرفته زبان جاوا اسکریپت راهنمایی می‌کند.


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

To build interesting, interactive sites, developers are turning to JavaScript libraries such as jQuery to automate common tasks and simplify complicated ones. Because many web developers have more experience with HTML and CSS than with JavaScript, the library's design lends itself to a quick start for designers with little programming experience. Experienced programmers will also be aided by its conceptual consistency. LearningjQuery - Fourth Edition is revised and updated version of jQuery. You will learn the basics of jQuery for adding interactions and animations to your pages. Even if previous attempts at writing JavaScript have left you baffled, this book will guide you past the pitfalls associated with AJAX, events, effects, and advanced JavaScript language features.



فهرست مطالب

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 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 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 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 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




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