Re: [web2py] how i can write a web2py code nto javascript

2012-11-07 Thread Vinicius Assef
You're already doing it. What is your doubt, actually? On Wed, Nov 7, 2012 at 7:39 AM, Ali Alroomi wrote: > hello plz i need help i need t write web2py code into javascript ike the > following my code plz any help with the this: > > > $.fn.fancybox = function(options) { > $(this).data

[web2py] how i can write a web2py code nto javascript

2012-11-07 Thread Ali Alroomi
hello plz i need help i need t write web2py code into javascript ike the following my code plz any help with the this: $.fn.fancybox = function(options) { $(this).data('fancybox', $.extend({}, options)); $(this).unbind('click.fb').bind('click.fb', function(e) { e.pr