Yes, I have tried (and now again) and I still keep getting the same message.
Can the problem be something about order inside .js file? That the function
is not properly declared?
The first message I have posted contains full content of my .js file.


Qamal Kosim-Satyaputra wrote:
> 
> did you try -> jquery.dataTableHandler(param1, param2+1, param3)
> instead of -> dataTableHandler(param1, param2+1, param3)
> ???
> 
> you can try initializing the variable firsthand...
> 
> jquery.dataTableHandler = function() {};
> 
> or something... then assign the function, but i doubt thats necessary
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Function-to-bind-itself-to-some-element-tp26252246s27240p26257523.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to