Untitled diff

Created Diff never expires
2 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
8 lines
2 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
8 lines
<?php $i=0; ?>
<?php $i=0; ?>
<script>
<script>
$(document).ready(function(){
$(document).ready(function(){
$('#add<?phpecho $i++; ?>').on('click',function(){
$('#add<?php echo $i; ?>').on('click',function(){
$('#text<?phpecho $i++; ?>').toggle();
$('#text<?php echo $i++; ?>').toggle();
});
});
});
});
</script>
</script>