Sha256: ab3f4fa32e21ad37d28eff2a6ce30f35f0a7c8907c981fca4f24a16f84843ca5
Contents?: true
Size: 1.84 KB
Versions: 3
Compression:
Stored size: 1.84 KB
Contents
jQuery -> $('#width').parent().hide() $('#height').parent().hide() $('#url').parent().hide() $('#ad_text').parent().hide() $('#param_name').parent().hide() $('#param_restriction_value').parent().hide() $('#image').parent().hide() $('#clicks').parent().hide() $('#geo_location').parent().hide() if($('#advertisement_ad_type_image_link').attr('checked')) $('#width').parent().show() $('#height').parent().show() $('#url').parent().show() $('#image').parent().show() $('#clicks').parent().show() if($('#advertisement_ad_type_ad_service').attr('checked')) $('#ad_text').parent().show() if($('#advertisement_parameter_restriction_boolean_true').attr('checked')) $('#param_name').parent().show() $('#param_restriction_value').parent().show() if($('#advertisement_geolocation_boolean_true').attr('checked')) $('#geo_location').parent().show() $('#advertisement_ad_type_ad_service').change -> $('#width').parent().hide() $('#height').parent().hide() $('#url').parent().hide() $('#image').parent().hide() $('#clicks').parent().hide() $('#ad_text').parent().show() $('#advertisement_ad_type_image_link').change -> $('#width').parent().show() $('#height').parent().show() $('#url').parent().show() $('#image').parent().show() $('#clicks').parent().show() $('#ad_text').parent().hide() $('#advertisement_parameter_restriction_boolean_true').change -> $('#param_name').parent().show() $('#param_restriction_value').parent().show() $('#advertisement_parameter_restriction_boolean_false').change -> $('#param_name').parent().hide() $('#param_restriction_value').parent().hide() $('#advertisement_geolocation_boolean_true').change -> $('#geo_location').parent().show() $('#advertisement_geolocation_boolean_false').change -> $('#geo_location').parent().hide()
Version data entries
3 entries across 3 versions & 1 rubygems