Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.418.254 Times

Jquery Expand Collapse Tab freeware
Filter: All | Freeware | Demo
 

Jquery Expand Collapse Tab

1 2 3 4 5 > 
Added: June 19, 2013 | Visits: 287

django-html5accordion django-html5accordion adds JS support to expand/collapse any content, like HTML5 details/summary elements. It can be called on any element, and accepts options to set the selector for the summary contents that should always remain visible (and act as the link to expand/collapse the hidden...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): django-html5accordion Download

Added: July 22, 2013 | Visits: 435

BuddyPress Comments Collapse Expand Add a show comments replacement for comments that exceed(x) you can specify (x) in the admin panel. Install : Automatic Installation 1. From inside your WordPress administration panel, visit 'Plugins -> Add New' 2. Search for BuddyPress Comments Collapse Expand and find this plugin in the results...





Platforms: PHP

License: Freeware Size: 10 KB Download (46): BuddyPress Comments Collapse Expand Download

Added: April 01, 2013 | Visits: 505

Collapse Sub-Pages This wordpress plugin simply hides any child/sub pages on the Edit Pages admin screen (edit-pages.php). You can click to expand/collapse the child pages for any particular parent, and also expand/collapse all.Current Features: * Collapse all child pages when Edit Pages loads * Expand and collapse...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Collapse Sub-Pages Download

Added: January 24, 2010 | Visits: 1.268

Gtk2::Ex::MindMapView::HotSpot Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles. SYNOPSIS use base Gtk2::Ex::MindMapView::HotSpot; This module is internal to Gtk2::Ex::MindMapView. Four Gtk2::Ex::MindMapView::HotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on a mind...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (125): Gtk2::Ex::MindMapView::HotSpot Download

Added: February 08, 2010 | Visits: 1.043

Gtk2::Ex::MindMapView::ItemHotSpot Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a "hot spot" on a view item. SYNOPSIS use Gtk2::Ex::MindMapView::ItemHotSpot; Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked,...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (90): Gtk2::Ex::MindMapView::ItemHotSpot Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 969

Site Map ActiveX Control This package provides a fully functional and complete ActiveX control. The control depicts a spanning tree. It's sort of the same control that the Microsoft Visual InterDev 6.0 uses to design and maintain the navigation structure for a Web site. The control can be used to build a site diagram....


Platforms: Windows

License: Freeware Download (46): Site Map ActiveX Control Download

Added: June 29, 2013 | Visits: 399

Better Formats Better formats is a module to add more flexibility to Drupal's core input format system.Features * Set the default format per role. * Set the default format per content type. * Control allowed formats per content type. * Hide format tips. * Hide more format tips link. * Hide format selection for...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (48): Better Formats Download

Added: September 02, 2013 | Visits: 407

Collapsing Panels Style A style plugin for panels.Adds a style for panel panes to make them collapsible.Panes set to this style are expanded by default. Click on the pane header to collapse it, click again to expand, just like Drupal fieldsets. The black expand/collapse triangles from Drupal core are shown alongside the...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): Collapsing Panels Style Download

Added: August 01, 2013 | Visits: 538

XV Viewer XV is a browser-based XML viewer, available as a Google Chrome and Safari extensions. Current features: * Collapsable elements: Alt+click to expand/collapse all descendant elements * Outline for better document overview * Search by name or XPath. By default uses simple search mode which...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (43): XV Viewer Download

Added: April 04, 2013 | Visits: 588

jQuery Comment Replies Basically, I wanted to have my comment replies hidden, and have them expand only when I clicked (what's used in this case) a div, using jQuery. So top-level comments are down, but of the comment has children (i.e. has any replies to that specific comment) they would be "folded shut". When you...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): jQuery Comment Replies Download

Added: April 12, 2013 | Visits: 436

Feedback & Suggestion Tab Feeback & Suggestion Tab adds a tab to the viewport, next to the scrollbar, which solicits feedback and suggestions from website visitors. GetSatisfaction.com, UserVoice.com and other similar services use a tab like this, and are the source of inspiration for this module. The webpage in the modal...


Platforms: PHP

License: Freeware Size: 40.96 KB Download (39): Feedback & Suggestion Tab Download

Added: July 18, 2013 | Visits: 458

Collapsible Comments Collapsible Comments plugin provides an easy way to make all comments to collapse and expand inline with an excerpt at every page or post. You can set the number of characters that will be shown for each comment and after clicking a link, they will be expanded. You can also specify the style by...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (39): Collapsible Comments Download

Added: August 09, 2013 | Visits: 414

AlphaTabs AlphaTabs replaces the menu bar with a nice-looking tabs bar and allows you to iconify tabs. There are three ways to expand or collapse tabs: ?*A* Through the contextual menu; ?*A* By double clicking on the tab's icon; ?*A* By using the ALT+E shortcut


Platforms: Mac

License: Freeware Size: 51.2 KB Download (39): AlphaTabs Download

Added: May 11, 2006 | Visits: 4.946

CSS Tab Designer CSS Tab Designer is a unique and easy to use software to help you design css-based lists and tabs visually and without any programming knowledge required! With CSS Tab Designer, you can : Quickly design your list visually Choose from a variety of styles/colors (currently 45 different...


Platforms: Windows

License: Freeware Size: 1.04 MB Download (252): CSS Tab Designer Download

Added: February 20, 2010 | Visits: 1.327

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: April 17, 2010 | Visits: 1.692

Tab Slideshow Tab Slideshow allows you to cycles through tabs like a slideshow. Cycles through tabs like a slideshow. Licensed under MPL. I am submitting a new version (1.6) without the bug where it outputs the time on startup..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (185): Tab Slideshow Download

Added: October 27, 2010 | Visits: 1.686

Downloads in Tab Downloads in Tab is an extension which opens "Downloads" manager in tab from Tools menu. Opens "Downloads" manager in tab from Tools menu or automaticlly when a download starts, when in options you uncheck "Show the Downloads window when downloading a file" To use tab, in Firefox Options...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Downloads in Tab

Added: September 25, 2010 | Visits: 1.668

New Tab Button on Tab Bar New Tab Button on Tab Bar is an extension which adds a new tab button to the tab bar. This extension adds a new tab button to the tab bar. You do not need an extension to add a new tab button to the *toolbar*, but if you want a new tab button on the *tab bar* youll need this extension. This...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (169): New Tab Button on Tab Bar Download

Added: February 14, 2010 | Visits: 1.252

Tab URL Copier Tab URL Copier is an extension which copies the URLs of all open tabs. Copies the URLs of all open tabs. Puts Copy Tab URLs item in right click menu of tabs and Edit main menu. Useful for bibliographies, quickly sending someone a list of pages to view etc. Can now open tabs from previously...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (124): Tab URL Copier Download

Added: October 17, 2010 | Visits: 1.298

Tab Clicking Options Tab Clicking Options allows you to select actions for various clicking events on a tab or the tab bar. Tab Clicking Options lets you select an action to perform with different clicking events on the tab bar or a tab in Firefox and in Mozilla Suite. The events you can assign an action to are:...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Tab Clicking Options Download

1 2 3 4 5 >