Description:5MM LED 70 lights provide a brilliant dash of color for any occasion. Durable, weather resistant and long lasting sealed construction. Patented water resistant construction. Single injection mold. Resistor is in the plug. Available in all colors. Ability to “piggyback” from set to set. Ready to install!
Specifications:
- Case Qty: 24
- Length: 20′
- Bulb Spacing: 4″
- Voltage: 120
- Construction: Single Injection
- Fuse/Amps: 3
- Cord Color: Green
- Wire Gauage: 22awg
- Bulb Type: LED 5MM
- Bulb Color: Multi
- Rating: UL Listed
- Usage: Indoor/Outdoor
- Category: Light Sets
- Assembly: Not Required
- Extra Parts Included: Fuses
725){ $.colorbox.resize({width: 700}); } else{ $.colorbox.resize({width: $(window).width()-30}); } } $(document).ready(function(){ // When user clicks on tab, this code will be executed $asp(“txtQty”).jStepper({minValue:1}); // var tabwrapper = $(‘#tabs_wrapper’); // try{ // tabwrapper.responsiveTabs({ // rotate: false, // startCollapsed: ‘false’, // collapsible: ‘accordion’, // setHash: false, // animation: ‘slide’ // }); // } // catch(err){ // } $(“.addtocart”).colorbox({inline:true}); $asp(‘btnAddToCart’).click(function() { var ItemID = $asp(“hfItemID”).val(); var Qty = $asp(“txtQty”).val(); $(“#modal-add-to-cart”).html(“]]>”); //$.fn.colorbox.resize(); $.ajax({ type: “POST”, url: rootPath + “PageMethods.aspx/AddToCart”, data: “{‘ItemID’:'” + ItemID.toString() + “‘, ‘Qty’:'” + Qty.toString() + “‘}”, contentType: “application/json”, dataType: “json”, success: function(msg) { // Replace the div’s content with the page method’s return. var str=msg.d.split(“|||”); $(“#modal-add-to-cart”).html(str[0]); $(“.cartCount”).html(str[1]); resizeColorBox(); } }); }); });
Source