Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 308 Bytes

README v4.md

File metadata and controls

8 lines (4 loc) · 308 Bytes

Version 4

TypeError: $.ajax(…) is not a function in Boostrap

The problem is by default slim.jquery.js doesn't have the ajax. slim build of jQuery, which had some things removed, ajax being one of them.

Need download the regular version of jQuery(http://jquery.com/%20download/#jquery) include it.