EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: slavok47 on July 04, 2022, 08:20:07 AM



Title: Load window content via ajax
Post by: slavok47 on July 04, 2022, 08:20:07 AM
Hello guys! I can not figure out how to load content into the window, I call the window through
Code:
onclick="$('#w').window('open')"
but I can't figure out how to use
Code:
    $('#w').window('refresh', 'get_content.php');


Title: Re: Load window content via ajax
Post by: slavok47 on July 04, 2022, 08:30:41 AM
I understand  ;)
Code:
onclick="$('#w').window('open'); $('#w').window('refresh', 'get_content.php')"