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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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