Extension list

yootheme

ecommerce

joomla

Skip to main content

List of all our extensions

Create an account

JP CE Modal Pro - Trigger Popup from GRID like multi-items element link


Article Index

"Use from GRID like multi-items element link"

  • If you want to open the modal popup from GRID like multi-items element link just follow these steps. This will also work with Gallery and other elements.
  • Open the element item and fill the link field with unique id of the modal in which you want to link.

  • Then give a unique id to the grid element.

  • Add the below script to the custom code section of the builder, where 'test_modal123' is the grid element ID created before replace this with your element unique ID.

jQuery(document).ready(function() { var elements = jQuery('#test_modal123 a') elements.removeAttr('uk-scroll') elements.attr('uk-toggle', '') });

  • Once finished all the settings, Click "Save" and "Close" the builder.
Popup Modal Close settings
Page