-2

根据用户选择从两个不同的来源加载图像的最佳方法是什么,在这种情况下选择日期?是否可以根据条件有 2 个不同的 src 路径?任何意见,将不胜感激。以下是相关代码:

onSelect: function(dateText, inst) {
$("#img").attr("src", "myimagesrc" + dateText + ".jpg"); 
4

1 回答 1

0

You don't. What you do is you parse dateText, check - in your case the year - and then set the src attribute.

于 2012-05-18T21:34:35.447 回答