For Joomla 3.x don’t use document.id(‘xxx’)
Dimitris
New Member
Posts: 2
pred 10 rokmi 3 týždnami #444
od Dimitris
For Joomla 3.x don’t use document.id(‘xxx’) bolo vytvorené Dimitris
Joomla 3.x is supporting IE8 and newer. Using this legacy mootools code is useless. For example the following code:Can be: Without any compromise.
Recently I propose removing these legacy mootools methods in Joomla PR
Thanks Dimitris
<script type="text/javascript">
js = jQuery.noConflict();
js(document).ready(function() {
});
Joomla.submitbutton = function(task)
{
if (task == 'basic.cancel') {
Joomla.submitform(task, document.getElementById('basic-form'));
}
else {
if (task != 'basic.cancel' && document.formvalidator.isValid(document.id('basic-form'))) {
Joomla.submitform(task, document.getElementById('basic-form'));
}
else {
alert('<?php echo $this->escape(JText::_('JGLOBAL_VALIDATION_FORM_FAILED')); ?>');
}
}
}
</script>
if (task != 'basic.cancel' && document.formvalidator.isValid(document.getElementById('basic-form'))) {
Recently I propose removing these legacy mootools methods in Joomla PR
Thanks Dimitris
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Dimitris
New Member
Posts: 2
pred 9 rokmi 9 mesiacmi #582
od Dimitris
Odpoveď od Dimitris na tému For Joomla 3.x don’t use document.id(‘xxx’)
FYI Joomla 3.4 is scheduled for mid February and has those changes. Also There is a JTHML::(behavior.formvalidator); instead of the JTHML::(behavior.formvalidation); which uses only jQuery.
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.053 sekúnd