Forums
(@dietcode)
12 years, 2 months ago
Just for anyone that may find this, I worked it out by doing this:
$("#tab-5").on("click", function(e){ e.preventDefault(); e.stopPropagation(); $("#ui-id-5").click(); });