0

我写了这个js脚本:

$("[rel='tooltip']").tooltip({ placement: 'right' });   // set tooltip by bootstrap js

$('input[data-datepicker]').persiancalendar(); // show a calendar for inputs that have a data-datepicker attribute 

在除 IE 之外的所有浏览器中,这都可以正常工作,但在 IE 8 中,这会导致错误。

这是错误信息:

IE 8 错误

由于某些原因,我无法编写仅在非 IE 浏览器中运行此脚本的条件注释。我想在所有浏览器中运行这个脚本,特别是 IE。

4

0 回答 0