Is there a way to display the first row of repeater by default when page loads? v.6 automatically display the first row.
I had to add a custom JQuery script to trigger the button when page loads.
Hi tenspiderfingers
This is exactly what I want to achieve.
Can you post the JQuery script as it is outside my ability
Wallyhowe
This is exactly what I want to achieve.
Can you post the JQuery script as it is outside my ability
Wallyhowe
jQuery(function($) {
$("document").ready(function () {
$(".add_clone").trigger('click');
});
});
$("document").ready(function () {
$(".add_clone").trigger('click');
});
});
You need to login to be able to post a reply.