Foundation and jQuery integration

  • This demonstrates the integration of Foundation, a responsive frameworks with some javascript widgets with jQuery dependency. http://foundation.zurb.com
  • Mouse over a name to get a tooltip from Foundation.
  • The checkbox in the table header will select or deselect all rows.
  • The uses Foundation dropdows to create a menu of actions available on the selection.
  • Tab change trigger the Foundation script to parse the updated content and activate the widget used. This is done using the onSelect binding of AjaxTabbedPanel to trigger javascript code.
  • The back button is disabled with if(window.history){window.history.forward(1);}