Skip to content

Instantly share code, notes, and snippets.

View jtFrancisco's full-sized avatar
⛰️
Working from home

Jefferson Francisco jtFrancisco

⛰️
Working from home
View GitHub Profile
$(document).ready(function(){
setTimeout(function(){
$.ajax({
url: "/flight_searches/flight_offer_results",
cache: false,
success: function(html){
$("#flight_offer_results").append(html);
}
});
@jtFrancisco
jtFrancisco / gist:0b7b91ae739d77f6c1ae810a0be45c4c
Created April 19, 2018 22:32
Translating Materialize Datepicker
$ ->
M.AutoInit();
$('.dropdown-trigger').dropdown(constrainWidth: false, coverTrigger: false)
$('.datepicker').datepicker(
format: 'dd mm yyyy',
i18n: {
cancel: 'Cancelar',
clear: 'Borrar',