Advertising
advertising
related pastes to tag 'jquery'
- 2068832 - jquery.datatables.patch: javascript jquery
-
- /*
- * Function: fnAddDataEx
- * Purpose: Add new row(s) into the table with extended cell attributes
- * Returns: array int: array of indexes (aoData) which have been added (zero length on error)
- * Inputs: array:mData - the data to be added. The length must match
- * the original data from the DOM
- * or
- * array array:mData - 2D array of data to be added
- 1576340 - Bird 4 Rick's Twitter WP plugin: jquery wordpress twitter
-
- /*************************************************************
- If you have the wordpress twitter plugin
- http://rick.jinlabs.com/code/twitter/ (my favorite :) )
- this code:
- * turns the bulky text link to the tweet into a compact icon
- (e.g. you can save http://tratmap.com/twitter-bird-icon.jpg)
- * sets all the links to target='_blank'
- 1576332 - Facelift 4 Rick's Twitter WP plu: jquery wordpress twitter
-
- /*************************************************************
- If you have the wordpress twitter plugin
- http://rick.jinlabs.com/code/twitter/ (my favorite :) )
- this code sets all the links to target='_blank'
- and turns the bulky text link to the tweet into a compact icon
- (e.g. you can save http://tratmap.com/twitter-bird-icon.jpg)
- (requires jquery.js from http://jquery.com/).
- 1576329 - Facelift 4 Rick's Twitter WP plu: jquery wordpress twitter
-
- /*************************************************************
- If you have the wordpress twitter plugin
- http://rick.jinlabs.com/code/twitter/ (my favorite :) )
- this code sets all the links to target='_blank'
- and turns the bulky text link to the tweet into a compact icon
- (e.g. you can save http://tratmap.com/twitter-bird-icon.jpg)
- (requires jquery.js from http://jquery.com/).
- 1474004 - NiKo: jquery html forms
-
- $('input[type=password]').each(function(){
- var value = $(this).attr('value');
- var id = $(this).attr('id');
- $(this).hide();
- var newField = $(this).clone();
- $(newField).attr('type', 'text');
- $(newField).attr('id', id + '__display');
- $(newField).insertAfter($(this));
- 1412046 - Jquery drag and Sort: jquery drag sort
-
- Jquery drag and Sort
- http://docs.jquery.com/UI/API/1.7.1/Sortable#option-opacity
- http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
- http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/
- http://www.wiseguysonly.com/2008/12/07/drag-and-drop-reordering-of-database-fields-sortables-with-jquery/ +php code
- http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/
- http://www.jstree.com/
- 1412045 - Jquery drag and Sort: jquery drag sort
-
- Jquery drag and Sort
- http://docs.jquery.com/UI/API/1.7.1/Sortable#option-opacity
- http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
- http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/
- http://www.wiseguysonly.com/2008/12/07/drag-and-drop-reordering-of-database-fields-sortables-with-jquery/ +php code
- http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/
- http://www.jstree.com/
- 1288935 - JavaScript for vs each vs map: jquery
-
- /*
- * Performance test on "for", "$.each" and "$.map" (Firebug required)
- *
- * h3 ~ http://haineault.com
- *
- */
- var range = new Array(1000);
- 842376 - Unnamed: jquery slide
- 842369 - Unnamed: jquery slide
- 828735 - delineas: jquery
-
- $(document).ready(function(){
- $('.media_action').click(function(){
- if($(this).attr('class').match('active')){
- $(this).removeClass('active');
- $('.upload_tags.active').hide('slow',function(){
- $('.upload_tags.active').removeClass('active');
- });
- }
- 828711 - delineas: jquery
-
- $(document).ready(function(){
- $('.divcont_content_browse').click(function(){
- if($(this).attr('class').match('active')){
- $(this).removeClass('active');
- $('#divcont_content_types').hide('slow',function(){
- $(this).addClass('hide');
- $(this).removeClass('show');
- }
- 671971 - Something: jquery
-
- // lightning form submission handler
- $('#lightning').submit(function () {
- action_url = $(this).attr('action');
- // gather all submitted data
- var inputs = [];
- $(':input', this).each(function () {
- 616432 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * With special thanks Dave Cardwell (who helped BIG TIME on getting this plugin to work).
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- 616303 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 616224 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 616136 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 615862 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614561 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614333 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614295 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614176 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614103 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614101 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 614088 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1
- 612676 - digitalspaghetti: jquery google maps
-
- /*
- * Google Map Application (GMApp)
- * Author: Tane Piper (digitalspaghetti@gmail.com)
- * Website: http://digitalspaghetti.tooum.net
- * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
- *
- * === Changelog ===
- * Version 0.1