SnapDeal is selling Osia Italia Shirts for Rs. 320. Fabric: Cotton.
Apparel – 20% off Promo Code: FASHION
Buy: Osia Italia Shirts (10 designs) | More Apparel
SnapDeal is selling Osia Italia Shirts for Rs. 320. Fabric: Cotton.
Apparel – 20% off Promo Code: FASHION
Buy: Osia Italia Shirts (10 designs) | More Apparel
PrintLand is offering Personalized Greeting Cards Size A5 for Rs. 75 & A4 for Rs. 85.
50% off Discount Code: MGRE50
$(document).ready(function () {
$('iframe[src*="youtube.com"]').each(function () {
var sVideoURL = $(this).attr('src');
if (sVideoURL.indexOf('rel=0') == -1) {
$(this).attr('src', sVideoURL + '?rel=0');
}
});
});
See result below$("#imgStrip").picstrips({
splits: 7,
hgutter: '10px',
vgutter: '20px',
bgcolor: '#fff'
});
$(document).ready(function () {
$('#txtDate').datepicker({
changeMonth: true,
changeYear: true,
dateFormat: 'MM yy',
onClose: function () {
var iMonth = $("#ui-datepicker-div .ui-datepicker-month :selected").val();
var iYear = $("#ui-datepicker-div .ui-datepicker-year :selected").val();
$(this).datepicker('setDate', new Date(iYear, iMonth, 1));
$(this).datepicker('refresh');
},
beforeShow: function () {
if ((selDate = $(this).val()).length > 0)
{
iYear = selDate.substring(selDate.length - 4, selDate.length);
iMonth = jQuery.inArray(selDate.substring(0, selDate.length - 5), $(this).datepicker('option', 'monthNames'));
$(this).datepicker('option', 'defaultDate', new Date(iYear, iMonth, 1));
$(this).datepicker('setDate', new Date(iYear, iMonth, 1));
}
}
});
$("#txtDate").focus(function () {
$(".ui-datepicker-calendar").hide();
$("#ui-datepicker-div").position({
my: "center top",
at: "center bottom",
of: $(this)
});
});
$("#txtDate").blur(function () {
$(".ui-datepicker-calendar").hide();
});
});
See result below