User:Hippietrail/akeytt

Hello, you have come here looking for the meaning of the word User:Hippietrail/akeytt. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Hippietrail/akeytt, but we will also tell you about its etymology, its characteristics and you will know how to say User:Hippietrail/akeytt in singular and plural. Everything you need to know about the word User:Hippietrail/akeytt you have here. The definition of the word User:Hippietrail/akeytt will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Hippietrail/akeytt, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

/*

*/

function akeytt() {
	if (typeof ta == "undefined" || !ta)
		return;
	var pref = 'alt-';
	if (is_safari || navigator.userAgent.toLowerCase().indexOf('mac') + 1
		|| navigator.userAgent.toLowerCase().indexOf('konqueror') + 1 )
		pref = 'control-';
	if (is_opera)
		pref = 'shift-esc-';

	for (var id in ta) {
		var n = document.getElementById(id);
		if (n) {
			var a = null;
			var ak = '';
			// Are we putting accesskey in it
			if (ta.length > 0) {
				// Is this object a object? If not assume it's the next child.

				if (n.nodeName.toLowerCase() == "a") {
					a = n;
				} else {
					a = n.childNodes;
				}

				if (a) {
					a.accessKey = ta;
					ak = ' +']';
				}
			} else {
				// We don't care what type the object is when assigning tooltip
				a = n;
				ak = '';
			}

			if (a) {
				a.title = ta+ak;
			}
		}
	}
}

/*
  • /