Skip to content

Commit c3d5f3b

Browse files
committed
Add jquery.menu-aim
1 parent 4567095 commit c3d5f3b

File tree

4 files changed

+418
-0
lines changed

4 files changed

+418
-0
lines changed

jquery.menu-aim_1.1.0/CHANGES.htm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<ol style="max-height: 20em; overflow: auto;">
2+
<li>
3+
<strong>1.1.0</strong>
4+
<p>Miscellaneous fixes</p>
5+
</li>
6+
<li>
7+
<strong>1.0.0</strong>
8+
<p>Initial release by Ben Kamens</p>
9+
</li>
10+
</ol>

jquery.menu-aim_1.1.0/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>jQuery-menu-aim is licensed under the <a href="https://github.com/parallax/jQuery-menu-aim/blob/baf454b935e967081b0c857c71488c681ec9ddae/README.md#faq">MIT License</a>.</p>
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="jquery.menu-aim" type="JavaScript_Library" version="1.1.0">
4+
<friendlyName>jQuery-menu-aim</friendlyName>
5+
<description><![CDATA[
6+
<p>
7+
jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns like Amazon's.
8+
<a href="http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown">
9+
http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
10+
</a>
11+
</p>
12+
<p>This package is based off of the <a href="https://github.com/parallax/jQuery-menu-aim">parallax fork</a></p>]]></description>
13+
<owner>
14+
<name>Engage Software</name>
15+
<organization>Engage Software</organization>
16+
<url>http://www.engagesoftware.com</url>
17+
<email>support@engagesoftware.com</email>
18+
</owner>
19+
<license src="LICENSE.htm" />
20+
<releaseNotes src="CHANGES.htm" />
21+
<azureCompatible>true</azureCompatible>
22+
<dependencies>
23+
<dependency type="managedPackage" version="1.9.1">jQuery</dependency>
24+
</dependencies>
25+
<components>
26+
<component type="JavaScript_Library">
27+
<javaScriptLibrary>
28+
<libraryName>jquery.menu-aim</libraryName>
29+
<fileName>jquery.menu-aim.js</fileName>
30+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
31+
<CDNPath></CDNPath>
32+
<objectName>jQuery.fn.menuAim</objectName>
33+
</javaScriptLibrary>
34+
</component>
35+
<component type="JavaScriptFile">
36+
<jsfiles>
37+
<libraryFolderName>jquery.menu-aim</libraryFolderName>
38+
<jsfile>
39+
<name>jquery.menu-aim.js</name>
40+
</jsfile>
41+
</jsfiles>
42+
</component>
43+
</components>
44+
</package>
45+
</packages>
46+
</dotnetnuke>

0 commit comments

Comments
 (0)