Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Restliche Zeichen in Textfeld anzeigen

More
1 year 10 months ago #10426 by Administrator IV
Replied by Administrator IV on topic Restliche Zeichen in Textfeld anzeigen
Hallo Victor,

es freut mich, dass es wie gewünscht funktioniert!

das Hinzufügen und Entfernen von CSS-Klassen ist sehr einfach.

Du
- verwendest wie gewohnt das jQuery-Objekt,
- gibst wie gewohnt den richtigen CSS-Selektor für das gewünschte HTML-Element an,
- verwendest eine der beiden selbsterklärenden Objekt-Funktionen:
Code:
jQuery('your-css-selector').removeClass('ignore'); jQuery('your-css-selector').addClass('ignore');

In deinem konkreten Fall also etwas in der Art wie folgendes:
Code:
jQuery(`#field${fieldID1}`).addClass('my-css-class-1'); jQuery(`#field${fieldID1}`).removeClass('my-css-class-2');

Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum