This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Alert page .. (Example)
#5
This is the javascript function which change color and text in the selector "text"
Code:
$(function(){
 var lowcolor = 'rgb(204, 153, 0)' // Orange
 $(".text").html('Webroad');
 $(".text").html('Webroad').css("color", lowcolor);
});
Reply


Messages In This Thread
Alert page .. (Example) - by buuuudzik - 06.10.2016, 06:24
RE: Alert page .. (Example) - by buuuudzik - 06.10.2016, 07:32
RE: Alert page .. (Example) - by buuuudzik - 07.10.2016, 06:22
RE: Alert page .. (Example) - by buuuudzik - 07.10.2016, 08:44

Forum Jump: