background preloader

jQuery

Facebook Twitter

Flippy a jQuery flip effect plugin. Markup First, add Flippy JS in your page.

Flippy a jQuery flip effect plugin

Be sure to have jQuery too ! The Flippy content need to be included in a container, this prevents random perspective effects with CSS : Simply call flippy() function. Text Opening Sequence with CSS Animations. How to Debug Your jQuery Code. In the past 10 years, more and more Web development has moved off the server and migrated to the browser, making a user's experience more responsive.

How to Debug Your jQuery Code

Unfortunately, this transition hasn't been very pleasant for developers, given that any attempt to debug client-side code eventually means resorting to the classic JavaScript alert methods, which we are all accustomed to seeing in code such as the following: <script type="text/javascript"> alert('Alerts are so NOT the Bee\'s knees. \n\n' + 'To the contrary, they are the 3 Ds... \n' + '• Difficult to format\n' + '• Disrupt the timing of JavaScript events\n' + '• Disagreeable to the Nth degree!