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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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