Skip to main content
added 2 characters in body
Source Link
biegleux
  • 13.3k
  • 11
  • 48
  • 52

Yes.

Ensure you have the latest jQuery.jsjQuery.js

//javascript $(function(){ $('#jsEnabled2').html('Yes it is') }) //php $js - 'No'; $jscheck = 'Javascript Enabled: '; $jscheck .= '<span id="jsEnabled">'.$js.'</span>'; print $jscheck; 

Yes.

Ensure you have the latest jQuery.js

//javascript $(function(){ $('#jsEnabled2').html('Yes it is') }) //php $js - 'No'; $jscheck = 'Javascript Enabled: '; $jscheck .= '<span id="jsEnabled">'.$js.'</span>'; print $jscheck; 

Yes.

Ensure you have the latest jQuery.js

//javascript $(function(){ $('#jsEnabled2').html('Yes it is') }) //php $js - 'No'; $jscheck = 'Javascript Enabled: '; $jscheck .= '<span id="jsEnabled">'.$js.'</span>'; print $jscheck; 
Source Link
adswebwork
  • 5.5k
  • 3
  • 22
  • 9

Yes.

Ensure you have the latest jQuery.js

//javascript $(function(){ $('#jsEnabled2').html('Yes it is') }) //php $js - 'No'; $jscheck = 'Javascript Enabled: '; $jscheck .= '<span id="jsEnabled">'.$js.'</span>'; print $jscheck;