Beginning Japanese: Part 1 (Yale Language Series) [ペーパーバック]

Professor Eleanor Harz Jorden, Hamako Ito Chaplin

登録情報

  • ペーパーバック: 426ページ
  • 出版社: Yale University Press (1962/9/10)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0300001355
  • ISBN-13: 978-0300001358
  • 発売日: 1962/9/10
  • 商品の寸法: 25.2 x 17.8 x 2.5 cm
 
 
function reviewHistPingAjax() { jQuery.get("/gp/customer-reviews/common/du/recordHistoPopAjax.html", null); } var reviewHistPopoverConfig = { showOnHover:true, showCloseButton: false, width:null, location:'bottom', locationAlign:'left', locationOffset:[-20,0], group: 'reviewsPopover', clone:false, hoverHideDelay:300 }; function constructTriggerPrefix(asin){ return "reviewHistoPop" + '_' + asin; } function getContentDivId(triggerName){ var nameArray = new Array(); nameArray = triggerName.split('__'); return nameArray[1]; } function jQueryInitHistoPopovers(asin, triggerDivPrefix) { if(triggerDivPrefix == null){ triggerDivPrefix = constructTriggerPrefix(asin); } amznJQ.onReady('popover', function(){ jQuery('a[name^=' + triggerDivPrefix + ']').each(function(){ jQuery(this).removeAmazonPopoverTrigger(); var contentDivId = getContentDivId(this.name); var myConfig = jQuery.extend(true, {}, reviewHistPopoverConfig); myConfig.localContent = '#' + contentDivId; myConfig.onShow = reviewHistPingAjax; jQuery(this).amazonPopoverTrigger(myConfig); }); }); }