Question about Rainbow Username JavaScript
2 posters
Page 1 of 1
Question about Rainbow Username JavaScript
Hello, I was wondering if it was possible to fix this script so the rainbow effect shows in the chatbox?
Either the animated or just rainbow letters each letter being a different color
@Ange your super good with scripts *)
Thank you for any help!
- Code:
$.getScript("http://xoxco.com/projects/code/rainbow/rainbow.js",function() {
var selectMe= ["u2311"];
for(var i =0;i<selectMe.length;i++){
$('a[href="/'+selectMe[i]+'"]').addClass('rainbow');
}
$('.rainbow').find('*').andSelf().contents().filter(function(){
return this.nodeType===3;
}).parent().text(function() {
$(this).rainbow({
colors: [
'#FF0000',
'#f26522',
'#fff200',
'#00a651',
'#28abe2',
'#2e3192',
'#6868ff'
],
animate:true,
animateInterval:100,
pad:false,
pauseLength:100
});
});
});
Either the animated or just rainbow letters each letter being a different color
@Ange your super good with scripts *)
Thank you for any help!
Re: Question about Rainbow Username JavaScript
Hi @FrOsTyXi,
That script doesn't need to be fixed, the problem is that javascripts installed via the admin panel do not affect the chatbox. I'd say implementing what you want would be a bit troublesome, what with the constant refreshing of the chatbox. You'd have to append the script each time, and from what I saw the mod sign also had issues with it.
That script doesn't need to be fixed, the problem is that javascripts installed via the admin panel do not affect the chatbox. I'd say implementing what you want would be a bit troublesome, what with the constant refreshing of the chatbox. You'd have to append the script each time, and from what I saw the mod sign also had issues with it.
Similar topics
» JavaScript question
» Rainbow username
» Little problem my username rainbow animation colour
» {USERNAME*} Function in Javascript?
» need help for this javascript about adding icon next to username
» Rainbow username
» Little problem my username rainbow animation colour
» {USERNAME*} Function in Javascript?
» need help for this javascript about adding icon next to username
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum