Hi,

I am trying to find out if its possible using javascript assigning
args to the LOAD when button is clicked as follow:

View:

<a class="btn" id="55" href="#mymodal" ...>my button</a>

<script>
    jQuery('#55').onclick(function(){
      web_component(...)
      ....update args..
   };
</script>
<div id="mymodal">
{{=LOAD('mycontroller','myaction',args=55, ajax=True}}}
</div>

I have several buttons with an ID which I want passed to the args.

Kind regards,

Teddy L.

-- 



Reply via email to