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

META-INF.modules.component.rjzjh.sellang.js Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
define([ "jquery", "core" ], function($, core) {
	$(function() {
		$('#lang').change(function() {
			$.post($(this).attr("chang-lang-url"), {
				lang : $(this).val()
			}, function(data) {
				top.location.href = data.url;
			});
		});
	});
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy