Advertisement
CleverWebAdmin

Untitled

Sep 10th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     ////Drop down auto-calculating labels
  2.     //jQuery(".gfield_option" + suffix + ", .gfield_shipping_" + form_id).find("select").each(function(){
  3.     //
  4.     //    var dropdown_field = jQuery(this);
  5.     //    var selected_price = gformGetPrice(dropdown_field.val());
  6.     //    var field_id = dropdown_field.attr("id").split("_")[2];
  7.     //    dropdown_field.children("option").each(function(){
  8.     //        var choice_element = jQuery(this);
  9.     //        var label = gformGetOptionLabel(choice_element, choice_element.val(), selected_price, form_id, field_id);
  10.     //        choice_element.html(label);
  11.     //    });
  12.     //});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement