Skip to content

Instantly share code, notes, and snippets.

@BumbuKhan
Created January 24, 2017 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BumbuKhan/63a6be1121e61cf0b45aa1fc7a81d8aa to your computer and use it in GitHub Desktop.
Save BumbuKhan/63a6be1121e61cf0b45aa1fc7a81d8aa to your computer and use it in GitHub Desktop.
JavaScript (jQuery) confict with ActiveForm Assets
If any javaScript conflict occurs while using Yii2 ActiveForm widget use this config
ActiveForm::begin([
'enableClientScript' => false
])
@BumbuKhan
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment