Skip Navigation

[Résolu] Remove awesome sign from input value

This support ticket is created Il y a 5 années et 8 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Shane Il y a 5 années et 8 mois.

Assisté par: Shane.

Auteur
Publications
#1222780

I am trying to: having a clear input submit and remove the awesome sign "" or whatever this square in the "value" is. When it is a awesome sign it does not functioning.

Link to a page where the issue can be seen:lien caché

I expected to see: Only a sentence with out any awesome signs.

Instead, I got: a square before text = " Meinen Standort verwenden" ( Use my location)

#1222784

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Martin,

You're not able to remove it directly, however you can change what the text says using jQuery.


$(".js-toolset-maps-distance-current-location").attr('value','Meinen Standort verwenden')


Add the code above to the js editor of your view and it should change the text.

Thanks,
Shane