I have a selection field with a meta_key (for example:'text_style') and 3 values (for example:'normal', 'bold', 'italic'), and an element after it (for example: a div with a text in it).
Now i need to update "changeable-class" for each values, when a user select them without reloading page (I can do it).
How do it using AJAX (or any other way that is simpler and faster in loading)? Do I need to use meta_key to do it really?
Regard