Skip to main content
deleted 82 characters in body
Source Link
ken
  • 3.7k
  • 1
  • 32
  • 44

Actually, the correct jQuery translation would be:

$('#welcome').html("<font color='white'>Logged As: TEST</font>"); 

If you're going to be pedantic about the whole thing, at least get it correct.

Three cheers for my lack of "reputation"!

Actually, the correct jQuery translation would be:

$('#welcome').html("<font color='white'>Logged As: TEST</font>"); 

If you're going to be pedantic about the whole thing, at least get it correct.

Three cheers for my lack of "reputation"!

Actually, the correct jQuery translation would be:

$('#welcome').html("<font color='white'>Logged As: TEST</font>"); 

Three cheers for my lack of "reputation"!

Source Link
ken
  • 3.7k
  • 1
  • 32
  • 44

Actually, the correct jQuery translation would be:

$('#welcome').html("<font color='white'>Logged As: TEST</font>"); 

If you're going to be pedantic about the whole thing, at least get it correct.

Three cheers for my lack of "reputation"!