Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question Need to Attach Equal Heights JavaScript to User Tabs

More
7 years 9 months ago - 7 years 9 months ago #1 by webdevtim
I need to have ddEqualizeHeights(); called when Posts, Thank You, Unapproved, Edit Ban tabs are clicked in the user profile menu. I am using
Code:
<script type="text/javascript"> jQuery(document).ready(function() { jQuery("a.kwho-user").on( 'click', function() { ddEqualizeHeights(); }); jQuery('[title="Edit Ban"]').on("click", function() { ddEqualizeHeights(); }); });
The .on function works for a.kwho-user because a new page loads. For [title="Edit Ban"] it doesn't work because the form is returned via an AJAX call. I have to click the "Edit Ban" tab a second time for the ddEqualizeHeights() function to be called because the function that loads the form doesn't call ddEqualizeHeights() before it exits, nor does it load a new page. Where is this function that loads the form when the "Edit Ban" tab is clicked, so I can add a call to ddEqualizeHeights() before it exists.

I know this is basic JavaScript, but I am having trouble with it.
Last edit: 7 years 9 months ago by webdevtim. Reason: Needed to add additional Info

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #2 by webdevtim
If someone could reply to this, I won't hold anyone liable because it is after all I who is pruning the JavaScript, and I know I take my chances. But since I prune and since I always make a back up copy of the file before I prune, I can always unprune.

Please Log in or Create an account to join the conversation.

Time to create page: 0.448 seconds