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

org.stjs.javascript.jquery.testing.TestingJQueryNamespace Maven / Gradle / Ivy

The newest version!
package org.stjs.javascript.jquery.testing;

import org.stjs.javascript.annotation.SyntheticType;
import org.stjs.javascript.jquery.JQueryUINamespace;

@SyntheticType
public class TestingJQueryNamespace extends JQueryUINamespace {
	native public String mockjax(MockjaxOptions options);

	native public void mockjaxClear();

	native public void mockjaxClear(String id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy