How to add a class to this javascript code?
2 posters
Page 1 of 1
How to add a class to this javascript code?
Hello! ^^
I have just found this topic and this code:
I'd like to put this into a html page, but I was wondering if there is any possibility to give this code a class so that I can add CSS codes to it. I haven't had the chance to learn javascript yet, so it would be nice if someone could tell me how to add a class to the code ^^
Greetings, Starrain
I have just found this topic and this code:
|
Greetings, Starrain
Last edited by Starrain on January 19th 2016, 9:10 pm; edited 1 time in total
Re: How to add a class to this javascript code?
Hi @Starrain,
document.write() can take any string of HTML and will parse it at run time. In answer to your question, you can concat the avatar variable between two HTML strings.
If any questions let me know.
document.write() can take any string of HTML and will parse it at run time. In answer to your question, you can concat the avatar variable between two HTML strings.
- Code:
<script type="text/javascript">document.write('<span class="user_avatar">' + _userdata.avatar + '</span>')</script>
If any questions let me know.
Re: How to add a class to this javascript code?
It works! Thank you very much and have a nice day ^-^
Similar topics
» javascript active class code request
» How do I use class in the code
» JavaScript code issue
» Javascript Widget Code
» help code javascript version - punbb
» How do I use class in the code
» JavaScript code issue
» Javascript Widget Code
» help code javascript version - punbb
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum