All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.resources.javascript.fitnesse_topnav.js Maven / Gradle / Ivy

There is a newer version: 20240707
Show newest version
$(function () {

	/**
	 * Change a.button to a real button (so it looks the same), retaining link behaviour
	 */
	$('a.button').replaceWith(function () {
		var self = $(this);
		var button = $('




© 2015 - 2024 Weber Informatics LLC | Privacy Policy