⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Issue Plugin jquery.uniform Radio Button



indrazeal

indrazeal
  • profile picture
  • Member

Posted 25 August 2016 - 10:12 AM

Hello Master, I have question about default plugin in grocery crud cause my website error. Sorry for my bad english

 

First error "Cannot read property 'msie' of undefined". 

FIle content

e.browser.msie&&7>e.browser.version&&(y=!1),e.uniform={defaults: activeClass:"active",autoHide:!0,buttonClass:"button",checkboxClass:"checker". . . . . .

 

Second error "$(...).uniform is not a function"

FIle content

$(function(){
$(".radio-uniform").uniform();
});

 

File Path

mydomain/grocery_crud/js/jquery_plugins/jquery.uniform.min.js

 

 

that error cause my update action dont do anything when I click "Update and go back to list" and css error (dont load css) when click "Update Change". I think Jquery not support that plugin again or that just happen to me?

 

My Solution

Remove/Rename jquery.uniform.config.js and it work to me

 

 

[attachment=1136:Untitled.png]

 

thanks