[size="3"][font="Times New Roman"]Hi[/font]
[font="Times New Roman"]I write below code in route of site(controller)/index(action)[/font]
[font="Times New Roman"][color="#ff0000"] <div class="box">[/color][/font]
[font="Times New Roman"][color="#ff0000"] <span class="close"></span>[/color][/font]
[font="Times New Roman"][color="#ff0000"] <p></p>[/color][/font]
[font="Times New Roman"][color="#ff0000"] </div>[/color][/font]
[font="Times New Roman"]and I want when click on button, the content of <p> in <div> in top code is ouput of page of uploaddoc/index and I use from below code:[/font]
[font="Times New Roman"][color="#ff0000"] $(this).click(function() {[/color][/font]
[font=“Times New Roman”][color="#ff0000"] $box.css(‘backgroundColor’, color);[/color][/font]
[font=“Times New Roman”][color="#ff0000"] $box.addClass(‘open’);[/color][/font]
[font=“Times New Roman”][color="#ff0000"] $box.find(‘p’).html(’<b>skdhfksdfhsd</b>’);[/color][/font]
[font="Times New Roman"][color="#ff0000"] });[/color][/font]
[font="Times New Roman"]I want instead of <b>skdhfksdfhsd</b put the content of inside of page of uploaddoc(controller)/index(action)[/font]
[font="Times New Roman"]Please help me?[/font][/size]