Jquery Add To List Script

Jquery Add To List Script

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
2,094 views

A very customisable plugin that hooks into select lists. An ‘open-form’ event or trigger value display a form (any dom element you specific, that contains a

).

AddToList will then ajax submit the form, and if it’s successful, and a new item to your list.

AddToList also promotes accessability by providing support for keyboard shortcuts such as `esc` to close a form.
Goal

Avoid break work flow, when an item doesn’t exist in from a dynamic list (database, etc).

Sets up and binds the nessacary events for the AddToList plugin. It requires an Options Object for the first parameter.

$('select').addToList();

Options Object
form

Required

The jquery selector string to your custom form element.

AddToList will automatically hide this form element if it’s visible (to give it a popup effect). The element you specific must either be a

or contain a
within it’s descendant’s.

{form: '.form'}

dataHandler

Required

A callback function that will handle a successful ajax request. It is provided with a single argument. This argument contains the data response from ajax (thus it’s important to correctly set your dataType).

This callback function MUST return an object that contains a value & label property. AddToList will use these 2 properties to create the new

.addToList({
	dataType: 'json',
	dataHandler: function(data) {
		return {
			value: data.value,
			label: data.label
		};
	}
});

triggerValue

A ‘value’ from within the list that will trigger the ‘form-open’ event. Defaults to -1.

<select name="reference">
<option value="my-custom-trigger">Add New Item</option><option>
....
</option></select>

....
$('select').addToList({triggerValue: 'my-custom-trigger'});

submitURL

Currently not used. Interface for future feature

Demo: http://pelicansareevil.com/jquery/addtolist/examples/advanced.php
Download: http://pelicansareevil.com/jquery/addtolist/jquery.addtolist.latest.js
Source: http://pelicansareevil.com/jquery/addtolist/

http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/delicious_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/blinklist_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/furl_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/technorati_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/magnolia_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/google_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/myspace_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/facebook_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/sphinn_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/mixx_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/twitter_32.png

Related Listings:

  1. TohDoh Yet Another CakePHP AJAX Todo-List TohDoh is YET ANOTHER CAKEPHP AJAX TODO LIST DEMO or...

Do you like this post?

Email:     

Tags: , , , , , ,

5 Comments »

  1. avatar comment-top

    Our web resource is dedicated to laptops and netbooks. Here you can find the latest laptops’ reviews, interesting articles about laptops and netbook accessories and laptops’ prices.

    comment-bottom
  2. avatar comment-top

    We are happy to offer you our web portal about cuticle pusher, nail polishes and acrylic manicure. Here you will find articles and helpful information about different manicure sets and others.

    comment-bottom
  3. avatar comment-top

    We are happy to offer you the site of Forex broker Trading 212. Trading 212 – Forex training, monthly Forex contest, info about currency, shares, oil and gold trading

    comment-bottom
  4. avatar comment-top

    What do you know about magnetic therapy? On our web resource you will learn the whole information about magnetic therapy, find magnetic bracelet and wrist reviews. You can also buy magnetic necklace online.

    comment-bottom
  5. avatar comment-top

    This portal is for all fans of the most popular game all over the world – Football. On the site you can find live score, information about fixtures of soccer leagues and latest football news.

    comment-bottom

RSS feed for comments on this post. TrackBack URL

Leave a comment



Web Design & CSS (Templates) - TOP.ORG