On 27 May 2012 09:38, Annet <[email protected]> wrote:
> I solved the problem by moving the JavaScript code from right below
> {{extend calendar/index.html}} to right above
>
>
> <script type="text/javascript">
>
> $("a[data-toggle=modal]").click(function (e) {
> target = $(this).attr('data-target')
> url = $(this).attr('href')
> $(target).load(url);
> })
>
> </script>
>
>
> Would it make a difference if you include this code in here?
<script type="text/javascript">
$(document).ready(function(){
< your 'function>
});
</script>
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)