Skip to content

Instantly share code, notes, and snippets.

@trishasalas
Created January 4, 2016 17:01
Show Gist options
  • Save trishasalas/eaa675f8d285cbc220cf to your computer and use it in GitHub Desktop.
Save trishasalas/eaa675f8d285cbc220cf to your computer and use it in GitHub Desktop.
jQuery(document).ready(function($) {
//Customer Info
$( "#field_1_1 h2.gsection_title" ).click(function() {
$( "#field_1_2" ).toggle( "slow", function() {
});
});
//Interior Inspection
$( "#field_1_13 h2.gsection_title" ).click(function() {
$( "#field_1_18" ).toggle( "slow", function() {
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment