Re: Freemarker .load() jquery
Daniel Dekany <[email protected]> Thu, 12 Nov 2015 20:29:15 +0100
| Newsgroups | gmane.comp.web.freemarker.user |
|---|---|
| Message-ID | <[email protected]> |
FreeMarker runs on the server, generates the page, and then the client
(the browser) receives that already generate page, and executes the
JavaScript. Thus, FreeMarker has nothing to do with jQurey. Your
browsers runs whatever you see with Ctrl+U (source view).
Thursday, November 12, 2015, 6:46:48 PM, tgarijo wrote:
> Hello
>
> This is the scenario
> I have page name a.ftl, it has a div id="capa", this page has a jquery
> $("#capa").load('/b.ftl');
> In b.ftl there is a freemarker form, but when run $("#capa").load('/b.ftl')
> not played.
>
> I attach
>
> <http://freemarker.624813.n4.nabble.com/file/n4655597/freemarker.png>
>
>
>
>
> --
> View this message in context:
> http://freemarker.624813.n4.nabble.com/Freemarker-load-jquery-tp4655597.html
> Sent from the freemarker-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> FreeMarker-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freemarker-user
>
--
Thanks,
Daniel Dekany
------------------------------------------------------------------------------