$('#') // hint a list of id
var j = jQuery.noConflict()
j('#') // no hint <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> 使用上下文關係中評論
我已經在我的工作表模塊中的一個聲明的公共職能: Public Function isValidContract(contract As String) As Boolean
' Code reads cell values from the worksheet and determines
' if passed-in contract is one of them.
End