|
|
|
@ -50,7 +50,9 @@ jQuery(document).ready(function ($) { |
|
|
|
console.log(number['value']); |
|
|
|
console.log(number['value']); |
|
|
|
//console.log($('.noUi-handle').attr('aria-valuetext'));
|
|
|
|
//console.log($('.noUi-handle').attr('aria-valuetext'));
|
|
|
|
$( "#tabs" ).tabs(); |
|
|
|
$( "#tabs" ).tabs(); |
|
|
|
|
|
|
|
$('#edit-search-textfield').attr('maxlength', '256'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
document.getElementById('edit-search-textfield').setAttribute('maxlength', '256'); |
|
|
|
window.addEventListener('load', function() { |
|
|
|
window.addEventListener('load', function() { |
|
|
|
// console.log('Page is fully loaded');
|
|
|
|
// console.log('Page is fully loaded');
|
|
|
|
//document.getElementById("edit-submit--2").setAttribute('value','');
|
|
|
|
//document.getElementById("edit-submit--2").setAttribute('value','');
|
|
|
|
|