On 30 May 2012 10:33, R. Osinga <[email protected]> wrote: > You use: > > $(document).ready(function() { > $('a[href*="Alternative"]').a**ttr(data-toggle,'modal'); > $('a[href*="Alternative"]').a**ttr(data-target,'#alt'); > }); > > But it should be: > > $(document).ready(function() { > $('a[href*="Alternative"]').a**ttr('data-toggle','modal'); > $('a[href*="Alternative"]').a**ttr('data-target','#alt'); > }); > > > Thanks. That solves the problem about 'data' reported by firebug. But it still complains about :
Error: a is not a function Source file: http://localhost:8000/init/static/js/bootstrap.min.js Line: 7 Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)

