I\'ve added a JQuery Masked Input plugin to my Web project but it\'s not working at all.
The plugin can be found here: http://digitalbush.com/projects/masked
That's because jQuery is downloaded but not ready yet. Try
$(function(){ // your code goes here });