damiencorpataux / jquery-smokeping-zoom

jQuery javascript plugin for zooming smokeping graphs, standalone.
0 stars 0 forks source link

Validate graph url #12

Open damiencorpataux opened 10 years ago

damiencorpataux commented 10 years ago

Create a connector.validate_url: function() {} that returns false if the img.src is not valid (eg. not parseable).

The plugin constructor checks the url validity and aborts instanciation if url is not valid.