Dannymh
Guest
offline
Hi all,
When I try to use an ajax submit and use the replace it with a selector elsewhere it returns an error "Could not find new selector '.theSelector'
The way I have structured this is similar to use something similar to the Demo notepad tool. I have a Macro that looks like
PHP:
Read more
Continue reading...
When I try to use an ajax submit and use the replace it with a selector elsewhere it returns an error "Could not find new selector '.theSelector'
The way I have structured this is similar to use something similar to the Demo notepad tool. I have a Macro that looks like
PHP:
Code:
<xf:macro name="otb" arg-otb="!" arg-thread="!">
<xf:js src="otb/otb.js"/>
<xf:form action="{{ link('otb/save', $otb)}}"
class="block otb" ajax="1"...
Read more
Continue reading...