반응형
반응형


ajax() 메소드는 비동기 요청을 수행.

 

http://api.jquery.com/jQuery.ajax/
http://www.w3schools.com/jquery/ajax_ajax.asp

 

jQuery.ajax( url [, settings ] )Returns: jqXHR

  $.ajax({
     url:"demo_test.txt",
     success:function(result){
       $("#div1").html(result);
   }});


getJSON() 메소드는 AJAX HTTP Get 요청을 사용하여 JSON 데이터를 가져온다.

 

http://api.jquery.com/jQuery.getJSON/
http://www.w3schools.com/jquery/ajax_getjson.asp

 

jQuery.getJSON( url [, data ] [, success(data, textStatus, jqXHR) ] )Returns: jqXHR

 

$.getJSON('http://yoururl?callback=?', function(data){alert(data)});

 

var jqxhr = $.getJSON( "example.json", function() {console.log( "success" );})
             .done(function() { console.log( "second success" ); })
             .fail(function() { console.log( "error" ); })
             .always(function() { console.log( "complete" );
             });
             // perform other work here ...
             // Set another completion function for the request abovejqxhr.complete(function() { console.log( "second complete" ); });

 

jqxhr.complete(function() { console.log( "second complete" ); });

 

 

getScript() 메소드는  AJAX HTTP GET 요청을 이용하여 javascript를 실행한다.

 

http://api.jquery.com/jQuery.getScript/

 

jQuery.getScript( url [, success(script, textStatus, jqXHR) ] )Returns: jqXHR

 

$.getScript("demo_ajax_script.js");

 

$.getScript("ajax/test.js", function(data, textStatus, jqxhr) {  
                     console.log(data); //data returned  
                     console.log(textStatus); //success  
                     console.log(jqxhr.status); //200  
                     console.log('Load was performed.');});

 

$.getScript("ajax/test.js").done(function(script, textStatus) { 
                                    console.log( textStatus );})
                           .fail(function(jqxhr, settings, exception) { 
                                    $( "div.log" ).text( "Triggered ajaxError handler." );
                           });

 

 

 

 

반응형
반응형
10 Best jQuery Plugins to Create Dynamic Layouts

 

pintrest 같은. 그리드. Grid

 

 

SuperScrollorama

SuperScrollorama

SuperScrollorama is a popular jQuery plugin for creating supercool scrolling and animation, powered by TweenMax and the Greensock Tweening Engine. This is a powerful tool, and with great power comes great responsibility. Use wisely. A little subtlety can go a long way.

Scrolldeck

Scrolldeck

Scrolldeck is a jQuery plugin for making scrolling presentation decks.

Shapeshift

Shapeshift

Shapeshift is an amazing jQuery plugin which creates a column based grid system that allows drag and drop even between multiple containers.

jQuery Nested

jQuery-Nested

jQuery Nested plugin is for a gap free, multi column grid layout experience.

Freetile

Freetile

Freetile is a plugin for jQuery that enables the organization of webpage content in an efficient, dynamic and responsive layout. It can be applied to a container element and it will attempt to arrange it’s children in a layout that makes optimal use of screen space, by “packing” them in a tight arrangement.

Gridster

Gridster

Gridster is a jQuery plugin that allows building intuitive drag-able layouts from elements spanning multiple columns.

Masonry

Masonry

Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet.

Stellar

Stellar

With Stellar, parallax has never been so easier. Precisely align elements and backgrounds. Add some simple data attributes to your markup, run $.stellar() – that’s all you need to get started.

PageSlide

PageSlide

PageSlide is a jQuery plugin, by Scott Robbin, which slides a webpage over to reveal an additional interaction pane.

jQuery Full Content

jQuery-Full-Content

This is a nice jQuery plugin for presentation style layout. It will dynamically position a container within the width and height of the browser window, and will smoothly scroll between each container.

반응형
반응형
30 Awesome jQuery Plugins All Designers Should Check Today

 

Alertify.js

Browser dialog boxes never looked so good. Try this jQuery plugin. An unobtrusive customizable Javascript notification system. Includes modal dialogs and non-modal notifications.

alertify

Avgrund Modal

Avgrund is a jQuery plugin for modal boxes and popups. It uses interesting concept showing depth between popup and page. It works in all modern browsers and gracefully degrade in those that do not support CSS transitions and transformations (e.g. in IE 6-9 has standard behavior).

Avgrund-Modal

iCheck

iCheck is created to avoid routine of reinventing the wheel when working with checkboxes and radio buttons. It provides an expected identical result for the huge number of browsers, devices and their versions. Callbacks and methods can be used to easily handle and make changes at customized inputs.

iCheck

Long Press

With Long Press, you can insert rare characters as easily as on Android or iOS.

Long-Press

Complexify

Websites have a responsibility to users to accurately tell them how good a password is, and this is not an easy job. Complexify aims to provide a good measure of password complexity for websites to use both for giving hints to users in the form of strength bars, and for casually enforcing a minimum complexity for security reasons

Complexify

jQuery Knob

This cool jQuery plugin allows you to create really cool circular knobs that spin as you scroll.

jQuery-Knob

Pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.

pickadate

Chosen

Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.

Chosen

Fancy Input

Use this plugin if you want to make HTML input field typing fun with some CSS3 effects. This plugin does not have any current plans to support any version of IE.

Fancy-Input

Windows

A handy, loosely-coupled jQuery plugin for full-screen scrolling windows.

windows

Sticky

Sticky is a jQuery plugin that gives you the ability to make any element on your page always stay visible.

Sticky-Plugin

Super Scrollorama

With this super jQuery plugin, you can create super cool scroll animations in any website.

Super-Scrollorama

Stellar.js

Parallax has never been easier. Stellar.js is a jQuery plugin that provides parallax scrolling effects to any scrolling element.

Stellar

Scrollpath

Scrollpath is a plugin for defining custom scroll paths. It uses canvas flavored syntax to draw lines and arcs.

Scrollpath

Textillate.js

Textillate.js combines some awesome libraries to provide a ease-to-use plugin for applying CSS3 animations to any text.

Textillate

Arctext.js

While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let’s you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.

Arctext

Bacon

Bacon is a jQuery plugin that allows you to wrap text around a bezier curve or a line.

Bacon

Lettering.js

A jQuery plugin for radical web typography. Web type is exploding all over the web but CSS currently doesn’t offer complete down-to-the-letter control. So this jQuery plugin gives you that control.

Lettering

FitText.js

FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element.

FitText

Gridster.js

Gridster is a jQuery plugin that allows building intuitive draggable layouts from elements spanning multiple columns. You can even dynamically add and remove elements from the grid.

gridster

Freetile

Freetile is a plugin for jQuery that enables the organization of webpage content in an efficient, dynamic and responsive layout. It can be applied to a container element and it will attempt to arrange it’s children in a layout that makes optimal use of screen space, by “packing” them in a tight arrangement.

Freetile

nanoScroller.js

nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Mac OS X Lion-styled scrollbars for your website.

nanoScroller

Tubular.js

Tubular is a jQuery plugin that lets you set a YouTube video as your page background. Just attach it to your page wrapper element, set some options, and you’re on your way.

tubular

Backstretch

A simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element.

Backstretch

iPicture

iPicture creates interactive pictures with extra descriptions, embedded video, links or everything else using javascript and css3.

iPicture

Adipoli

Adipoli is a simple jQuery plugin used to bring stylish image hover effects.

Adipoli

TiltShift.js

A jQuery plugin that uses the CSS3 image filters to replicate the tilt-shift effect. This is a proof of concept and currently only works in Chrome & Safari 6.

tiltShift

Threesixty.js

Amazing jQuery plugin for creating draggable 360s.

ThreeSixty

Spectragram

An easy jQuery plugin for Instagram API to fetch and display user, popular or tags photo feeds inside your web application or site.

Spectragram

jQuery Countdown

A simple jQuery plugin for creating a countdown timer. It shows the remaining days, hours, minutes and seconds to your event, as well as an animated updates on every second.

jQuery-Countdown

jQuery PointPoint

This jQuery plugin draw users’ attention to a specific part of the page, in the form of a small arrow that is displayed next to their mouse cursor.

jQuery-PointPoint

Social Feed

A jQuery plugin which shows a user feed from the popular social networks.

Social-Feed

PercentageLoader

A tiny jQuery plugin for displaying progress in a visual and engaging way. jQuery.Percentage Loader is a jQuery plugin for displaying a progress widget in more visually striking way than the ubiquitous horizontal progress bar / textual counter. Installation and use is quick and simple. It makes use of HTML 5 canvas for a rich graphical appearance with only a 10kb (minified) javascript file necessary (suggested web font optional), using vectors rather than images so can be easily deployed at various sizes.

PercentageLoader

Tooltipster

A powerful, flexible jQuery plugin enabling you to easily create semantic, modern tooltips enhanced with the power of CSS.

Tooltipster

Toolbar.js

Toolbar allows you to quickly create tool tip style toolbars for use in web applications and websites. The toolbar is easily customizable using the Twitter Bootstrap icons and provides flexibility around the toolbars display and number of icons.

Toolbar

반응형
반응형

effect

 

http://api.jquery.com/category/effects/

jQuery Hide/Show
jQuery Fade
jQuery Slide
jQuery Animate
jQuery stop()
jQuery CallbackjQuery Chaining

 

 

Animation

 

http://api.jquery.com/animate/

http://w3schools.com/jquery/jquery_animate.asp

 

 

UI

 

http://api.jqueryui.com/

 

 

 

Sizzle - javascript CSS selector engine

http://sizzlejs.com/

 

 

QUnit - javascript Unit Testing Framework

 - 자바스크립트 코드 테스트

http://qunitjs.com/

 

QUnit is a powerful, easy-to-use JavaScript unit testing framework. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself!

 

 

 

Simplify Ajax development with jQuery

http://www.ibm.com/developerworks/xml/library/x-ajaxjquery/index.html

 

Table of contents

 

 

 

 

반응형
반응형

20 Most Popular Responsive jQuery Plugins

 

1. LetteringJS

Lettering JS

Lettering.js is a beautifully scripted jQuery plugin for typography. Lettering.js has superseded the conventional way of including the typography fonts on the website with a very fast script coded in jQuery.

 

2. TypeheadJS

Typehead.js

Like Google, you can also enable your websites search bar to suggest the results for the desired query. This Jquery plugin, powered by Twitter, namely Typehead.js has made it possible to make your search bar function like that.

 

3. StellarJS

Steller.js

Stellar.js is a jQuery plugin that provides parallax scrolling effects to any scrolling element.

 

4. Perfect-Scrollbar

Perfect Scroll bar

This plugin transforms your standard scroll bar into a sleek and trendy one. You can adjust the color according to your need.

 

5. DropZoneJS

Dropzone

DropzoneJS is an open source library that provides drag’n'drop file uploads with image previews. It’s synonymous to the WordPress upload area.

 

6. FitText

Fittext

FittextJS has been a very successful plugin for displaying gigantic texts on the display screen. Earlier to FittextJS, images were used by the website designers which caused conflicts on the basis of responsiveness, but, now this plugin has not only hastened the process but also has solved the problem of responsiveness.

 

7. Swipe.js

Swipe

Swipe is a perfect responsive slider suitable for websites desiring a full width slider below the header. Some of its features are responsiveness, resistant bounds and scroll prevention.

 

8. FlexNav

FlexNav

FlexNav is perhaps the best Jquery plugin for responsive menus. Easy to setup and easy personalization are its key features.

 

9. Flexisel

Flexisel

Flexisel is a beautifully designed responsive carousel jQuery plugin for a display of seamless images.

 

10. ImageloaderJS

ImageloaderJS

Website designers generally ignore the importance of preloading images. This jQuery plugin will preload all the images on the website, increasing the overall loading speed of the website on the browsers. Especially recommended for websites with image galleries.

 

11. Responsive jQuery Lightbox Plugin : Magnific Popup

Responsive jQuery Lightbox Plugin : Magnific Popup

Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device.

 

12. Tiny Circleslider

Tiny Circleslider

Tiny Circle slider is a circular slider/carousel. That was built to provide web developers with a cool but subtle alternative to all those standard carousels. Tiny Circle slider can blend in on any web page. It was built using the javascript jQuery library.

 

13. jQuery Map Marker

jQuery Map Marker

This plugin makes it easy to put multiple markers on Map using Google Map API V3.Map Marker is very useful when you have a list of data & you want to show all of them on Map, too.

 

14. Camera : jQuery Slideshow Plugin with Touch Support

Camera : jQuery Slideshow Plugin with Touch Support

A cool jQuery slideshow with diverse variation of transitions for your website.

 

15. Responsive Touch-Friendly Audio Player

Responsive Touch Audio jQuery script

This user friendly responsive plugin will integrate a minimal audio player on your website for listening online music. Some of the features like being adaptive to browsers, showing the pre-loaded (buffered) audio and image-less CSS, have made it distinctive from other such kinds of plugins.

 

16. Huge on Facebook

Huge on Facebook

This jQuery script is designed to highlight the links on websites that are actually generating conversation (on Facebook, at least). Like Google analytics, this plugin can be considered as Facebook analytics. The only difference this plugin is making is the display of analysis report to the general public rather than the administrator only.

 

17. jQuery Spellchecker

Spell Checker jQuery

The jQuery spellchecker is a lightweight plugin that can be used to check the spelling of text within a form field or within a DOM tree. Can come handy with the content writers.

 

18. Any List Scroller

Any List Scroller

Any List Scroller is the jQuery plugin to scroll any list, of any dimension, with any content.

 

19. jQuery Stripe

Stripe jQuery

A jQuery plug-in to create a cool striped gallery object.

 

20. jQuery Liquid Carousel Plugin

jQuery Liquid Carousel plugin

Liquid carousel is a jQuery plugin intended for liquid designs. Every time the container of the carousel gets re sized, the number of items in the list change to fit the new width.

반응형
반응형

jQuery Plugins with Backbone – Articles List Shedding the Light Onto Sweet Couple

 

Link : http://www.designfloat.com/blog/2013/07/18/jquery-backbone-plugins/

 

Backbone.js Tutorial: jQuery Plugins and Moving Tasks

jQuery Plugin with Backbone

* * *

jQuery Autocomplete Plugin for Backbone JS

jQuery Plugin with Backbone

* * *


Building Mobile JavaScript WebApps With Backbone.js & jQuery: Part I

jQuery Plugin with Backbone

* * *

jQuery UI Drag and Drop in a Backbone JS Application

jQuery Plugin with Backbone

* * *

Using backbone.js with jQuery UI Modals

jQuery Plugin with Backbone

* * *

jQuery UI and Backbone.js

jQuery Plugin with Backbone

* * *

Autocomplete with jQuery plugin for backbone.js on remote api

jQuery Plugin with Backbone

* * *

jQuery Validation Plugin and Backbone

jQuery Plugin with Backbone

* * *

Backbone and Underscore: jQuery’s New Friends

jQuery Plugin with Backbone

* * *

jQuery Plugin: backboneView() – jsFiddle demo by edslocombe

jQuery Plugin with Backbone

* * *

Loading jQuery plugins using require.js and backbone.js

jQuery Plugin with Backbone

* * *

Replacing JQuery Plugins With Backbone

jQuery Plugin with Backbone

* * *

Use jQuery plugin with Backbone and Requirejs

jQuery Plugin with Backbone

* * *

jQuery Mobile and backbone.js, the ugly

jQuery Plugin with Backbone

* * *

Example backbone.js with jQuery plugin

jQuery Plugin with Backbone

* * *

Organizing your Backbone.js + Require.js + jQuery application

jQuery Plugin with Backbone

* * *

Using Backbone.js with jQuery Mobile

jQuery Plugin with Backbone

 

반응형

+ Recent posts