Programatically trigger ajax panel via jquery in Kentico
Below code will trigger your ajax panel with jquery
---For Hyperlinks---
e.preventDefault();
$('#ID of the ajax panel').attr('href');
eval(GetJavascriptFunction);
---For Input Buttons---
$('#ID of the Ajax panel').click();