alfredobarron / smoke

Smoke form validation and components for Bootstrap
http://alfredobarron.github.io/smoke
GNU Lesser General Public License v3.0
387 stars 64 forks source link

How do I destroy smoke.js ? #92

Open FalconDev91 opened 9 years ago

FalconDev91 commented 9 years ago
  if(!$("form").smkValidate()){
    return false;
  }

I want to destroy/disable smkValidate form fields temporarily. Is there a way to do it?

LespiletteMaxime commented 8 years ago

Why not just comment your javascript about smoke.js