From fcb3f833f51266df0a190c0d6bb2925d478c375c Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 22:48:31 +0100 Subject: tabbed layout --- .../webapp/jquery.searchabledropdown-1.0.7.min.js | 26 ++++++++++++++++++++++ src/main/webapp/wayf-ndn.jsp | 6 +++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 src/main/webapp/jquery.searchabledropdown-1.0.7.min.js (limited to 'src/main/webapp') diff --git a/src/main/webapp/jquery.searchabledropdown-1.0.7.min.js b/src/main/webapp/jquery.searchabledropdown-1.0.7.min.js new file mode 100644 index 0000000..fd0be9d --- /dev/null +++ b/src/main/webapp/jquery.searchabledropdown-1.0.7.min.js @@ -0,0 +1,26 @@ +/** + * JQuery Searchable DropDown Plugin + * + * @required jQuery 1.3.x + * @author Sascha Wolski + * $Id: jquery.searchabledropdown.js 47 2010-04-07 08:57:05Z xhaggi $ + * + * Based up on the AddIncSearch plugin published by Tobias Oetiker + * http://plugins.jquery.com/project/AddIncSearch + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ +(function($){var B=register("searchable");B.defaults={maxListSize:100,maxMultiMatch:50,exactMatch:false,wildcards:true,ignoreCase:true,warnMultiMatch:"top {0} matches ...",warnNoMatch:"no matches ...",latency:200,zIndex:"auto"};B.execute=function(g,h){if($.browser.msie&&parseInt(jQuery.browser.version)<7)return this;if(this.nodeName!="SELECT"||this.size>1)return this;var j=$(this);var k={index:-1,options:null};var l="lang";var m=false;$.browser.chrome=/chrome/.test(navigator.userAgent.toLowerCase());if($.browser.chrome)$.browser.safari=false;if($.meta){g=$.extend({},options,j.data())}var n=$("
");var o=$("
");var p=$("");var q=$(" - - +