
Iggy Pritzker
-
Actividad total8
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos0
-
Suscripciones4
Resumen de la actividad
Última actividad de Iggy Pritzker-
Iggy Pritzker hizo un comentario,
we can also do without javascript in template: {{#if alternative_locales}} {{#is current_locale.name 'English (US)'}} {{search placeholder='Search Resources' instant=true}} ...
-
Iggy Pritzker hizo un comentario,
Doesn't work when having more HTML elements between them :(
-
Iggy Pritzker hizo un comentario,
/* search placeholder change text */ var currentLanguage = $('html').attr('lang').toLowerCase(); if(currentLanguage === "de") { $('.search #query').attr('placeholder','Suchen Sie in unserer Unterst...
-
Iggy Pritzker hizo un comentario,
Just add placeholder to search tag {{search placeholder='Search our support' instant=true}} It works now, but we need a way to make dynamic content there for multiple languages...