>
>
> $("a[data-toggle=modal]").click(function(event) {
> event.preventDefault();
> target = $(this).attr('data-target');
> url = $(this).attr('href');
> $(target).load(url);
> return false;
> });
>
> I have also removed "return false" from the above code.
The result is almost what I want. The only problem now is that the modal
window contains a full extended copy of layout.html with the data. All my
efforts to get the code to use a .load fails so far.
But at least I can work with what I have now.
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)