Difference between revisions of "Team:SCU-China/Attributions"

Line 12: Line 12:
 
// $('body').children().remove('#globalWrapper');
 
// $('body').children().remove('#globalWrapper');
 
$('#content').remove();
 
$('#content').remove();
$('#sideMenu').remove();
+
$('body').children().remove('script');
$('bars_item').remove();
+
$('iframe').remove();
+
  
 
  $('head').apend("<meta name=\"viewport\"content=\"width=device-width, initial-scale=1\"><meta http-equiv=\"content-type\"content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\"content=\"IE=edge\">");
 
  $('head').apend("<meta name=\"viewport\"content=\"width=device-width, initial-scale=1\"><meta http-equiv=\"content-type\"content=\"text/html; charset=UTF-8\"><meta http-equiv=\"X-UA-Compatible\"content=\"IE=edge\">");
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 02:40, 26 November 2016

dummy