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

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

$(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