Projects tagged ‘jquery’ and ‘overlay’


Jump to tag:

Projects tagged ‘jquery’ and ‘overlay’

Filtered by Project Tags jquery overlay

Refine results Project Tags gpl (3) javascript (3) shellcode (2) svn (2) irb (2) security (2) decentralized (2) open-source (2) free (2) sql (2) sake (2) asm (2)

[4 total ]

31 Users
   

The Metasploit Framework is a development platform for creating security tools and exploits. The framework is used by network security professionals to perform penetration tests, system administrators ... [More] to verify patch installations, product vendors to perform regression testing, and security researchers world-wide. The framework is written in the Ruby programming language and includes components written in C and assembler. [Less]
Created over 3 years ago.

1 Users

Ronin is a Ruby platform for exploit development and security research. Ronin allows for the rapid development and distribution of code, exploits or payloads over many common Source-Code-Management (SCM) systems.
Created about 1 year ago.

0 Users

how to use: 1.you need a google map api key with javascript,and include to your website before this 2.include the jquery lib(Verson tested :1.3.2) 3.follow the example below example: ... [More] googleMapOverlay('.googlemap','500','350'); input element attributes description: # class : same value with the function setting in your page are using # value : your address(for searching,require) # id : www address if you like to have a hyperlink in the info window(optional) # title : your hyperlink title(optional) # name : images address if you like to have a image in info window(optional) function loader description: (classname,width,height) [Less]
Created 19 days ago.

0 Users

The Flowerpot is a jQuery plugin that allows you to overlay images, DOM elements, AJAX content, and iframes onto a web page. You can overlay a single item or associate multiple items (of any type) in ... [More] a gallery. FeaturesEasy to use Just add class="flowerpot" to a link and let The Flowerpot's automatic link detection do the rest for you Easy to customize Built-in functions for changing locale strings (i18n) and settings, keeping you in control (including turning on/off automatic type detection and gallery thumbnails) Smart Automatically scales the overlay, regardless of the overlay type Standards-compliant Valid CSS and (X)HTML Works in all major browsers IE 6+, Firefox 2+, Safari 3+, Opera 9+, and Chrome 1+ RequirementsThe Flowerpot relies on the jQuery (1.3+) library. You'll need to load the included CSS as well. UsageAssuming jQuery is already loaded, include The Flowerpot's CSS and JavaScript files: @import url(flowerpot.css); Any element on the page with the class "flowerpot" will launch an overlay. To get a linked image to appear in an overlay, it's as easy as Image. And with automatic type detection, you can link to images, inline divs, YouTube/Vimeo videos, pages on your domain (for AJAX), or external sites (for iFrames). ImagesImagewill open "photo.jpg" in an overlay. The image will be scaled down if it exceeds the size of the browser window. DOM ElementsWatch Videowill display the element on the page with the ID "video" in the overlay. AJAX ContentLoad Contentwill display the text/HTML returned by "ajax.html" in the overlay. iFrameApple Canadawill display the URL inside the href attribute in the overlay, using an inline frame. YouTube VideoYouTube Music Videowill display the YouTube video at the link specified (The Flowerpot automatically gets the appropriate data from the URL). GalleriesMultiple items can be viewed one after another without closing the overlay by adding rel="gallery[NAME]" to each element that should be part of that gallery. You can have as many galleries as you like, with as many items as you'd like, and you can mix all kinds of content in a gallery (i.e. images and iFrames in the same gallery). LicenseIn keeping with jQuery and most of its plugins, The Flowerpot is dual-licensed under the MIT and GPL (v2 or later) licenses. This means you can pick whichever license you want to use for your project. [Less]
Created 4 months ago.