Meeting html

From Redazione
Jump to navigation Jump to search
Line 528: Line 528:
 
$('#lngInput').val(e.latlng.lng);
 
$('#lngInput').val(e.latlng.lng);
 
*/
 
*/
$('[name="Form organization[Coordinates]"').val(e.latlng.lat + ', ' + e.latlng.lng);
+
$ci('[name="Form organization[Coordinates]"').val(e.latlng.lat + ', ' + e.latlng.lng);
 
updateMarker(e.latlng.lat, e.latlng.lng);
 
updateMarker(e.latlng.lat, e.latlng.lng);
 
});
 
});
Line 537: Line 537:
  
  
jQuery(function($){
+
$ci(function() {
  
$('#select_countries option:contains("</html>{{#ci_visitorCountry:}}<html>")').prop('selected',true);
+
$ci('#select_countries option:contains("</html>{{#ci_visitorCountry:}}<html>")').prop('selected',true);
  
$('#select_countries').on('change',function() {
+
$ci('#select_countries').on('change',function() {
var selected_country = $(this).find('option:selected').text();
+
var selected_country = $ci(this).find('option:selected').text();
 
for(var i in obj) {
 
for(var i in obj) {
 
if(obj[i].name == selected_country) {
 
if(obj[i].name == selected_country) {
Line 552: Line 552:
 
});
 
});
  
$('.ci_form textarea').autosize();
+
$ci('.ci_form textarea').autosize();
  
var current_coordinates = $('[name="Form organization[Coordinates]"').val();
+
var current_coordinates = $ci('[name="Form organization[Coordinates]"').val();
  
 
if(current_coordinates) {
 
if(current_coordinates) {
Line 569: Line 569:
  
  
$(".input_datetime").datetimepicker({format: 'yyyy-mm-dd hh:ii'});
+
$ci(".input_datetime").datetimepicker({format: 'yyyy-mm-dd hh:ii'});
 
});
 
});
  

Revision as of 23:01, 7 July 2020

Zoom and move the map to the precise location of your organization to pick its coordinates.
Where this meeting is being hosted?
Enter a webpage related to the meeting if you have one