// Convert CSV data into array of arrays jQuery.csv()("1,2,3\n4,5,6\n7,8,9\n"); // = [ [1,2,3], [4,5,6], [7,8,9] ] // It handles quotes jQuery.csv()('a,"b,c",d'); // = [ ['a', 'b,c', 'd'] ] // You can use any delimiter, e.g. tab jQuery.csv("\t")("a\tb\nc\td\n"); // = [ ['a','b'], ['c','d'] ] // Quick usage with AJAX: jQuery.get(csvfile, function(data) { array = jQuery.csv()(data); }); // Using acr
jQuery selectors are powerful and simple to use, until you have attribute values (including ids and classes) that have funny characters. This plugin adds a simple function $.escape that will escape any special characters. For example if I have a string s that contains an id but I'm not sure that all of the characters are safe I can use $('#'+$.escape(s)) to find the element with that id. If I
Dependent Select by SilVeR What exactly is it ? This plugin correlates multiple select boxes, allowing you to have an infinite tree of select boxes. It's lightweight and easy to use. Example Let's say that i have two categories: flowers, animals and 4 subcategories: sunflower, rose, cat, dog And i want that when user selects flowers, to display only the sunflower, rose from the same select box
Cross-browser text selection and modification plugin built on top of the jQuery library. Tested with Opera 9.5 (Windows) and Opera 9.6 (Linux), Mozilla Firefox 3.0 (Windows and Linux), Internet Explorer 7, Chrome 2.0 and Safari 4.0. Plugin works only with first element of set of elements, which have to be «textarea» or «input type=text». This plugin has five functions: getSelection – return star
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
This plugin can replace any multiple select element with a "switch item to the other column" interface more intuitive to use, and more similar to that seen in many desktop applications. The select is turned into 2 columns, with select, remove, select all and remove all buttons inbetween them. By first clickng on one of the select's options and then clicking the select button the item is moved to t
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
Profiles calls to jQuery(selector), so that you can see which calls to jQuery are taking time. This plugin is meant to complement tools such as the Firebug profiler, which profile all the function calls in your script, but don't (at present) allow you to drill down into the different arguments to a single call. Call $.profile.start() to start profiling calls to $(selector), and then $.profile.done
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
jQuery AOP is a very small plugin that adds features of aspect-oriented programming (AOP) to jQuery. It allows to add advices (Before, After, Around and Introduction) to any global or instance object. Features Allows to add Before, After,Around and Introduction advices. Allows to define point-cuts using regex to match multiple methods. Works with global function and object methods. Advices can be
A easy way to create CSS rules without using .css or tag Simple use, a better interpreter has been created. Would you like to manipulate CSS like this? $.cssRule({ "body": [ ["background-color", "#fff"], "font-family:verdana", "font-size:10px", "padding, margin: 0px" ], "h1": [ "font-size:17px;color:#009", { "a": "color:#ff0" } ], "a, a:visited": [
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く