Thu, 06 Apr 2017 16:21:21 +0200
added 2d image to 3d viewer
--- a/cylindertransport-web.py Thu Apr 06 15:41:04 2017 +0200 +++ b/cylindertransport-web.py Thu Apr 06 16:21:21 2017 +0200 @@ -6,12 +6,14 @@ import cgi, data, json, config from cylindertransport import CylinderSpacerCalculator +import base64 +import cStringIO # enable debugging #import sys #sys.stderr = sys.stdout -#import cgitb -#cgitb.enable() +import cgitb +cgitb.enable() def do_action(args): """ @@ -21,9 +23,14 @@ cylinders = args.getlist("cylinders[]") calc = CylinderSpacerCalculator(cylinders) calc.calculate() + image = calc.render_image() + buffer = cStringIO.StringIO() + image.save(buffer, format="PNG") + img_str = base64.b64encode(buffer.getvalue()) print json.dumps({ "objects": calc.circles, - "scale3d": config.SCALE3D + "scale3d": config.SCALE3D, + "image": img_str }) else: print "unknown Action %s" % args["action"].value
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/images/ui-bg_flat_0_aaaaaa_40x100.png Thu Apr 06 16:21:21 2017 +0200 @@ -0,0 +1,1302 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-5b61aadc846f0818981ceec31b49c475fb084c163fdec5efbc2c21ef539092a9.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-edd1eeaa0fd98316fccfadf3f2ed823413547513e0bc7c05a9f990821f8f8a3c.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-f4fa6ace91e5f0fabb47e8405e5ecf6a9815949cd3958338f6578e626cd443d7.css" media="all" rel="stylesheet" /> + + + <meta name="viewport" content="width=device-width"> + + <title>jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png at master · jquery/jquery-ui · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <meta property="fb:app_id" content="1401488693436528"> + + + <meta content="https://avatars0.githubusercontent.com/u/70142?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="jquery/jquery-ui" property="og:title" /><meta content="https://github.com/jquery/jquery-ui" property="og:url" /><meta content="jquery-ui - The official jQuery user interface library." property="og:description" /> + + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + <meta name="request-id" content="A825:252E:362F1D6:56881C5:58E64E71" data-pjax-transient> + + + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="A825:252E:362F1D6:56881C5:58E64E71" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="OWFiNWE4YWM3YmEzNThlMTY4ZDRiMWQ0MjhlNmQ1YWNlMDhhZWQyZjAzMTM4NDYxNGU2MTAyOWVjMWIwM2Q2M3x7InJlbW90ZV9hZGRyZXNzIjoiNzkuMjE3LjIyMC4xMzgiLCJyZXF1ZXN0X2lkIjoiQTgyNToyNTJFOjM2MkYxRDY6NTY4ODFDNTo1OEU2NEU3MSIsInRpbWVzdGFtcCI6MTQ5MTQ4ODM2OSwiaG9zdCI6ImdpdGh1Yi5jb20ifQ=="> + + + <meta name="html-safe-nonce" content="4ff3fda5a174e0b24850fbf66f6cfd7cf3df3911"> + + <meta http-equiv="x-pjax-version" content="f4cef61c9245a6db3023ff9748a373d9"> + + + + <meta name="description" content="jquery-ui - The official jQuery user interface library."> + <meta name="go-import" content="github.com/jquery/jquery-ui git https://github.com/jquery/jquery-ui.git"> + + <meta content="70142" name="octolytics-dimension-user_id" /><meta content="jquery" name="octolytics-dimension-user_login" /><meta content="478996" name="octolytics-dimension-repository_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="478996" name="octolytics-dimension-repository_network_root_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/jquery/jquery-ui/commits/master.atom" rel="alternate" title="Recent Commits to jquery-ui:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/jquery/jquery-ui/blob/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" data-pjax-transient> + + + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + + </head> + + <body class="logged-out env-production page-blob"> + + + + <div class="position-relative js-header-wrapper "> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + + + + + + + + <header class="site-header js-details-container Details" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> + </a> + + <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav"> + <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features"> + Features +</a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /showcases /explore"> + Explore +</a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing"> + Pricing +</a> </nav> + + <div class="site-header-actions"> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/search" class="js-site-search-form" data-scoped-search-url="/jquery/jquery-ui/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <a href="/jquery/jquery-ui/blob/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" class="header-search-scope no-underline">This repository</a> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + value="" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + autocapitalize="off"> + <input type="hidden" class="js-site-search-type-field" name="type" > + </label> +</form></div> + + + <a class="text-bold site-header-link" href="/login?return_to=%2Fjquery%2Fjquery-ui%2Fblob%2Fmaster%2Fthemes%2Fbase%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + <span class="text-gray">or</span> + <a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + </div> + </div> + </div> +</header> + + + </div> + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + + + + + <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + <ul class="pagehead-actions"> + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> + Watch + </a> + <a class="social-count" href="/jquery/jquery-ui/watchers" + aria-label="669 users are watching this repository"> + 669 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg> + Star + </a> + + <a class="social-count js-social-count" href="/jquery/jquery-ui/stargazers" + aria-label="9887 users starred this repository"> + 9,887 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + Fork + </a> + + <a href="/jquery/jquery-ui/network" class="social-count" + aria-label="4366 users forked this repository"> + 4,366 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> + <span class="author" itemprop="author"><a href="/jquery" class="url fn" rel="author">jquery</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/jquery/jquery-ui" data-pjax="#js-repo-pjax-container">jquery-ui</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /jquery/jquery-ui" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /jquery/jquery-ui/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">16</span> + <meta itemprop="position" content="3"> +</a> </span> + + <a href="/jquery/jquery-ui/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /jquery/jquery-ui/projects"> + <svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> + Projects + <span class="counter">0</span> +</a> + + + <a href="/jquery/jquery-ui/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /jquery/jquery-ui/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></svg> + Pulse +</a> + <a href="/jquery/jquery-ui/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /jquery/jquery-ui/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> + Graphs +</a> + +</nav> + + </div> + </div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + + +<a href="/jquery/jquery-ui/blob/032ddc3349f625e0840aa8e266b5d8ebee994853/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:543285f7baff50b1289a07c443c88451 --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> + <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-8-stable/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1-8-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-8-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-9-stable/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1-9-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-9-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-10-stable/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1-10-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-10-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-11-stable/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1-11-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-11-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/datepicker/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="datepicker" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + datepicker + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/interactions/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="interactions" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + interactions + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/jquery/jquery-ui/blob/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/spinner-globalize-1.x/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="spinner-globalize-1.x" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + spinner-globalize-1.x + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.12.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.1"> + 1.12.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.12.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0"> + 1.12.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.12.0-rc.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.2"> + 1.12.0-rc.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.12.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.1"> + 1.12.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-beta.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.12.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-beta.1"> + 1.12.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.4/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.4"> + 1.11.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.3"> + 1.11.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.2"> + 1.11.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.1"> + 1.11.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0"> + 1.11.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.0-beta.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.2"> + 1.11.0-beta.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.11.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.1"> + 1.11.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.4/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.4"> + 1.10.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.3"> + 1.10.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.2"> + 1.10.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.1"> + 1.10.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0"> + 1.10.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-rc.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-rc.1"> + 1.10.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-beta.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.10.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-beta.1"> + 1.10.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.2"> + 1.9.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.1"> + 1.9.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0"> + 1.9.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0m8/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9.0m8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0m8"> + 1.9.0m8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-rc.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-rc.1"> + 1.9.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-beta.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-beta.1"> + 1.9.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m7/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m7"> + 1.9m7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m6/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m6"> + 1.9m6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m5/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m5"> + 1.9m5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m4/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m4"> + 1.9m4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m3"> + 1.9m3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m2"> + 1.9m2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.9m1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m1"> + 1.9m1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.24/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.24" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.24"> + 1.8.24 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.23/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.23" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.23"> + 1.8.23 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.22/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.22" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.22"> + 1.8.22 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.21/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.21" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.21"> + 1.8.21 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.20/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.20" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.20"> + 1.8.20 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.19/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.19" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.19"> + 1.8.19 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.18/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.18" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.18"> + 1.8.18 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.17/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.17" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.17"> + 1.8.17 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.16/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.16" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.16"> + 1.8.16 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.15/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.15" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.15"> + 1.8.15 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.14/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.14" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.14"> + 1.8.14 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.13/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.13" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.13"> + 1.8.13 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.12/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.12" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.12"> + 1.8.12 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.11/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.11" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.11"> + 1.8.11 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.10/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.10" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.10"> + 1.8.10 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.9/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.9" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.9"> + 1.8.9 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.8/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.8"> + 1.8.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.7/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.7"> + 1.8.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.6/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.6"> + 1.8.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.5/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.5"> + 1.8.5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.4/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.4"> + 1.8.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.3"> + 1.8.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.2"> + 1.8.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.1"> + 1.8.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8"> + 1.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc3"> + 1.8rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc2"> + 1.8rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8rc1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc1"> + 1.8rc1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8b1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8b1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8b1"> + 1.8b1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8a2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a2"> + 1.8a2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.8a1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a1"> + 1.8a1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.7/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.7"> + 1.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6"> + 1.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc6/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.6rc6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc6"> + 1.6rc6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc5/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.6rc5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc5"> + 1.6rc5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc3/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.6rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc3"> + 1.6rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.6rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc2"> + 1.6rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.2/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.5.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.2"> + 1.5.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" + data-name="1.5.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.1"> + 1.5.1 + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="BtnGroup float-right"> + <a href="/jquery/jquery-ui/find/master" + class="js-pjax-capture-input btn btn-sm BtnGroup-item" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/jquery/jquery-ui"><span>jquery-ui</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes"><span>themes</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base"><span>base</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base/images"><span>images</span></a></span><span class="separator">/</span><strong class="final-path">ui-bg_flat_0_aaaaaa_40x100.png</strong> + </div> +</div> + + + + <div class="commit-tease"> + <span class="float-right"> + <a class="commit-tease-sha" href="/jquery/jquery-ui/commit/b7d0c701c79c751f80e2f4058f7a4c3a17262815" data-pjax> + b7d0c70 + </a> + <relative-time datetime="2016-06-06T15:26:06Z">Jun 6, 2016</relative-time> + </span> + <div> + <img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> + <a href="/PeterDaveHello" class="user-mention" rel="contributor">PeterDaveHello</a> + <a href="/jquery/jquery-ui/commit/b7d0c701c79c751f80e2f4058f7a4c3a17262815" class="message" data-pjax="true" title="All: Optimize png images losslessly using zopflipng + +Closes gh-1710">All: Optimize png images losslessly using zopflipng</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>2</strong> + contributors + </button> + <a class="avatar-link tooltipped tooltipped-s" aria-label="TravisCarden" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png?author=TravisCarden"><img alt="@TravisCarden" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/959246?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="PeterDaveHello" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png?author=PeterDaveHello"><img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> </a> + + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + <li class="facebox-user-list-item"> + <img alt="@TravisCarden" height="24" src="https://avatars2.githubusercontent.com/u/959246?v=3&s=48" width="24" /> + <a href="/TravisCarden">TravisCarden</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@PeterDaveHello" height="24" src="https://avatars2.githubusercontent.com/u/3691490?v=3&s=48" width="24" /> + <a href="/PeterDaveHello">PeterDaveHello</a> + </li> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="BtnGroup"> + <a href="/jquery/jquery-ui/raw/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" class="btn btn-sm BtnGroup-item" id="raw-url">Download</a> + <a href="/jquery/jquery-ui/commits/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" class="btn btn-sm BtnGroup-item" rel="nofollow">History</a> + </div> + + + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/delete/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png" class="inline-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="NOJPPfHU+TnuL9g/RZlTWFIrgYxg9ma7Kl74Ji0s8RJw6uhKatIMVnkpXucmmKYbKgRyXjEyWwXjF1po3Q5CPQ==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> + </button> +</form> </div> + + <div class="file-info"> + 86 Bytes + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/jquery/jquery-ui/blob/master/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png?raw=true" alt="ui-bg_flat_0_aaaaaa_40x100.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links float-right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> + <ul class="site-footer-links"> + <li>© 2017 <span title="0.07148s from github-fe138-cp1-prd.iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + You can't perform that action at this time. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-8a4318ffea09a0cdb8214b76cf2926b9f6a0ced318a317bed419db19214c690d.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-6d109e75ad8471ba415082726c00c35fb929ceab975082492835f11eca8c07d9.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-a8c2d186f623ad06c32e8152bb281d84d2dae2b0474e72a6c98b6359b79bcd4b.js"></script> + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + </div> +</div> + + + </body> +</html> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/images/ui-icons_444444_256x240.png Thu Apr 06 16:21:21 2017 +0200 @@ -0,0 +1,1317 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-5b61aadc846f0818981ceec31b49c475fb084c163fdec5efbc2c21ef539092a9.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-edd1eeaa0fd98316fccfadf3f2ed823413547513e0bc7c05a9f990821f8f8a3c.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-f4fa6ace91e5f0fabb47e8405e5ecf6a9815949cd3958338f6578e626cd443d7.css" media="all" rel="stylesheet" /> + + + <meta name="viewport" content="width=device-width"> + + <title>jquery-ui/ui-icons_444444_256x240.png at master · jquery/jquery-ui · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <meta property="fb:app_id" content="1401488693436528"> + + + <meta content="https://avatars0.githubusercontent.com/u/70142?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="jquery/jquery-ui" property="og:title" /><meta content="https://github.com/jquery/jquery-ui" property="og:url" /><meta content="jquery-ui - The official jQuery user interface library." property="og:description" /> + + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + <meta name="request-id" content="D507:252E:362F61B:568886C:58E64E7C" data-pjax-transient> + + + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="D507:252E:362F61B:568886C:58E64E7C" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="ZmUyYjM2NjAwOTE3ZGExNmJlOGY0YjUwYTJhYzZkYTIxYzg5YzAxNzAyMGU2YTNmNTk4NDE1NTA2M2ZjZDRkNnx7InJlbW90ZV9hZGRyZXNzIjoiNzkuMjE3LjIyMC4xMzgiLCJyZXF1ZXN0X2lkIjoiRDUwNzoyNTJFOjM2MkY2MUI6NTY4ODg2Qzo1OEU2NEU3QyIsInRpbWVzdGFtcCI6MTQ5MTQ4ODM4MCwiaG9zdCI6ImdpdGh1Yi5jb20ifQ=="> + + + <meta name="html-safe-nonce" content="a1933d154b2795498a182c05335f9ab57a70260d"> + + <meta http-equiv="x-pjax-version" content="f4cef61c9245a6db3023ff9748a373d9"> + + + + <meta name="description" content="jquery-ui - The official jQuery user interface library."> + <meta name="go-import" content="github.com/jquery/jquery-ui git https://github.com/jquery/jquery-ui.git"> + + <meta content="70142" name="octolytics-dimension-user_id" /><meta content="jquery" name="octolytics-dimension-user_login" /><meta content="478996" name="octolytics-dimension-repository_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="478996" name="octolytics-dimension-repository_network_root_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/jquery/jquery-ui/commits/master.atom" rel="alternate" title="Recent Commits to jquery-ui:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_444444_256x240.png" data-pjax-transient> + + + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + + </head> + + <body class="logged-out env-production page-blob"> + + + + <div class="position-relative js-header-wrapper "> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + + + + + + + + <header class="site-header js-details-container Details" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> + </a> + + <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav"> + <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features"> + Features +</a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /showcases /explore"> + Explore +</a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing"> + Pricing +</a> </nav> + + <div class="site-header-actions"> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/search" class="js-site-search-form" data-scoped-search-url="/jquery/jquery-ui/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <a href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_444444_256x240.png" class="header-search-scope no-underline">This repository</a> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + value="" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + autocapitalize="off"> + <input type="hidden" class="js-site-search-type-field" name="type" > + </label> +</form></div> + + + <a class="text-bold site-header-link" href="/login?return_to=%2Fjquery%2Fjquery-ui%2Fblob%2Fmaster%2Fthemes%2Fbase%2Fimages%2Fui-icons_444444_256x240.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + <span class="text-gray">or</span> + <a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + </div> + </div> + </div> +</header> + + + </div> + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + + + + + <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + <ul class="pagehead-actions"> + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> + Watch + </a> + <a class="social-count" href="/jquery/jquery-ui/watchers" + aria-label="669 users are watching this repository"> + 669 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg> + Star + </a> + + <a class="social-count js-social-count" href="/jquery/jquery-ui/stargazers" + aria-label="9887 users starred this repository"> + 9,887 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + Fork + </a> + + <a href="/jquery/jquery-ui/network" class="social-count" + aria-label="4366 users forked this repository"> + 4,366 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> + <span class="author" itemprop="author"><a href="/jquery" class="url fn" rel="author">jquery</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/jquery/jquery-ui" data-pjax="#js-repo-pjax-container">jquery-ui</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /jquery/jquery-ui" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /jquery/jquery-ui/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">16</span> + <meta itemprop="position" content="3"> +</a> </span> + + <a href="/jquery/jquery-ui/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /jquery/jquery-ui/projects"> + <svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> + Projects + <span class="counter">0</span> +</a> + + + <a href="/jquery/jquery-ui/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /jquery/jquery-ui/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></svg> + Pulse +</a> + <a href="/jquery/jquery-ui/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /jquery/jquery-ui/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> + Graphs +</a> + +</nav> + + </div> + </div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + + +<a href="/jquery/jquery-ui/blob/032ddc3349f625e0840aa8e266b5d8ebee994853/themes/base/images/ui-icons_444444_256x240.png" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:2f5054d8b37e6cf35e63d0c0e3201125 --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> + <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-8-stable/themes/base/images/ui-icons_444444_256x240.png" + data-name="1-8-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-8-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-9-stable/themes/base/images/ui-icons_444444_256x240.png" + data-name="1-9-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-9-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-10-stable/themes/base/images/ui-icons_444444_256x240.png" + data-name="1-10-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-10-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-11-stable/themes/base/images/ui-icons_444444_256x240.png" + data-name="1-11-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-11-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/datepicker/themes/base/images/ui-icons_444444_256x240.png" + data-name="datepicker" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + datepicker + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/interactions/themes/base/images/ui-icons_444444_256x240.png" + data-name="interactions" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + interactions + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_444444_256x240.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/spinner-globalize-1.x/themes/base/images/ui-icons_444444_256x240.png" + data-name="spinner-globalize-1.x" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + spinner-globalize-1.x + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.12.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.1"> + 1.12.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.12.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0"> + 1.12.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.12.0-rc.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.2"> + 1.12.0-rc.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.12.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.1"> + 1.12.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-beta.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.12.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-beta.1"> + 1.12.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.4/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.4"> + 1.11.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.3/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.3"> + 1.11.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.2"> + 1.11.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.1"> + 1.11.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0"> + 1.11.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.0-beta.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.2"> + 1.11.0-beta.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.11.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.1"> + 1.11.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.4/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.4"> + 1.10.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.3/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.3"> + 1.10.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.2"> + 1.10.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.1"> + 1.10.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0"> + 1.10.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-rc.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-rc.1"> + 1.10.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-beta.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.10.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-beta.1"> + 1.10.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.2"> + 1.9.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.1"> + 1.9.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0"> + 1.9.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0m8/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9.0m8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0m8"> + 1.9.0m8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-rc.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-rc.1"> + 1.9.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-beta.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-beta.1"> + 1.9.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m7/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m7"> + 1.9m7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m6/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m6"> + 1.9m6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m5/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m5"> + 1.9m5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m4/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m4"> + 1.9m4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m3/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m3"> + 1.9m3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m2"> + 1.9m2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.9m1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m1"> + 1.9m1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.24/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.24" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.24"> + 1.8.24 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.23/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.23" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.23"> + 1.8.23 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.22/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.22" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.22"> + 1.8.22 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.21/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.21" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.21"> + 1.8.21 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.20/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.20" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.20"> + 1.8.20 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.19/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.19" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.19"> + 1.8.19 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.18/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.18" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.18"> + 1.8.18 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.17/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.17" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.17"> + 1.8.17 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.16/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.16" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.16"> + 1.8.16 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.15/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.15" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.15"> + 1.8.15 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.14/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.14" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.14"> + 1.8.14 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.13/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.13" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.13"> + 1.8.13 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.12/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.12" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.12"> + 1.8.12 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.11/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.11" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.11"> + 1.8.11 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.10/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.10" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.10"> + 1.8.10 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.9/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.9" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.9"> + 1.8.9 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.8/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.8"> + 1.8.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.7/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.7"> + 1.8.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.6/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.6"> + 1.8.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.5/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.5"> + 1.8.5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.4/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.4"> + 1.8.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.3/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.3"> + 1.8.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.2"> + 1.8.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.1"> + 1.8.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8"> + 1.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc3/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc3"> + 1.8rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc2"> + 1.8rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8rc1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc1"> + 1.8rc1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8b1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8b1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8b1"> + 1.8b1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8a2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a2"> + 1.8a2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.8a1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a1"> + 1.8a1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.7/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.7"> + 1.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6"> + 1.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc6/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.6rc6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc6"> + 1.6rc6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc5/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.6rc5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc5"> + 1.6rc5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc3/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.6rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc3"> + 1.6rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.6rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc2"> + 1.6rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.2/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.5.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.2"> + 1.5.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.1/themes/base/images/ui-icons_444444_256x240.png" + data-name="1.5.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.1"> + 1.5.1 + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="BtnGroup float-right"> + <a href="/jquery/jquery-ui/find/master" + class="js-pjax-capture-input btn btn-sm BtnGroup-item" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/jquery/jquery-ui"><span>jquery-ui</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes"><span>themes</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base"><span>base</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base/images"><span>images</span></a></span><span class="separator">/</span><strong class="final-path">ui-icons_444444_256x240.png</strong> + </div> +</div> + + + + <div class="commit-tease"> + <span class="float-right"> + <a class="commit-tease-sha" href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" data-pjax> + cc37fe7 + </a> + <relative-time datetime="2016-11-29T14:42:36Z">Nov 30, 2016</relative-time> + </span> + <div> + <img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> + <a href="/joliss" class="user-mention" rel="contributor">joliss</a> + <a href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" class="message" data-pjax="true" title="Themes: Optimize PNG files with zopflipng + +Closes gh-1772">Themes: Optimize PNG files with zopflipng</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>5</strong> + contributors + </button> + <a class="avatar-link tooltipped tooltipped-s" aria-label="scottgonzalez" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_444444_256x240.png?author=scottgonzalez"><img alt="@scottgonzalez" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/141167?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="peritpatrio" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_444444_256x240.png?author=peritpatrio"><img alt="@peritpatrio" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/729565?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="jaspermdegroot" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_444444_256x240.png?author=jaspermdegroot"><img alt="@jaspermdegroot" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1296793?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="joliss" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_444444_256x240.png?author=joliss"><img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="PeterDaveHello" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_444444_256x240.png?author=PeterDaveHello"><img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> </a> + + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + <li class="facebox-user-list-item"> + <img alt="@scottgonzalez" height="24" src="https://avatars1.githubusercontent.com/u/141167?v=3&s=48" width="24" /> + <a href="/scottgonzalez">scottgonzalez</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@peritpatrio" height="24" src="https://avatars2.githubusercontent.com/u/729565?v=3&s=48" width="24" /> + <a href="/peritpatrio">peritpatrio</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@jaspermdegroot" height="24" src="https://avatars1.githubusercontent.com/u/1296793?v=3&s=48" width="24" /> + <a href="/jaspermdegroot">jaspermdegroot</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@joliss" height="24" src="https://avatars3.githubusercontent.com/u/524783?v=3&s=48" width="24" /> + <a href="/joliss">joliss</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@PeterDaveHello" height="24" src="https://avatars2.githubusercontent.com/u/3691490?v=3&s=48" width="24" /> + <a href="/PeterDaveHello">PeterDaveHello</a> + </li> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="BtnGroup"> + <a href="/jquery/jquery-ui/raw/master/themes/base/images/ui-icons_444444_256x240.png" class="btn btn-sm BtnGroup-item" id="raw-url">Download</a> + <a href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_444444_256x240.png" class="btn btn-sm BtnGroup-item" rel="nofollow">History</a> + </div> + + + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/delete/master/themes/base/images/ui-icons_444444_256x240.png" class="inline-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="jstv7DfeZ1LjLo55Q2zbqQ0Ymq53kOEGsJ+BhgrwKBhoq7ebgbeU3ZOfpEof7jzoCzkLZ/AWmj694PQ+S09sRg==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> + </button> +</form> </div> + + <div class="file-info"> + 3.19 KB + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_444444_256x240.png?raw=true" alt="ui-icons_444444_256x240.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links float-right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> + <ul class="site-footer-links"> + <li>© 2017 <span title="0.07252s from github-fe155-cp1-prd.iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + You can't perform that action at this time. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-8a4318ffea09a0cdb8214b76cf2926b9f6a0ced318a317bed419db19214c690d.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-6d109e75ad8471ba415082726c00c35fb929ceab975082492835f11eca8c07d9.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-a8c2d186f623ad06c32e8152bb281d84d2dae2b0474e72a6c98b6359b79bcd4b.js"></script> + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + </div> +</div> + + + </body> +</html> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/images/ui-icons_555555_256x240.png Thu Apr 06 16:21:21 2017 +0200 @@ -0,0 +1,1317 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-5b61aadc846f0818981ceec31b49c475fb084c163fdec5efbc2c21ef539092a9.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-edd1eeaa0fd98316fccfadf3f2ed823413547513e0bc7c05a9f990821f8f8a3c.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-f4fa6ace91e5f0fabb47e8405e5ecf6a9815949cd3958338f6578e626cd443d7.css" media="all" rel="stylesheet" /> + + + <meta name="viewport" content="width=device-width"> + + <title>jquery-ui/ui-icons_555555_256x240.png at master · jquery/jquery-ui · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <meta property="fb:app_id" content="1401488693436528"> + + + <meta content="https://avatars0.githubusercontent.com/u/70142?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="jquery/jquery-ui" property="og:title" /><meta content="https://github.com/jquery/jquery-ui" property="og:url" /><meta content="jquery-ui - The official jQuery user interface library." property="og:description" /> + + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + <meta name="request-id" content="A827:2530:53A397D:851345D:58E64E85" data-pjax-transient> + + + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="A827:2530:53A397D:851345D:58E64E85" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="ZWUxZjk3NjgyY2ZlMDdmMjVkNjA1N2E4YTU0NGEyMTFjOTg2NGNkNzMwYzA0MzQxYTFmZjUzOWQ3YjE2MDUyZnx7InJlbW90ZV9hZGRyZXNzIjoiNzkuMjE3LjIyMC4xMzgiLCJyZXF1ZXN0X2lkIjoiQTgyNzoyNTMwOjUzQTM5N0Q6ODUxMzQ1RDo1OEU2NEU4NSIsInRpbWVzdGFtcCI6MTQ5MTQ4ODM4OSwiaG9zdCI6ImdpdGh1Yi5jb20ifQ=="> + + + <meta name="html-safe-nonce" content="3c2b10b7900a16142f308decddd8406560e08a44"> + + <meta http-equiv="x-pjax-version" content="f4cef61c9245a6db3023ff9748a373d9"> + + + + <meta name="description" content="jquery-ui - The official jQuery user interface library."> + <meta name="go-import" content="github.com/jquery/jquery-ui git https://github.com/jquery/jquery-ui.git"> + + <meta content="70142" name="octolytics-dimension-user_id" /><meta content="jquery" name="octolytics-dimension-user_login" /><meta content="478996" name="octolytics-dimension-repository_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="478996" name="octolytics-dimension-repository_network_root_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/jquery/jquery-ui/commits/master.atom" rel="alternate" title="Recent Commits to jquery-ui:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_555555_256x240.png" data-pjax-transient> + + + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + + </head> + + <body class="logged-out env-production page-blob"> + + + + <div class="position-relative js-header-wrapper "> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + + + + + + + + <header class="site-header js-details-container Details" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> + </a> + + <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav"> + <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features"> + Features +</a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /showcases /explore"> + Explore +</a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing"> + Pricing +</a> </nav> + + <div class="site-header-actions"> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/search" class="js-site-search-form" data-scoped-search-url="/jquery/jquery-ui/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <a href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_555555_256x240.png" class="header-search-scope no-underline">This repository</a> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + value="" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + autocapitalize="off"> + <input type="hidden" class="js-site-search-type-field" name="type" > + </label> +</form></div> + + + <a class="text-bold site-header-link" href="/login?return_to=%2Fjquery%2Fjquery-ui%2Fblob%2Fmaster%2Fthemes%2Fbase%2Fimages%2Fui-icons_555555_256x240.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + <span class="text-gray">or</span> + <a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + </div> + </div> + </div> +</header> + + + </div> + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + + + + + <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + <ul class="pagehead-actions"> + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> + Watch + </a> + <a class="social-count" href="/jquery/jquery-ui/watchers" + aria-label="669 users are watching this repository"> + 669 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg> + Star + </a> + + <a class="social-count js-social-count" href="/jquery/jquery-ui/stargazers" + aria-label="9887 users starred this repository"> + 9,887 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + Fork + </a> + + <a href="/jquery/jquery-ui/network" class="social-count" + aria-label="4366 users forked this repository"> + 4,366 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> + <span class="author" itemprop="author"><a href="/jquery" class="url fn" rel="author">jquery</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/jquery/jquery-ui" data-pjax="#js-repo-pjax-container">jquery-ui</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /jquery/jquery-ui" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /jquery/jquery-ui/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">16</span> + <meta itemprop="position" content="3"> +</a> </span> + + <a href="/jquery/jquery-ui/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /jquery/jquery-ui/projects"> + <svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> + Projects + <span class="counter">0</span> +</a> + + + <a href="/jquery/jquery-ui/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /jquery/jquery-ui/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></svg> + Pulse +</a> + <a href="/jquery/jquery-ui/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /jquery/jquery-ui/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> + Graphs +</a> + +</nav> + + </div> + </div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + + +<a href="/jquery/jquery-ui/blob/032ddc3349f625e0840aa8e266b5d8ebee994853/themes/base/images/ui-icons_555555_256x240.png" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:37a50a3f17d29338f7115c96f84a1d34 --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> + <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-8-stable/themes/base/images/ui-icons_555555_256x240.png" + data-name="1-8-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-8-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-9-stable/themes/base/images/ui-icons_555555_256x240.png" + data-name="1-9-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-9-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-10-stable/themes/base/images/ui-icons_555555_256x240.png" + data-name="1-10-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-10-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-11-stable/themes/base/images/ui-icons_555555_256x240.png" + data-name="1-11-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-11-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/datepicker/themes/base/images/ui-icons_555555_256x240.png" + data-name="datepicker" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + datepicker + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/interactions/themes/base/images/ui-icons_555555_256x240.png" + data-name="interactions" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + interactions + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_555555_256x240.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/spinner-globalize-1.x/themes/base/images/ui-icons_555555_256x240.png" + data-name="spinner-globalize-1.x" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + spinner-globalize-1.x + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.12.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.1"> + 1.12.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.12.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0"> + 1.12.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.12.0-rc.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.2"> + 1.12.0-rc.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.12.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.1"> + 1.12.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-beta.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.12.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-beta.1"> + 1.12.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.4/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.4"> + 1.11.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.3/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.3"> + 1.11.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.2"> + 1.11.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.1"> + 1.11.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0"> + 1.11.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.0-beta.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.2"> + 1.11.0-beta.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.11.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.1"> + 1.11.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.4/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.4"> + 1.10.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.3/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.3"> + 1.10.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.2"> + 1.10.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.1"> + 1.10.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0"> + 1.10.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-rc.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-rc.1"> + 1.10.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-beta.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.10.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-beta.1"> + 1.10.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.2"> + 1.9.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.1"> + 1.9.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0"> + 1.9.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0m8/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9.0m8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0m8"> + 1.9.0m8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-rc.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-rc.1"> + 1.9.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-beta.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-beta.1"> + 1.9.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m7/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m7"> + 1.9m7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m6/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m6"> + 1.9m6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m5/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m5"> + 1.9m5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m4/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m4"> + 1.9m4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m3/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m3"> + 1.9m3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m2"> + 1.9m2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.9m1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m1"> + 1.9m1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.24/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.24" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.24"> + 1.8.24 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.23/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.23" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.23"> + 1.8.23 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.22/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.22" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.22"> + 1.8.22 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.21/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.21" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.21"> + 1.8.21 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.20/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.20" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.20"> + 1.8.20 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.19/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.19" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.19"> + 1.8.19 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.18/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.18" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.18"> + 1.8.18 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.17/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.17" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.17"> + 1.8.17 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.16/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.16" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.16"> + 1.8.16 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.15/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.15" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.15"> + 1.8.15 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.14/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.14" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.14"> + 1.8.14 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.13/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.13" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.13"> + 1.8.13 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.12/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.12" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.12"> + 1.8.12 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.11/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.11" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.11"> + 1.8.11 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.10/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.10" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.10"> + 1.8.10 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.9/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.9" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.9"> + 1.8.9 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.8/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.8"> + 1.8.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.7/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.7"> + 1.8.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.6/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.6"> + 1.8.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.5/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.5"> + 1.8.5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.4/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.4"> + 1.8.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.3/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.3"> + 1.8.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.2"> + 1.8.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.1"> + 1.8.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8"> + 1.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc3/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc3"> + 1.8rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc2"> + 1.8rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8rc1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc1"> + 1.8rc1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8b1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8b1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8b1"> + 1.8b1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8a2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a2"> + 1.8a2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.8a1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a1"> + 1.8a1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.7/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.7"> + 1.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6"> + 1.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc6/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.6rc6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc6"> + 1.6rc6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc5/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.6rc5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc5"> + 1.6rc5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc3/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.6rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc3"> + 1.6rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.6rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc2"> + 1.6rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.2/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.5.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.2"> + 1.5.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.1/themes/base/images/ui-icons_555555_256x240.png" + data-name="1.5.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.1"> + 1.5.1 + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="BtnGroup float-right"> + <a href="/jquery/jquery-ui/find/master" + class="js-pjax-capture-input btn btn-sm BtnGroup-item" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/jquery/jquery-ui"><span>jquery-ui</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes"><span>themes</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base"><span>base</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base/images"><span>images</span></a></span><span class="separator">/</span><strong class="final-path">ui-icons_555555_256x240.png</strong> + </div> +</div> + + + + <div class="commit-tease"> + <span class="float-right"> + <a class="commit-tease-sha" href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" data-pjax> + cc37fe7 + </a> + <relative-time datetime="2016-11-29T14:42:36Z">Nov 29, 2016</relative-time> + </span> + <div> + <img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> + <a href="/joliss" class="user-mention" rel="contributor">joliss</a> + <a href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" class="message" data-pjax="true" title="Themes: Optimize PNG files with zopflipng + +Closes gh-1772">Themes: Optimize PNG files with zopflipng</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>5</strong> + contributors + </button> + <a class="avatar-link tooltipped tooltipped-s" aria-label="scottgonzalez" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_555555_256x240.png?author=scottgonzalez"><img alt="@scottgonzalez" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/141167?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="peritpatrio" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_555555_256x240.png?author=peritpatrio"><img alt="@peritpatrio" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/729565?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="jaspermdegroot" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_555555_256x240.png?author=jaspermdegroot"><img alt="@jaspermdegroot" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1296793?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="joliss" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_555555_256x240.png?author=joliss"><img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="PeterDaveHello" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_555555_256x240.png?author=PeterDaveHello"><img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> </a> + + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + <li class="facebox-user-list-item"> + <img alt="@scottgonzalez" height="24" src="https://avatars1.githubusercontent.com/u/141167?v=3&s=48" width="24" /> + <a href="/scottgonzalez">scottgonzalez</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@peritpatrio" height="24" src="https://avatars2.githubusercontent.com/u/729565?v=3&s=48" width="24" /> + <a href="/peritpatrio">peritpatrio</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@jaspermdegroot" height="24" src="https://avatars1.githubusercontent.com/u/1296793?v=3&s=48" width="24" /> + <a href="/jaspermdegroot">jaspermdegroot</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@joliss" height="24" src="https://avatars3.githubusercontent.com/u/524783?v=3&s=48" width="24" /> + <a href="/joliss">joliss</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@PeterDaveHello" height="24" src="https://avatars2.githubusercontent.com/u/3691490?v=3&s=48" width="24" /> + <a href="/PeterDaveHello">PeterDaveHello</a> + </li> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="BtnGroup"> + <a href="/jquery/jquery-ui/raw/master/themes/base/images/ui-icons_555555_256x240.png" class="btn btn-sm BtnGroup-item" id="raw-url">Download</a> + <a href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_555555_256x240.png" class="btn btn-sm BtnGroup-item" rel="nofollow">History</a> + </div> + + + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/delete/master/themes/base/images/ui-icons_555555_256x240.png" class="inline-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="hEBPqMSg1pkYV82j1QcpBW5A3DJAdUsQ/LdiOetN1gHd+wyMRBnRumERXq8jC7XUeGnI6HjwA8qlauZn9MTa+A==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> + </button> +</form> </div> + + <div class="file-info"> + 3.2 KB + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_555555_256x240.png?raw=true" alt="ui-icons_555555_256x240.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links float-right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> + <ul class="site-footer-links"> + <li>© 2017 <span title="0.07068s from github-fe152-cp1-prd.iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + You can't perform that action at this time. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-8a4318ffea09a0cdb8214b76cf2926b9f6a0ced318a317bed419db19214c690d.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-6d109e75ad8471ba415082726c00c35fb929ceab975082492835f11eca8c07d9.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-a8c2d186f623ad06c32e8152bb281d84d2dae2b0474e72a6c98b6359b79bcd4b.js"></script> + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + </div> +</div> + + + </body> +</html> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/images/ui-icons_777620_256x240.png Thu Apr 06 16:21:21 2017 +0200 @@ -0,0 +1,1317 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-5b61aadc846f0818981ceec31b49c475fb084c163fdec5efbc2c21ef539092a9.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-edd1eeaa0fd98316fccfadf3f2ed823413547513e0bc7c05a9f990821f8f8a3c.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-f4fa6ace91e5f0fabb47e8405e5ecf6a9815949cd3958338f6578e626cd443d7.css" media="all" rel="stylesheet" /> + + + <meta name="viewport" content="width=device-width"> + + <title>jquery-ui/ui-icons_777620_256x240.png at master · jquery/jquery-ui · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <meta property="fb:app_id" content="1401488693436528"> + + + <meta content="https://avatars0.githubusercontent.com/u/70142?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="jquery/jquery-ui" property="og:title" /><meta content="https://github.com/jquery/jquery-ui" property="og:url" /><meta content="jquery-ui - The official jQuery user interface library." property="og:description" /> + + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + <meta name="request-id" content="A828:2531:6B79302:AC1089D:58E64E8C" data-pjax-transient> + + + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="A828:2531:6B79302:AC1089D:58E64E8C" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="YjRlNTI3YjUxYzhkMWFmMTUxNzY1MGZjOWZmNmFjZTIxYWViMDdhM2Y3Y2QzYzIzMzAzNmIxNTJlNzUzNWNmNHx7InJlbW90ZV9hZGRyZXNzIjoiNzkuMjE3LjIyMC4xMzgiLCJyZXF1ZXN0X2lkIjoiQTgyODoyNTMxOjZCNzkzMDI6QUMxMDg5RDo1OEU2NEU4QyIsInRpbWVzdGFtcCI6MTQ5MTQ4ODM5NywiaG9zdCI6ImdpdGh1Yi5jb20ifQ=="> + + + <meta name="html-safe-nonce" content="ace96d5d8b6b6c9f6f59c310c792ca1b8a54f0e5"> + + <meta http-equiv="x-pjax-version" content="f4cef61c9245a6db3023ff9748a373d9"> + + + + <meta name="description" content="jquery-ui - The official jQuery user interface library."> + <meta name="go-import" content="github.com/jquery/jquery-ui git https://github.com/jquery/jquery-ui.git"> + + <meta content="70142" name="octolytics-dimension-user_id" /><meta content="jquery" name="octolytics-dimension-user_login" /><meta content="478996" name="octolytics-dimension-repository_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="478996" name="octolytics-dimension-repository_network_root_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/jquery/jquery-ui/commits/master.atom" rel="alternate" title="Recent Commits to jquery-ui:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_777620_256x240.png" data-pjax-transient> + + + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + + </head> + + <body class="logged-out env-production page-blob"> + + + + <div class="position-relative js-header-wrapper "> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + + + + + + + + <header class="site-header js-details-container Details" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> + </a> + + <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav"> + <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features"> + Features +</a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /showcases /explore"> + Explore +</a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing"> + Pricing +</a> </nav> + + <div class="site-header-actions"> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/search" class="js-site-search-form" data-scoped-search-url="/jquery/jquery-ui/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <a href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_777620_256x240.png" class="header-search-scope no-underline">This repository</a> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + value="" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + autocapitalize="off"> + <input type="hidden" class="js-site-search-type-field" name="type" > + </label> +</form></div> + + + <a class="text-bold site-header-link" href="/login?return_to=%2Fjquery%2Fjquery-ui%2Fblob%2Fmaster%2Fthemes%2Fbase%2Fimages%2Fui-icons_777620_256x240.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + <span class="text-gray">or</span> + <a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + </div> + </div> + </div> +</header> + + + </div> + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + + + + + <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + <ul class="pagehead-actions"> + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> + Watch + </a> + <a class="social-count" href="/jquery/jquery-ui/watchers" + aria-label="669 users are watching this repository"> + 669 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg> + Star + </a> + + <a class="social-count js-social-count" href="/jquery/jquery-ui/stargazers" + aria-label="9887 users starred this repository"> + 9,887 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + Fork + </a> + + <a href="/jquery/jquery-ui/network" class="social-count" + aria-label="4366 users forked this repository"> + 4,366 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> + <span class="author" itemprop="author"><a href="/jquery" class="url fn" rel="author">jquery</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/jquery/jquery-ui" data-pjax="#js-repo-pjax-container">jquery-ui</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /jquery/jquery-ui" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /jquery/jquery-ui/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">16</span> + <meta itemprop="position" content="3"> +</a> </span> + + <a href="/jquery/jquery-ui/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /jquery/jquery-ui/projects"> + <svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> + Projects + <span class="counter">0</span> +</a> + + + <a href="/jquery/jquery-ui/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /jquery/jquery-ui/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></svg> + Pulse +</a> + <a href="/jquery/jquery-ui/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /jquery/jquery-ui/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> + Graphs +</a> + +</nav> + + </div> + </div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + + +<a href="/jquery/jquery-ui/blob/032ddc3349f625e0840aa8e266b5d8ebee994853/themes/base/images/ui-icons_777620_256x240.png" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:20961e3e9b3a6dfa52ef774e45193719 --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> + <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-8-stable/themes/base/images/ui-icons_777620_256x240.png" + data-name="1-8-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-8-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-9-stable/themes/base/images/ui-icons_777620_256x240.png" + data-name="1-9-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-9-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-10-stable/themes/base/images/ui-icons_777620_256x240.png" + data-name="1-10-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-10-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-11-stable/themes/base/images/ui-icons_777620_256x240.png" + data-name="1-11-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-11-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/datepicker/themes/base/images/ui-icons_777620_256x240.png" + data-name="datepicker" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + datepicker + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/interactions/themes/base/images/ui-icons_777620_256x240.png" + data-name="interactions" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + interactions + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_777620_256x240.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/spinner-globalize-1.x/themes/base/images/ui-icons_777620_256x240.png" + data-name="spinner-globalize-1.x" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + spinner-globalize-1.x + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.12.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.1"> + 1.12.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.12.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0"> + 1.12.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.12.0-rc.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.2"> + 1.12.0-rc.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.12.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.1"> + 1.12.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-beta.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.12.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-beta.1"> + 1.12.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.4/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.4"> + 1.11.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.3/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.3"> + 1.11.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.2"> + 1.11.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.1"> + 1.11.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0"> + 1.11.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.0-beta.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.2"> + 1.11.0-beta.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.11.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.1"> + 1.11.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.4/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.4"> + 1.10.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.3/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.3"> + 1.10.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.2"> + 1.10.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.1"> + 1.10.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0"> + 1.10.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-rc.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-rc.1"> + 1.10.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-beta.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.10.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-beta.1"> + 1.10.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.2"> + 1.9.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.1"> + 1.9.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0"> + 1.9.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0m8/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9.0m8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0m8"> + 1.9.0m8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-rc.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-rc.1"> + 1.9.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-beta.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-beta.1"> + 1.9.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m7/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m7"> + 1.9m7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m6/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m6"> + 1.9m6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m5/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m5"> + 1.9m5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m4/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m4"> + 1.9m4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m3/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m3"> + 1.9m3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m2"> + 1.9m2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.9m1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m1"> + 1.9m1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.24/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.24" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.24"> + 1.8.24 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.23/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.23" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.23"> + 1.8.23 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.22/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.22" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.22"> + 1.8.22 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.21/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.21" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.21"> + 1.8.21 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.20/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.20" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.20"> + 1.8.20 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.19/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.19" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.19"> + 1.8.19 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.18/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.18" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.18"> + 1.8.18 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.17/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.17" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.17"> + 1.8.17 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.16/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.16" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.16"> + 1.8.16 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.15/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.15" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.15"> + 1.8.15 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.14/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.14" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.14"> + 1.8.14 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.13/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.13" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.13"> + 1.8.13 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.12/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.12" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.12"> + 1.8.12 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.11/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.11" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.11"> + 1.8.11 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.10/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.10" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.10"> + 1.8.10 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.9/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.9" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.9"> + 1.8.9 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.8/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.8"> + 1.8.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.7/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.7"> + 1.8.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.6/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.6"> + 1.8.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.5/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.5"> + 1.8.5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.4/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.4"> + 1.8.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.3/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.3"> + 1.8.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.2"> + 1.8.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.1"> + 1.8.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8"> + 1.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc3/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc3"> + 1.8rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc2"> + 1.8rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8rc1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc1"> + 1.8rc1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8b1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8b1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8b1"> + 1.8b1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8a2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a2"> + 1.8a2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.8a1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a1"> + 1.8a1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.7/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.7"> + 1.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6"> + 1.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc6/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.6rc6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc6"> + 1.6rc6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc5/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.6rc5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc5"> + 1.6rc5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc3/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.6rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc3"> + 1.6rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.6rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc2"> + 1.6rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.2/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.5.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.2"> + 1.5.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.1/themes/base/images/ui-icons_777620_256x240.png" + data-name="1.5.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.1"> + 1.5.1 + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="BtnGroup float-right"> + <a href="/jquery/jquery-ui/find/master" + class="js-pjax-capture-input btn btn-sm BtnGroup-item" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/jquery/jquery-ui"><span>jquery-ui</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes"><span>themes</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base"><span>base</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base/images"><span>images</span></a></span><span class="separator">/</span><strong class="final-path">ui-icons_777620_256x240.png</strong> + </div> +</div> + + + + <div class="commit-tease"> + <span class="float-right"> + <a class="commit-tease-sha" href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" data-pjax> + cc37fe7 + </a> + <relative-time datetime="2016-11-29T14:42:36Z">Nov 29, 2016</relative-time> + </span> + <div> + <img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> + <a href="/joliss" class="user-mention" rel="contributor">joliss</a> + <a href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" class="message" data-pjax="true" title="Themes: Optimize PNG files with zopflipng + +Closes gh-1772">Themes: Optimize PNG files with zopflipng</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>5</strong> + contributors + </button> + <a class="avatar-link tooltipped tooltipped-s" aria-label="scottgonzalez" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_777620_256x240.png?author=scottgonzalez"><img alt="@scottgonzalez" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/141167?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="peritpatrio" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_777620_256x240.png?author=peritpatrio"><img alt="@peritpatrio" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/729565?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="jaspermdegroot" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_777620_256x240.png?author=jaspermdegroot"><img alt="@jaspermdegroot" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1296793?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="joliss" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_777620_256x240.png?author=joliss"><img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="PeterDaveHello" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_777620_256x240.png?author=PeterDaveHello"><img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> </a> + + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + <li class="facebox-user-list-item"> + <img alt="@scottgonzalez" height="24" src="https://avatars1.githubusercontent.com/u/141167?v=3&s=48" width="24" /> + <a href="/scottgonzalez">scottgonzalez</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@peritpatrio" height="24" src="https://avatars2.githubusercontent.com/u/729565?v=3&s=48" width="24" /> + <a href="/peritpatrio">peritpatrio</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@jaspermdegroot" height="24" src="https://avatars1.githubusercontent.com/u/1296793?v=3&s=48" width="24" /> + <a href="/jaspermdegroot">jaspermdegroot</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@joliss" height="24" src="https://avatars3.githubusercontent.com/u/524783?v=3&s=48" width="24" /> + <a href="/joliss">joliss</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@PeterDaveHello" height="24" src="https://avatars2.githubusercontent.com/u/3691490?v=3&s=48" width="24" /> + <a href="/PeterDaveHello">PeterDaveHello</a> + </li> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="BtnGroup"> + <a href="/jquery/jquery-ui/raw/master/themes/base/images/ui-icons_777620_256x240.png" class="btn btn-sm BtnGroup-item" id="raw-url">Download</a> + <a href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_777620_256x240.png" class="btn btn-sm BtnGroup-item" rel="nofollow">History</a> + </div> + + + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/delete/master/themes/base/images/ui-icons_777620_256x240.png" class="inline-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="WP2aAYB6r+M/rqhjJBc8VL4INl226YMe+G348GI2E3h+kT1aTy773Rdz6zbePf8refjNyWKXzGv2pLuasxWwvw==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> + </button> +</form> </div> + + <div class="file-info"> + 3.19 KB + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_777620_256x240.png?raw=true" alt="ui-icons_777620_256x240.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links float-right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> + <ul class="site-footer-links"> + <li>© 2017 <span title="0.09395s from github-fe147-cp1-prd.iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + You can't perform that action at this time. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-8a4318ffea09a0cdb8214b76cf2926b9f6a0ced318a317bed419db19214c690d.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-6d109e75ad8471ba415082726c00c35fb929ceab975082492835f11eca8c07d9.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-a8c2d186f623ad06c32e8152bb281d84d2dae2b0474e72a6c98b6359b79bcd4b.js"></script> + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + </div> +</div> + + + </body> +</html> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/images/ui-icons_cc0000_256x240.png Thu Apr 06 16:21:21 2017 +0200 @@ -0,0 +1,1317 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-5b61aadc846f0818981ceec31b49c475fb084c163fdec5efbc2c21ef539092a9.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-edd1eeaa0fd98316fccfadf3f2ed823413547513e0bc7c05a9f990821f8f8a3c.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-f4fa6ace91e5f0fabb47e8405e5ecf6a9815949cd3958338f6578e626cd443d7.css" media="all" rel="stylesheet" /> + + + <meta name="viewport" content="width=device-width"> + + <title>jquery-ui/ui-icons_cc0000_256x240.png at master · jquery/jquery-ui · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <meta property="fb:app_id" content="1401488693436528"> + + + <meta content="https://avatars0.githubusercontent.com/u/70142?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="jquery/jquery-ui" property="og:title" /><meta content="https://github.com/jquery/jquery-ui" property="og:url" /><meta content="jquery-ui - The official jQuery user interface library." property="og:description" /> + + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + <meta name="request-id" content="D50A:252E:3630357:5689D66:58E64E95" data-pjax-transient> + + + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="D50A:252E:3630357:5689D66:58E64E95" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="ZjVlOGY4Zjc3N2JjODlkOTc4NGQ5MGY0NmM3ZDlhOTQ4OGQzNGMwZGNlNjUyYjg3NTkyMjhjMTVkMWRhYmNkNHx7InJlbW90ZV9hZGRyZXNzIjoiNzkuMjE3LjIyMC4xMzgiLCJyZXF1ZXN0X2lkIjoiRDUwQToyNTJFOjM2MzAzNTc6NTY4OUQ2Njo1OEU2NEU5NSIsInRpbWVzdGFtcCI6MTQ5MTQ4ODQwNiwiaG9zdCI6ImdpdGh1Yi5jb20ifQ=="> + + + <meta name="html-safe-nonce" content="68cb4e36c71cd4620835315800717d1478f4e09c"> + + <meta http-equiv="x-pjax-version" content="f4cef61c9245a6db3023ff9748a373d9"> + + + + <meta name="description" content="jquery-ui - The official jQuery user interface library."> + <meta name="go-import" content="github.com/jquery/jquery-ui git https://github.com/jquery/jquery-ui.git"> + + <meta content="70142" name="octolytics-dimension-user_id" /><meta content="jquery" name="octolytics-dimension-user_login" /><meta content="478996" name="octolytics-dimension-repository_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="478996" name="octolytics-dimension-repository_network_root_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/jquery/jquery-ui/commits/master.atom" rel="alternate" title="Recent Commits to jquery-ui:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_cc0000_256x240.png" data-pjax-transient> + + + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + + </head> + + <body class="logged-out env-production page-blob"> + + + + <div class="position-relative js-header-wrapper "> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + + + + + + + + <header class="site-header js-details-container Details" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> + </a> + + <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav"> + <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features"> + Features +</a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /showcases /explore"> + Explore +</a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing"> + Pricing +</a> </nav> + + <div class="site-header-actions"> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/search" class="js-site-search-form" data-scoped-search-url="/jquery/jquery-ui/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <a href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_cc0000_256x240.png" class="header-search-scope no-underline">This repository</a> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + value="" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + autocapitalize="off"> + <input type="hidden" class="js-site-search-type-field" name="type" > + </label> +</form></div> + + + <a class="text-bold site-header-link" href="/login?return_to=%2Fjquery%2Fjquery-ui%2Fblob%2Fmaster%2Fthemes%2Fbase%2Fimages%2Fui-icons_cc0000_256x240.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + <span class="text-gray">or</span> + <a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + </div> + </div> + </div> +</header> + + + </div> + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + + + + + <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + <ul class="pagehead-actions"> + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> + Watch + </a> + <a class="social-count" href="/jquery/jquery-ui/watchers" + aria-label="669 users are watching this repository"> + 669 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg> + Star + </a> + + <a class="social-count js-social-count" href="/jquery/jquery-ui/stargazers" + aria-label="9887 users starred this repository"> + 9,887 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + Fork + </a> + + <a href="/jquery/jquery-ui/network" class="social-count" + aria-label="4366 users forked this repository"> + 4,366 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> + <span class="author" itemprop="author"><a href="/jquery" class="url fn" rel="author">jquery</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/jquery/jquery-ui" data-pjax="#js-repo-pjax-container">jquery-ui</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /jquery/jquery-ui" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /jquery/jquery-ui/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">16</span> + <meta itemprop="position" content="3"> +</a> </span> + + <a href="/jquery/jquery-ui/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /jquery/jquery-ui/projects"> + <svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> + Projects + <span class="counter">0</span> +</a> + + + <a href="/jquery/jquery-ui/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /jquery/jquery-ui/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></svg> + Pulse +</a> + <a href="/jquery/jquery-ui/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /jquery/jquery-ui/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> + Graphs +</a> + +</nav> + + </div> + </div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + + +<a href="/jquery/jquery-ui/blob/032ddc3349f625e0840aa8e266b5d8ebee994853/themes/base/images/ui-icons_cc0000_256x240.png" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:a1445d6b617052f5edb4f7c19180fb1c --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> + <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-8-stable/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1-8-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-8-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-9-stable/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1-9-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-9-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-10-stable/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1-10-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-10-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-11-stable/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1-11-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-11-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/datepicker/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="datepicker" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + datepicker + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/interactions/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="interactions" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + interactions + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/spinner-globalize-1.x/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="spinner-globalize-1.x" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + spinner-globalize-1.x + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.12.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.1"> + 1.12.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.12.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0"> + 1.12.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.12.0-rc.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.2"> + 1.12.0-rc.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.12.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.1"> + 1.12.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-beta.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.12.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-beta.1"> + 1.12.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.4/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.4"> + 1.11.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.3/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.3"> + 1.11.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.2"> + 1.11.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.1"> + 1.11.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0"> + 1.11.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.0-beta.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.2"> + 1.11.0-beta.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.11.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.1"> + 1.11.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.4/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.4"> + 1.10.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.3/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.3"> + 1.10.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.2"> + 1.10.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.1"> + 1.10.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0"> + 1.10.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-rc.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-rc.1"> + 1.10.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-beta.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.10.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-beta.1"> + 1.10.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.2"> + 1.9.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.1"> + 1.9.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0"> + 1.9.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0m8/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9.0m8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0m8"> + 1.9.0m8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-rc.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-rc.1"> + 1.9.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-beta.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-beta.1"> + 1.9.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m7/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m7"> + 1.9m7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m6/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m6"> + 1.9m6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m5/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m5"> + 1.9m5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m4/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m4"> + 1.9m4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m3/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m3"> + 1.9m3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m2"> + 1.9m2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.9m1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m1"> + 1.9m1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.24/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.24" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.24"> + 1.8.24 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.23/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.23" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.23"> + 1.8.23 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.22/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.22" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.22"> + 1.8.22 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.21/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.21" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.21"> + 1.8.21 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.20/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.20" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.20"> + 1.8.20 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.19/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.19" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.19"> + 1.8.19 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.18/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.18" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.18"> + 1.8.18 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.17/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.17" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.17"> + 1.8.17 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.16/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.16" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.16"> + 1.8.16 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.15/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.15" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.15"> + 1.8.15 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.14/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.14" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.14"> + 1.8.14 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.13/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.13" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.13"> + 1.8.13 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.12/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.12" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.12"> + 1.8.12 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.11/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.11" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.11"> + 1.8.11 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.10/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.10" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.10"> + 1.8.10 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.9/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.9" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.9"> + 1.8.9 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.8/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.8"> + 1.8.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.7/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.7"> + 1.8.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.6/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.6"> + 1.8.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.5/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.5"> + 1.8.5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.4/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.4"> + 1.8.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.3/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.3"> + 1.8.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.2"> + 1.8.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.1"> + 1.8.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8"> + 1.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc3/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc3"> + 1.8rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc2"> + 1.8rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8rc1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc1"> + 1.8rc1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8b1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8b1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8b1"> + 1.8b1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8a2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a2"> + 1.8a2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.8a1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a1"> + 1.8a1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.7/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.7"> + 1.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6"> + 1.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc6/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.6rc6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc6"> + 1.6rc6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc5/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.6rc5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc5"> + 1.6rc5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc3/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.6rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc3"> + 1.6rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.6rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc2"> + 1.6rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.2/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.5.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.2"> + 1.5.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.1/themes/base/images/ui-icons_cc0000_256x240.png" + data-name="1.5.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.1"> + 1.5.1 + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="BtnGroup float-right"> + <a href="/jquery/jquery-ui/find/master" + class="js-pjax-capture-input btn btn-sm BtnGroup-item" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/jquery/jquery-ui"><span>jquery-ui</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes"><span>themes</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base"><span>base</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base/images"><span>images</span></a></span><span class="separator">/</span><strong class="final-path">ui-icons_cc0000_256x240.png</strong> + </div> +</div> + + + + <div class="commit-tease"> + <span class="float-right"> + <a class="commit-tease-sha" href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" data-pjax> + cc37fe7 + </a> + <relative-time datetime="2016-11-29T14:42:36Z">Nov 29, 2016</relative-time> + </span> + <div> + <img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> + <a href="/joliss" class="user-mention" rel="contributor">joliss</a> + <a href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" class="message" data-pjax="true" title="Themes: Optimize PNG files with zopflipng + +Closes gh-1772">Themes: Optimize PNG files with zopflipng</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>5</strong> + contributors + </button> + <a class="avatar-link tooltipped tooltipped-s" aria-label="scottgonzalez" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_cc0000_256x240.png?author=scottgonzalez"><img alt="@scottgonzalez" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/141167?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="peritpatrio" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_cc0000_256x240.png?author=peritpatrio"><img alt="@peritpatrio" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/729565?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="jaspermdegroot" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_cc0000_256x240.png?author=jaspermdegroot"><img alt="@jaspermdegroot" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1296793?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="joliss" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_cc0000_256x240.png?author=joliss"><img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="PeterDaveHello" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_cc0000_256x240.png?author=PeterDaveHello"><img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> </a> + + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + <li class="facebox-user-list-item"> + <img alt="@scottgonzalez" height="24" src="https://avatars1.githubusercontent.com/u/141167?v=3&s=48" width="24" /> + <a href="/scottgonzalez">scottgonzalez</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@peritpatrio" height="24" src="https://avatars2.githubusercontent.com/u/729565?v=3&s=48" width="24" /> + <a href="/peritpatrio">peritpatrio</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@jaspermdegroot" height="24" src="https://avatars1.githubusercontent.com/u/1296793?v=3&s=48" width="24" /> + <a href="/jaspermdegroot">jaspermdegroot</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@joliss" height="24" src="https://avatars3.githubusercontent.com/u/524783?v=3&s=48" width="24" /> + <a href="/joliss">joliss</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@PeterDaveHello" height="24" src="https://avatars2.githubusercontent.com/u/3691490?v=3&s=48" width="24" /> + <a href="/PeterDaveHello">PeterDaveHello</a> + </li> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="BtnGroup"> + <a href="/jquery/jquery-ui/raw/master/themes/base/images/ui-icons_cc0000_256x240.png" class="btn btn-sm BtnGroup-item" id="raw-url">Download</a> + <a href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_cc0000_256x240.png" class="btn btn-sm BtnGroup-item" rel="nofollow">History</a> + </div> + + + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/delete/master/themes/base/images/ui-icons_cc0000_256x240.png" class="inline-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="2LTexbmmNurcXkP+68HI1kXYm7qZtRPQU/xDkLhZjEq6ts5LfOrEiX6277MaIsJ6w6+RfOeki+/g+3VG0M0gNQ==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> + </button> +</form> </div> + + <div class="file-info"> + 3.19 KB + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_cc0000_256x240.png?raw=true" alt="ui-icons_cc0000_256x240.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links float-right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> + <ul class="site-footer-links"> + <li>© 2017 <span title="0.06575s from github-fe154-cp1-prd.iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + You can't perform that action at this time. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-8a4318ffea09a0cdb8214b76cf2926b9f6a0ced318a317bed419db19214c690d.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-6d109e75ad8471ba415082726c00c35fb929ceab975082492835f11eca8c07d9.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-a8c2d186f623ad06c32e8152bb281d84d2dae2b0474e72a6c98b6359b79bcd4b.js"></script> + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + </div> +</div> + + + </body> +</html> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/images/ui-icons_ffffff_256x240.png Thu Apr 06 16:21:21 2017 +0200 @@ -0,0 +1,1317 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-5b61aadc846f0818981ceec31b49c475fb084c163fdec5efbc2c21ef539092a9.css" media="all" rel="stylesheet" /> + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-edd1eeaa0fd98316fccfadf3f2ed823413547513e0bc7c05a9f990821f8f8a3c.css" media="all" rel="stylesheet" /> + + + <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-f4fa6ace91e5f0fabb47e8405e5ecf6a9815949cd3958338f6578e626cd443d7.css" media="all" rel="stylesheet" /> + + + <meta name="viewport" content="width=device-width"> + + <title>jquery-ui/ui-icons_ffffff_256x240.png at master · jquery/jquery-ui · GitHub</title> + <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> + <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> + <meta property="fb:app_id" content="1401488693436528"> + + + <meta content="https://avatars0.githubusercontent.com/u/70142?v=3&s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="jquery/jquery-ui" property="og:title" /><meta content="https://github.com/jquery/jquery-ui" property="og:url" /><meta content="jquery-ui - The official jQuery user interface library." property="og:description" /> + + <link rel="assets" href="https://assets-cdn.github.com/"> + + <meta name="pjax-timeout" content="1000"> + + <meta name="request-id" content="D50B:2530:53A4912:8514CBC:58E64E9E" data-pjax-transient> + + + <meta name="selected-link" value="repo_source" data-pjax-transient> + + <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> + <meta name="google-analytics" content="UA-3769691-2"> + +<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="D50B:2530:53A4912:8514CBC:58E64E9E" name="octolytics-dimension-request_id" /> +<meta content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" name="analytics-location" /> + + + + + <meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + + + <meta name="hostname" content="github.com"> + <meta name="user-login" content=""> + + <meta name="expected-hostname" content="github.com"> + <meta name="js-proxy-site-detection-payload" content="NzRhYjVkMGY3NjcwY2E1ZGJlZGU4Mzg3NjFiYjg1MDRkMjhhYzAzODZlYjNhOGM3ZThhODViNjk5OTAxMDk1NHx7InJlbW90ZV9hZGRyZXNzIjoiNzkuMjE3LjIyMC4xMzgiLCJyZXF1ZXN0X2lkIjoiRDUwQjoyNTMwOjUzQTQ5MTI6ODUxNENCQzo1OEU2NEU5RSIsInRpbWVzdGFtcCI6MTQ5MTQ4ODQxNCwiaG9zdCI6ImdpdGh1Yi5jb20ifQ=="> + + + <meta name="html-safe-nonce" content="a33f45c5d30b1da21d0df0cd3e1432960abe554d"> + + <meta http-equiv="x-pjax-version" content="f4cef61c9245a6db3023ff9748a373d9"> + + + + <meta name="description" content="jquery-ui - The official jQuery user interface library."> + <meta name="go-import" content="github.com/jquery/jquery-ui git https://github.com/jquery/jquery-ui.git"> + + <meta content="70142" name="octolytics-dimension-user_id" /><meta content="jquery" name="octolytics-dimension-user_login" /><meta content="478996" name="octolytics-dimension-repository_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_nwo" /><meta content="true" name="octolytics-dimension-repository_public" /><meta content="false" name="octolytics-dimension-repository_is_fork" /><meta content="478996" name="octolytics-dimension-repository_network_root_id" /><meta content="jquery/jquery-ui" name="octolytics-dimension-repository_network_root_nwo" /> + <link href="https://github.com/jquery/jquery-ui/commits/master.atom" rel="alternate" title="Recent Commits to jquery-ui:master" type="application/atom+xml"> + + + <link rel="canonical" href="https://github.com/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_ffffff_256x240.png" data-pjax-transient> + + + <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + + <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + + <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> + <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + + </head> + + <body class="logged-out env-production page-blob"> + + + + <div class="position-relative js-header-wrapper "> + <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a> + <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + + + + + + + + <header class="site-header js-details-container Details" role="banner"> + <div class="container-responsive"> + <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> + </a> + + <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation"> + <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg> + </button> + + <div class="site-header-menu"> + <nav class="site-header-nav"> + <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features"> + Features +</a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business"> + Business +</a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship /showcases /explore"> + Explore +</a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing"> + Pricing +</a> </nav> + + <div class="site-header-actions"> + <div class="header-search scoped-search site-scoped-search js-site-search" role="search"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/search" class="js-site-search-form" data-scoped-search-url="/jquery/jquery-ui/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <label class="form-control header-search-wrapper js-chromeless-input-container"> + <a href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_ffffff_256x240.png" class="header-search-scope no-underline">This repository</a> + <input type="text" + class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable" + data-hotkey="s" + name="q" + value="" + placeholder="Search" + aria-label="Search this repository" + data-unscoped-placeholder="Search GitHub" + data-scoped-placeholder="Search" + autocapitalize="off"> + <input type="hidden" class="js-site-search-type-field" name="type" > + </label> +</form></div> + + + <a class="text-bold site-header-link" href="/login?return_to=%2Fjquery%2Fjquery-ui%2Fblob%2Fmaster%2Fthemes%2Fbase%2Fimages%2Fui-icons_ffffff_256x240.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> + <span class="text-gray">or</span> + <a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> + </div> + </div> + </div> +</header> + + + </div> + + <div id="start-of-content" class="accessibility-aid"></div> + + <div id="js-flash-container"> +</div> + + + + <div role="main"> + <div itemscope itemtype="http://schema.org/SoftwareSourceCode"> + <div id="js-repo-pjax-container" data-pjax-container> + + + + + <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav"> + <div class="container repohead-details-container"> + + + <ul class="pagehead-actions"> + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to watch a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-eye" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> + Watch + </a> + <a class="social-count" href="/jquery/jquery-ui/watchers" + aria-label="669 users are watching this repository"> + 669 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to star a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg> + Star + </a> + + <a class="social-count js-social-count" href="/jquery/jquery-ui/stargazers" + aria-label="9887 users starred this repository"> + 9,887 + </a> + + </li> + + <li> + <a href="/login?return_to=%2Fjquery%2Fjquery-ui" + class="btn btn-sm btn-with-count tooltipped tooltipped-n" + aria-label="You must be signed in to fork a repository" rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-repo-forked" height="16" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + Fork + </a> + + <a href="/jquery/jquery-ui/network" class="social-count" + aria-label="4366 users forked this repository"> + 4,366 + </a> + </li> +</ul> + + <h1 class="public "> + <svg aria-hidden="true" class="octicon octicon-repo" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> + <span class="author" itemprop="author"><a href="/jquery" class="url fn" rel="author">jquery</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a href="/jquery/jquery-ui" data-pjax="#js-repo-pjax-container">jquery-ui</a></strong> + +</h1> + + </div> + <div class="container"> + +<nav class="reponav js-repo-nav js-sidenav-container-pjax" + itemscope + itemtype="http://schema.org/BreadcrumbList" + role="navigation" + data-pjax="#js-repo-pjax-container"> + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui" class="js-selected-navigation-item selected reponav-item" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches /jquery/jquery-ui" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-code" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> + <span itemprop="name">Code</span> + <meta itemprop="position" content="1"> +</a> </span> + + + <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> + <a href="/jquery/jquery-ui/pulls" class="js-selected-navigation-item reponav-item" data-hotkey="g p" data-selected-links="repo_pulls /jquery/jquery-ui/pulls" itemprop="url"> + <svg aria-hidden="true" class="octicon octicon-git-pull-request" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> + <span itemprop="name">Pull requests</span> + <span class="counter">16</span> + <meta itemprop="position" content="3"> +</a> </span> + + <a href="/jquery/jquery-ui/projects" class="js-selected-navigation-item reponav-item" data-selected-links="repo_projects new_repo_project repo_project /jquery/jquery-ui/projects"> + <svg aria-hidden="true" class="octicon octicon-project" height="16" version="1.1" viewBox="0 0 15 16" width="15"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> + Projects + <span class="counter">0</span> +</a> + + + <a href="/jquery/jquery-ui/pulse" class="js-selected-navigation-item reponav-item" data-selected-links="pulse /jquery/jquery-ui/pulse"> + <svg aria-hidden="true" class="octicon octicon-pulse" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8z"/></svg> + Pulse +</a> + <a href="/jquery/jquery-ui/graphs" class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors /jquery/jquery-ui/graphs"> + <svg aria-hidden="true" class="octicon octicon-graph" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> + Graphs +</a> + +</nav> + + </div> + </div> + +<div class="container new-discussion-timeline experiment-repo-nav"> + <div class="repository-content"> + + + + +<a href="/jquery/jquery-ui/blob/032ddc3349f625e0840aa8e266b5d8ebee994853/themes/base/images/ui-icons_ffffff_256x240.png" class="d-none js-permalink-shortcut" data-hotkey="y">Permalink</a> + +<!-- blob contrib key: blob_contributors:v21:7e6f757c2f70c9ca049e56a4caad6ee1 --> + +<div class="file-navigation js-zeroclipboard-container"> + +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> + <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" + + type="button" aria-label="Switch branches or tags" tabindex="0" aria-haspopup="true"> + <i>Branch:</i> + <span class="js-select-button css-truncate-target">master</span> + </button> + + <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + + <div class="select-menu-modal"> + <div class="select-menu-header"> + <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + <span class="select-menu-title">Switch branches/tags</span> + </div> + + <div class="select-menu-filters"> + <div class="select-menu-text-filter"> + <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> + </div> + <div class="select-menu-tabs"> + <ul> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> + </li> + <li class="select-menu-tab"> + <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> + </li> + </ul> + </div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-8-stable/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1-8-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-8-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-9-stable/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1-9-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-9-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-10-stable/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1-10-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-10-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/1-11-stable/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1-11-stable" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + 1-11-stable + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/datepicker/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="datepicker" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + datepicker + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/interactions/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="interactions" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + interactions + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open selected" + href="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="master" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + master + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/blob/spinner-globalize-1.x/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="spinner-globalize-1.x" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> + spinner-globalize-1.x + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> + <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.12.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.1"> + 1.12.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.12.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0"> + 1.12.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.12.0-rc.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.2"> + 1.12.0-rc.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-rc.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.12.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-rc.1"> + 1.12.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.12.0-beta.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.12.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.12.0-beta.1"> + 1.12.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.4/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.4"> + 1.11.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.3/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.3"> + 1.11.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.2"> + 1.11.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.1"> + 1.11.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0"> + 1.11.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.0-beta.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.2"> + 1.11.0-beta.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.11.0-beta.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.11.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.11.0-beta.1"> + 1.11.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.4/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.4"> + 1.10.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.3/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.3"> + 1.10.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.2"> + 1.10.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.1"> + 1.10.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0"> + 1.10.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-rc.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-rc.1"> + 1.10.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.10.0-beta.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.10.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.10.0-beta.1"> + 1.10.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.2"> + 1.9.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.1"> + 1.9.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9.0" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0"> + 1.9.0 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0m8/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9.0m8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0m8"> + 1.9.0m8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-rc.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9.0-rc.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-rc.1"> + 1.9.0-rc.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9.0-beta.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9.0-beta.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9.0-beta.1"> + 1.9.0-beta.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m7/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m7"> + 1.9m7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m6/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m6"> + 1.9m6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m5/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m5"> + 1.9m5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m4/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m4"> + 1.9m4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m3/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m3"> + 1.9m3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m2"> + 1.9m2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.9m1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.9m1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.9m1"> + 1.9m1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.24/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.24" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.24"> + 1.8.24 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.23/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.23" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.23"> + 1.8.23 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.22/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.22" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.22"> + 1.8.22 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.21/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.21" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.21"> + 1.8.21 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.20/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.20" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.20"> + 1.8.20 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.19/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.19" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.19"> + 1.8.19 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.18/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.18" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.18"> + 1.8.18 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.17/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.17" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.17"> + 1.8.17 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.16/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.16" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.16"> + 1.8.16 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.15/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.15" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.15"> + 1.8.15 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.14/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.14" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.14"> + 1.8.14 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.13/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.13" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.13"> + 1.8.13 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.12/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.12" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.12"> + 1.8.12 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.11/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.11" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.11"> + 1.8.11 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.10/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.10" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.10"> + 1.8.10 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.9/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.9" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.9"> + 1.8.9 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.8/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.8"> + 1.8.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.7/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.7"> + 1.8.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.6/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.6"> + 1.8.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.5/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.5"> + 1.8.5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.4/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.4" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.4"> + 1.8.4 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.3/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.3"> + 1.8.3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.2"> + 1.8.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8.1"> + 1.8.1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8"> + 1.8 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc3/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc3"> + 1.8rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc2"> + 1.8rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8rc1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8rc1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8rc1"> + 1.8rc1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8b1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8b1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8b1"> + 1.8b1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8a2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a2"> + 1.8a2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.8a1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.8a1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.8a1"> + 1.8a1 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.7/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.7" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.7"> + 1.7 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6"> + 1.6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc6/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.6rc6" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc6"> + 1.6rc6 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc5/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.6rc5" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc5"> + 1.6rc5 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc3/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.6rc3" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc3"> + 1.6rc3 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.6rc2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.6rc2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.6rc2"> + 1.6rc2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.2/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.5.2" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.2"> + 1.5.2 + </span> + </a> + <a class="select-menu-item js-navigation-item js-navigation-open " + href="/jquery/jquery-ui/tree/1.5.1/themes/base/images/ui-icons_ffffff_256x240.png" + data-name="1.5.1" + data-skip-pjax="true" + rel="nofollow"> + <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg> + <span class="select-menu-item-text css-truncate-target" title="1.5.1"> + 1.5.1 + </span> + </a> + </div> + + <div class="select-menu-no-results">Nothing to show</div> + </div> + + </div> + </div> +</div> + + <div class="BtnGroup float-right"> + <a href="/jquery/jquery-ui/find/master" + class="js-pjax-capture-input btn btn-sm BtnGroup-item" + data-pjax + data-hotkey="t"> + Find file + </a> + <button aria-label="Copy file path to clipboard" class="js-zeroclipboard btn btn-sm BtnGroup-item tooltipped tooltipped-s" data-copied-hint="Copied!" type="button">Copy path</button> + </div> + <div class="breadcrumb js-zeroclipboard-target"> + <span class="repo-root js-repo-root"><span class="js-path-segment"><a href="/jquery/jquery-ui"><span>jquery-ui</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes"><span>themes</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base"><span>base</span></a></span><span class="separator">/</span><span class="js-path-segment"><a href="/jquery/jquery-ui/tree/master/themes/base/images"><span>images</span></a></span><span class="separator">/</span><strong class="final-path">ui-icons_ffffff_256x240.png</strong> + </div> +</div> + + + + <div class="commit-tease"> + <span class="float-right"> + <a class="commit-tease-sha" href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" data-pjax> + cc37fe7 + </a> + <relative-time datetime="2016-11-29T14:42:36Z">Nov 29, 2016</relative-time> + </span> + <div> + <img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> + <a href="/joliss" class="user-mention" rel="contributor">joliss</a> + <a href="/jquery/jquery-ui/commit/cc37fe76aac4a09c37de83178e2c818c4400dff6" class="message" data-pjax="true" title="Themes: Optimize PNG files with zopflipng + +Closes gh-1772">Themes: Optimize PNG files with zopflipng</a> + </div> + + <div class="commit-tease-contributors"> + <button type="button" class="btn-link muted-link contributors-toggle" data-facebox="#blob_contributors_box"> + <strong>5</strong> + contributors + </button> + <a class="avatar-link tooltipped tooltipped-s" aria-label="scottgonzalez" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_ffffff_256x240.png?author=scottgonzalez"><img alt="@scottgonzalez" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/141167?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="peritpatrio" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_ffffff_256x240.png?author=peritpatrio"><img alt="@peritpatrio" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/729565?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="jaspermdegroot" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_ffffff_256x240.png?author=jaspermdegroot"><img alt="@jaspermdegroot" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1296793?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="joliss" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_ffffff_256x240.png?author=joliss"><img alt="@joliss" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/524783?v=3&s=40" width="20" /> </a> + <a class="avatar-link tooltipped tooltipped-s" aria-label="PeterDaveHello" href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_ffffff_256x240.png?author=PeterDaveHello"><img alt="@PeterDaveHello" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/3691490?v=3&s=40" width="20" /> </a> + + + </div> + + <div id="blob_contributors_box" style="display:none"> + <h2 class="facebox-header" data-facebox-id="facebox-header">Users who have contributed to this file</h2> + <ul class="facebox-user-list" data-facebox-id="facebox-description"> + <li class="facebox-user-list-item"> + <img alt="@scottgonzalez" height="24" src="https://avatars1.githubusercontent.com/u/141167?v=3&s=48" width="24" /> + <a href="/scottgonzalez">scottgonzalez</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@peritpatrio" height="24" src="https://avatars2.githubusercontent.com/u/729565?v=3&s=48" width="24" /> + <a href="/peritpatrio">peritpatrio</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@jaspermdegroot" height="24" src="https://avatars1.githubusercontent.com/u/1296793?v=3&s=48" width="24" /> + <a href="/jaspermdegroot">jaspermdegroot</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@joliss" height="24" src="https://avatars3.githubusercontent.com/u/524783?v=3&s=48" width="24" /> + <a href="/joliss">joliss</a> + </li> + <li class="facebox-user-list-item"> + <img alt="@PeterDaveHello" height="24" src="https://avatars2.githubusercontent.com/u/3691490?v=3&s=48" width="24" /> + <a href="/PeterDaveHello">PeterDaveHello</a> + </li> + </ul> + </div> + </div> + +<div class="file"> + <div class="file-header"> + <div class="file-actions"> + + <div class="BtnGroup"> + <a href="/jquery/jquery-ui/raw/master/themes/base/images/ui-icons_ffffff_256x240.png" class="btn btn-sm BtnGroup-item" id="raw-url">Download</a> + <a href="/jquery/jquery-ui/commits/master/themes/base/images/ui-icons_ffffff_256x240.png" class="btn btn-sm BtnGroup-item" rel="nofollow">History</a> + </div> + + + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/jquery/jquery-ui/delete/master/themes/base/images/ui-icons_ffffff_256x240.png" class="inline-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="jZg4EY3yJPc7/zKsEGZHrXCa97OKc1VtUCtwWYDmwuHHHHvyA6yGb8s7CxKX8s5nNwcz2IC+IRcHt+IqWcePig==" /></div> + <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" + aria-label="You must be signed in to make or propose changes" data-disable-with> + <svg aria-hidden="true" class="octicon octicon-trashcan" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> + </button> +</form> </div> + + <div class="file-info"> + 3.19 KB + </div> +</div> + + + + <div itemprop="text" class="blob-wrapper data type-text"> + <div class="image"> + <span class="border-wrap"><img src="/jquery/jquery-ui/blob/master/themes/base/images/ui-icons_ffffff_256x240.png?raw=true" alt="ui-icons_ffffff_256x240.png"></span> + </div> + </div> + +</div> + +<button type="button" data-facebox="#jump-to-line" data-facebox-class="linejump" data-hotkey="l" class="d-none">Jump to Line</button> +<div id="jump-to-line" style="display:none"> + <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="" class="js-jump-to-line-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> + <input class="form-control linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> + <button type="submit" class="btn">Go</button> +</form></div> + + + </div> + <div class="modal-backdrop js-touch-events"></div> +</div> + + </div> + </div> + + </div> + + <div class="container site-footer-container"> + <div class="site-footer" role="contentinfo"> + <ul class="site-footer-links float-right"> + <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li> + <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> + <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> + <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li> + <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> + <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li> + + </ul> + + <a href="https://github.com" aria-label="Homepage" class="site-footer-mark" title="GitHub"> + <svg aria-hidden="true" class="octicon octicon-mark-github" height="24" version="1.1" viewBox="0 0 16 16" width="24"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> + <ul class="site-footer-links"> + <li>© 2017 <span title="0.11230s from github-fe-235f48c.cp1-iad.github.net">GitHub</span>, Inc.</li> + <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li> + <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li> + <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li> + <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> + <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li> + </ul> + </div> +</div> + + + + + + <div id="ajax-error-message" class="ajax-error-message flash flash-error"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + You can't perform that action at this time. + </div> + + + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-8a4318ffea09a0cdb8214b76cf2926b9f6a0ced318a317bed419db19214c690d.js"></script> + <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-6d109e75ad8471ba415082726c00c35fb929ceab975082492835f11eca8c07d9.js"></script> + <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-a8c2d186f623ad06c32e8152bb281d84d2dae2b0474e72a6c98b6359b79bcd4b.js"></script> + + + + + <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> + <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg> + <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> + <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> + </div> + <div class="facebox" id="facebox" style="display:none;"> + <div class="facebox-popup"> + <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> + </div> + <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> + <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg> + </button> + </div> +</div> + + + </body> +</html> +
--- a/stlviewer.css Thu Apr 06 15:41:04 2017 +0200 +++ b/stlviewer.css Thu Apr 06 16:21:21 2017 +0200 @@ -68,20 +68,29 @@ } -#infocontainer { +.infocontainer { width: 300px; - padding-left: 10px; - padding-bottom: 10px; - overflow-y: auto; - overflow-x: auto; float: right; border: 1px solid #eee; color: #fff; background: rgba(0,0,0,0.5); text-align: left; } + +.infocontainer img { + margin-top: 10px; + width: 100%; + cursor: pointer; +} + +#infocontainer { + padding-left: 10px; + padding-bottom: 10px; + overflow-y: auto; + overflow-x: auto; +} #infocontainer ul { margin-left: 0; padding: 0; list-style-position: inside; -} \ No newline at end of file +}
--- a/stlviewer.html Thu Apr 06 15:41:04 2017 +0200 +++ b/stlviewer.html Thu Apr 06 16:21:21 2017 +0200 @@ -33,7 +33,9 @@ </ul> </div> - <div id="infocontainer"> + <div class="infocontainer"> + <div id="infocontainer"></div> + <img src="" id="image2d" /> </div> <div>
--- a/stlviewer.js Thu Apr 06 15:41:04 2017 +0200 +++ b/stlviewer.js Thu Apr 06 16:21:21 2017 +0200 @@ -32,6 +32,27 @@ for (i =0; i<10; i++) clear_scene(); }); update_scene(); + + $("#image2d").click(function() { + var img = $("#image2d").clone(); + //img.css('width', '100%'); + img.css('margin', '0 auto'); + $("<div>") + .append(img) + .dialog({ + modal: true, + draggable: false, + resizable: false, + title: "2D Layout view", + height: window.innerHeight, + width: window.innerWidth, + buttons: { + Close: function() { + $( this ).dialog( "close" ); + } + } + }); + }); } ); function clear_scene() { @@ -98,6 +119,8 @@ $("#infocontainer").html(content); + $("#image2d").attr('src', 'data:image/png;base64,' + data.image); + } }); }