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

org.wicketstuff.select2.JQuery Maven / Gradle / Ivy

There is a newer version: 10.1.1
Show newest version
package org.wicketstuff.select2;

public class JQuery
{
	private JQuery()
	{

	}


	public static String execute(String script, Object... params)
	{
		return "(function($) { " + String.format(script, params) + " })(jQuery);";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy