Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Oct 8, 2009
1 parent 3590b5e commit 480a917
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,7 +1,7 @@
# jQuery urlInternal #
[http://benalman.com/projects/jquery-urlinternal-plugin/](http://benalman.com/projects/jquery-urlinternal-plugin/)

Version: 1.0pre, Last updated: 10/7/2009
Version: 1.0, Last updated: 10/7/2009

jQuery urlInternal allows you to easily test internal-, external-, or fragment-ness for any relative or absolute URL. Includes element filtering methods and pseudo-selectors.

Expand Down Expand Up @@ -35,7 +35,7 @@ Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.

## Release History ##

1.0pre - (10/7/2009) Pre-Initial release
1.0 - (10/7/2009) Initial release


## License ##
Expand Down
8 changes: 4 additions & 4 deletions docs/files/jquery-ba-urlinternal-js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index/Files.html
Expand Up @@ -13,7 +13,7 @@

<div id=Index><div class=IPageTitle>File Index</div><div class=INavigationBar>$#! &middot; 0-9 &middot; A &middot; B &middot; C &middot; D &middot; E &middot; F &middot; G &middot; H &middot; I &middot; <a href="#J">J</a> &middot; K &middot; L &middot; M &middot; N &middot; O &middot; P &middot; Q &middot; R &middot; S &middot; T &middot; U &middot; V &middot; W &middot; X &middot; Y &middot; Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="J"></a>J</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix>&nbsp;</td><td class=IEntry><a href="../files/jquery-ba-urlinternal-js.html#jQuery_urlInternal:Easily_test_URL_internal-,external_or_fragment-ness" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>jQuery urlInternal:<wbr>Easily test URL internal-,external or fragment-ness</a></td></tr></table>
<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CFile><b>Version: 1.0pre, Last updated: 10/7/2009</b></div></div><!--END_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CFile><b>Version: 1.0, Last updated: 10/7/2009</b></div></div><!--END_ND_TOOLTIPS-->

</div><!--Index-->

Expand Down
2 changes: 1 addition & 1 deletion docs/index/General.html
Expand Up @@ -29,7 +29,7 @@


<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt9"><div class=CFile><b>Version: 1.0pre, Last updated: 10/7/2009</b></div></div><!--END_ND_TOOLTIPS-->
<div class=CToolTip id="tt9"><div class=CFile><b>Version: 1.0, Last updated: 10/7/2009</b></div></div><!--END_ND_TOOLTIPS-->


<!--START_ND_TOOLTIPS-->
Expand Down
4 changes: 2 additions & 2 deletions docs/nd/Data/FileInfo.nd
@@ -1,4 +1,4 @@
1.4
JavaScript
/srv/projects/jquery-urlinternal/jquery.ba-urlinternal.js 1254966868 1 jQuery urlInternal: Easily test URL internal-, external or fragment-ness
/srv/projects/jquery-urlinternal/jquery.ba-urlinternal.min.js 1254967087 0 /srv/projects/jquery-urlinternal/jquery.ba-urlinternal.min.js
/srv/projects/jquery-urlinternal/jquery.ba-urlinternal.js 1254968356 1 jQuery urlInternal: Easily test URL internal-, external or fragment-ness
/srv/projects/jquery-urlinternal/jquery.ba-urlinternal.min.js 1254968361 0 /srv/projects/jquery-urlinternal/jquery.ba-urlinternal.min.js
Binary file modified docs/nd/Data/IndexInfo.nd
Binary file not shown.
Binary file modified docs/nd/Data/SymbolTable.nd
Binary file not shown.
18 changes: 14 additions & 4 deletions jquery.ba-urlinternal.js
@@ -1,5 +1,5 @@
/*!
* urlInternal - v1.0pre - 10/7/2009
* urlInternal - v1.0 - 10/7/2009
* http://benalman.com/projects/jquery-bbq-plugin/
*
* Copyright (c) 2009 "Cowboy" Ben Alman
Expand All @@ -9,7 +9,7 @@

// Script: jQuery urlInternal: Easily test URL internal-, external or fragment-ness
//
// *Version: 1.0pre, Last updated: 10/7/2009*
// *Version: 1.0, Last updated: 10/7/2009*
//
// Project Home - http://benalman.com/projects/jquery-urlinternal-plugin/
// GitHub - http://github.com/cowboy/jquery-urlinternal/
Expand Down Expand Up @@ -41,7 +41,7 @@
//
// About: Release History
//
// 1.0pre - (10/7/2009) Pre-Initial release
// 1.0 - (10/7/2009) Initial release

(function($){
'$:nomunge'; // Used by YUI compressor.
Expand Down Expand Up @@ -243,6 +243,11 @@
// an fragment URL (as determined by <jQuery.isUrlFragment>). If URL cannot
// be determined, remove the element from the collection.
//
// Note that in most browsers, selecting $("a[href^=#]") is reliable, but this
// doesn't always work in IE6/7! In order to properly test whether a URL
// attribute's value is a fragment in the context of the current page, you can
// either make your selector a bit more complicated.. or use .urlFragment!
//
// Usage:
//
// > jQuery('selector').urlFragment( [ attr ] );
Expand Down Expand Up @@ -315,6 +320,11 @@
// an fragment URL (as determined by <jQuery.isUrlFragment>). If URL cannot
// be determined, remove the element from the collection.
//
// Note that in most browsers, selecting $("a[href^=#]") is reliable, but this
// doesn't always work in IE6/7! In order to properly test whether a URL
// attribute's value is a fragment in the context of the current page, you can
// either make your selector a bit more complicated.. or use :urlFragment!
//
// Usage:
//
// > jQuery('selector').filter(':urlFragment');
Expand Down Expand Up @@ -477,4 +487,4 @@
// Initialize url_regexp with a reasonable default.
jq_urlInternalHost( 'www' );

})(jQuery);
})(jQuery);
2 changes: 1 addition & 1 deletion jquery.ba-urlinternal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 480a917

Please sign in to comment.