用我自己的替换jquery函数(措辞?)

时间:2016-01-06 12:39:06

标签: javascript jquery function

不知道如何更好地说出这一点,并且通过一些搜索找不到答案。

我只是想知道我是否可以使用我自己的功能替换$("#someid").hover(function() {});,例如:$("#someid").hover(myfunction() {});

这可能已经得到了解答,我在寻找时非常糟糕,但任何帮助都会非常感激。谢谢

1 个答案:

答案 0 :(得分:4)

当然可以......



deltas = points[:, None, :] - targets[None, :, :]  # shape (n_points, n_targets, n_dims)
norm = np.linalg.norm(deltas, axis=2)  # shape (n_points, n_targets)

SqlConnection con = new SqlConnection("Data Source=ALIZEE_TROTT\\SQLEXPRESS;Initial Catalog=UrduStemmer;Persist Security Info=false; User ID=sa;Password=password");

SqlDataAdapter sda = new SqlDataAdapter("select * from stop_word_list where word_list='کو' ", con);

DataTable dt = new System.Data.DataTable();
sda.Fill(dt);
if (dt.Rows.Count == 1)
{
    MessageBox.Show("Ok");
}
else
{
    MessageBox.Show("not ok");
}