Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Detect sub tab list click on a suitelet
Hi guys,
I have a suitlet with a list if sub tab lists.
Need to detect when the user clicks a sub tab list.
I tried to use JQuery a few ways on the page init:
function clientPageInit(type){
//custpage_prov tab
jQuery( "#custpage_prov" ).click(function() {
alert( "Handler for .click() called." );
});
jQuery( "#custpage_provtxt" ).click(function() {
alert( "Handler for .click() called." );
});
jQuery( "#custpage_provlnk" ).click(function() {
alert( "Handler for .click() called." );
});
}
no alert displayed on click.
Any ideas ???
Many thanks,
Marcel
0