JS document.ready shorthand
This commit is contained in:
parent
39a3940463
commit
b012fa258c
@ -11,7 +11,7 @@ p { margin:10px 0;}
|
||||
div#content { float:none; width:auto;}
|
||||
</style>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$('input[type=checkbox][name=accept]').click(function(e){
|
||||
$('form[name=cgu]').css('display', 'none');
|
||||
$('#msgsave').css('display', 'block');
|
||||
|
@ -163,7 +163,7 @@ foreach ($this->listModulesFcc as $id => $module) {
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$('#listeModulesD').click(function(){
|
||||
var position = $(this).position();
|
||||
$('#listeModules').css('top', position.top);
|
||||
|
@ -7,7 +7,7 @@ fieldset legend { font-weight:bold; font-size: 108%; padding:0; }
|
||||
div.submit { clear: both; text-align: center; }
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('.menu-close').click(function(){
|
||||
$('div.blockh2').css('display','none');
|
||||
|
@ -27,7 +27,7 @@ function checkProgress() {
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$(function() {
|
||||
$('#uploadForm').ajaxForm({
|
||||
beforeSubmit: function() {
|
||||
$('#uploadOutput').html('Envoi en cours...');
|
||||
|
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('a.user-service').click(function(e){
|
||||
e.preventDefault();
|
||||
|
@ -120,7 +120,7 @@ $('select[name=type]').change(function(e){
|
||||
</table>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$('#synthese').tablesorter({
|
||||
dateFormat: 'uk',
|
||||
headers: {
|
||||
|
@ -83,7 +83,7 @@ foreach ($this->dataTable as $ratio) {
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$('input[name=typeBilan]').click(function(e){
|
||||
window.location.href = $(this).val();
|
||||
});
|
||||
|
@ -64,7 +64,7 @@ function loadGoogleMap() {
|
||||
}
|
||||
|
||||
// --- Wait the document is ready
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
// --- Start timer
|
||||
timer = setInterval(waitGeoCode, timerSecondInterval);
|
||||
// --- Get location and geocode address if needed
|
||||
@ -138,7 +138,7 @@ var FCenterLng = 1.87528;
|
||||
var FCenterLat = 46.60611;
|
||||
|
||||
//--- Wait the document is ready
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
// --- Create Markers
|
||||
var listSource = {};
|
||||
$.each(marks, function (i, item) {
|
||||
|
@ -43,7 +43,7 @@
|
||||
<div><img id="streetview" width="300px" /></div>
|
||||
<script src="<?=$this->lienJs?>"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(function() {
|
||||
var serviceHandler = function(result) {
|
||||
if (result instanceof Mappy.api.visiocity.Frontage) {
|
||||
var current = result.getCurrent();
|
||||
|
@ -73,7 +73,7 @@ $("#groups").jstree({
|
||||
}
|
||||
});
|
||||
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
var target = $('#groups');
|
||||
html2canvas(target, {
|
||||
onrendered: function(canvas) {
|
||||
|
@ -18,7 +18,7 @@ $class = ($key<$limit)?'first':'all';?>
|
||||
<?php }?>
|
||||
<div class="affiche" id="show" style="cursor:pointer;">Afficher tous les documents</div><br/>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
if (<?=$key?> >2) {
|
||||
$("div.affiche").show();
|
||||
} else {
|
||||
|
@ -22,7 +22,7 @@ function formSource(source)
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function()
|
||||
$(function()
|
||||
{
|
||||
//Init
|
||||
formSource($('#sourceSelect').val());
|
||||
|
@ -301,7 +301,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$.datepicker.setDefaults( $.datepicker.regional['fr']);
|
||||
$( ".dateArea" ).datepicker({changeYear: true});
|
||||
|
||||
|
@ -76,7 +76,7 @@ span.poste input { width:50px; }
|
||||
});
|
||||
<?php } ?>
|
||||
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$.datepicker.setDefaults( $.datepicker.regional['fr'] );
|
||||
});
|
||||
|
||||
|
@ -313,7 +313,7 @@ $('input[name=adresse_codvoie]').autocomplete({
|
||||
}
|
||||
});
|
||||
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
var code = $('select[name=adresse_pays]').val();
|
||||
if (code!='') {
|
||||
$('span#indTel').text('+'+countries[code]['indTel']);
|
||||
|
@ -159,7 +159,7 @@ function departaments()
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
departaments();
|
||||
});
|
||||
|
||||
|
@ -248,7 +248,7 @@ function submitTri() {
|
||||
), 'default', true)?>/source/'+source+'/tri/'+tri+'/triMode/'+triMode;
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$(function() {
|
||||
$('select[name=page]').change(function(){
|
||||
window.location.href = $(this).val();
|
||||
});
|
||||
|
@ -159,7 +159,7 @@ function submitTri() {
|
||||
), 'default', true)?>/tri/'+tri;
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('select[name=page]').change(function(){
|
||||
window.location.href = $(this).val();
|
||||
|
@ -77,7 +77,7 @@ foreach ($this->utilisateurs as $uti) {
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$('a.delete').on('click', function(e){
|
||||
e.preventDefault();
|
||||
var href = $(this).attr('href');
|
||||
|
@ -149,7 +149,7 @@ function isEmail(email) {
|
||||
return emailval;
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
validate();
|
||||
});
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div><img id="streetview" width="300px" /></div>
|
||||
<script src="<?=$this->lienJs?>"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(function() {
|
||||
var photoService = new Mappy.api.visiocity.PhotoService();
|
||||
var geo = new Mappy.api.geolocation.Geocoder();
|
||||
|
||||
|
@ -22,7 +22,7 @@ function formSource(source)
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function()
|
||||
$(function()
|
||||
{
|
||||
//Init
|
||||
formSource($('#sourceSelect').val());
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('a.tiptxt').each(function(){
|
||||
var texte = $(this).parent().find('span').html();
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
var holdTheInterval;
|
||||
var nbEssai = 25;
|
||||
var essai = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('.rs').click(function(e){
|
||||
e.preventDefault();
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$("#profil").change(function() {
|
||||
var val = $("#profil").val();
|
||||
if (val == 'Autre'){
|
||||
|
@ -1,5 +1,4 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(function(){
|
||||
$('#customRapport').on('click', function(e){
|
||||
e.preventDefault();
|
||||
var url = $(this).attr('href');
|
||||
@ -18,6 +17,5 @@ $(document).ready(function()
|
||||
};
|
||||
$('<div id="dialogcustomrapport"></div>').dialog(dialogOpts);
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
});
|
@ -1,5 +1,4 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(function(){
|
||||
$('select[name=typeBilan]').on('change', function(e){
|
||||
e.preventDefault();
|
||||
$(this).parent('form').submit();
|
||||
|
@ -1,5 +1,4 @@
|
||||
$(document).ready( function()
|
||||
{
|
||||
$(function(){
|
||||
$('a.dial,.ev_code').on('click', function(e){
|
||||
e.preventDefault();
|
||||
var title = $(this).attr('title');
|
||||
|
@ -9,8 +9,8 @@ function validate() {
|
||||
};
|
||||
$("[required]").on("change", function(){
|
||||
validate();
|
||||
});
|
||||
$(document).ready(function() {
|
||||
});
|
||||
$(function() {
|
||||
validate();
|
||||
$(function() {
|
||||
$( "#accordion" ).accordion({heightStyle: "content", collapsible: true,active: false });
|
||||
|
@ -1,5 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
$(function(){
|
||||
$('#groupesarbo').on('click', function(e){
|
||||
e.preventDefault();
|
||||
var title = $(this).attr('title');
|
||||
@ -18,5 +17,4 @@ $(document).ready(function(){
|
||||
};
|
||||
$('<div id="dialogarbo"></div>').dialog(dialogOpts);
|
||||
});
|
||||
|
||||
});
|
@ -1,5 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
$(function(){
|
||||
$('a.lienfiche').qtip({
|
||||
style: { classes: 'qtip-dark' },
|
||||
position: { at: 'top center', my: 'bottom center' },
|
||||
@ -9,6 +8,5 @@ $(document).ready(function(){
|
||||
ajax: { url: $(this).attr('href') }
|
||||
},
|
||||
show: { delay: 5000 }
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
$('a.getmarque').click(function(e){
|
||||
e.preventDefault();
|
||||
var id = $(this).attr('id');
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('input[type=radio][name=method]').click(function()
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
var holdTheInterval;
|
||||
var nbEssai = 25;
|
||||
var essai = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('input.button:reset').click(function(){
|
||||
$('input:text','form[name=recherche]').val('');
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
//Traitement des dates pour simplification saisie
|
||||
$('body').delegate('.date', 'focusout', function(){
|
||||
//Test du format date
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function()
|
||||
$(function()
|
||||
{
|
||||
$('a.annonceSaisie').click(function(e){
|
||||
e.preventDefault();
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('img.flag').on('click', function() {
|
||||
var url = window.location.href;
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
//Boite de dialog surveillance
|
||||
$('.dialogsurv').on('click', function(){
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
var holdTheInterval;
|
||||
var nbEssai = 25;
|
||||
var essai = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
$(document).ready(function(){
|
||||
$(function(){
|
||||
|
||||
$('a#password').on('click', function(){
|
||||
var dialogOpts = {
|
||||
|
Loading…
Reference in New Issue
Block a user