Skip to content

Instantly share code, notes, and snippets.

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_gat.anonymizeIp']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
<script language="javascript" type="text/javascript">
<!--
function popitup(url) {
newwindow=window.open(url,'name','height=400,width=500,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
if (window.focus) {newwindow.focus()}
return false;
}
// -->
</script>
$.ajax({
type: "",
data: {
:
},
url: "",
success: function(output) {
return output;
}
});
var target = $('');
var max_height = 0;
target.each(function(){
if ($(this).height() > max_height) {
max_height = $(this).height();
}
});
target.height(max_height);
/*
*
*
*
*/
(function($){
var environment = {};
$('').click( function(e) {
e.preventDefault();
});
$(window).load( function() {
});