Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Monday, March 07, 2016

sample jquery multiple lookup

var strADDButton="ctl00_m_g_1908d4f6_cfae_448c_ab52_87ffc22498be_ctl00_ctl05_ctl01_ctl00_ctl00_ctl04_ctl00_ctl00_MultiLookupPicker_m";
//alert('Test');
function GipAddSelectedItems(strADDButton)
{
    alert('Test Add Button');
}

GipAddSelectedItems(strADDButton);

No comments:

Post a Comment