0
我需要調用一個函數,即如何在jQuery中從外部調用一個插件中的函數(只有一個不是全部)?
SFProductFilter.prototype.filter = function() {
//Some Code which also interact with some of other plugin functions
}
從插件之外。如果是的話,可以嗎?
我需要調用一個函數,即如何在jQuery中從外部調用一個插件中的函數(只有一個不是全部)?
SFProductFilter.prototype.filter = function() {
//Some Code which also interact with some of other plugin functions
}
從插件之外。如果是的話,可以嗎?
,除非我完全失去了一些東西:
SFProductFilter.prototype.filter()