After 7 days of search and after i have tried different solutions and it did not work i would like to ask: I have a page with prototype js, protaplasm, and scriptaculous and jquery and Jquery-ui and it was working perfectly with the jquery no conflict until i recently downloaded a design with Bootstrap and here comes the trouble. Prototype js fonctionalities are no more working. The ajax update of prototype js and the inplaceeditor the scriptaculous are no more working. I have tried most work around but i did not really get the result. Does someone have a working solution ?
Conflict Bootstrap, Prototype Js and Jquery
2.7k Views Asked by John Max At
1
There are 1 best solutions below
Related Questions in JQUERY
- How to sort these using Javascript or Jquery Most effectively
- Ajax jQuery firing multiple time display event for the same result
- .hover() seems to overwrite .click()
- Check for numeric value with optional commas javascript
- Extending Highmaps Side Effect
- Array appending after each onclick and loop in javascript
- how can i append part of a table based on how many tr it has?
- Play multiple audio files in a slider
- Remove added set of rows
- Access property of an object of type [Model] in JQuery
- AJAX PHP - Reload div after submit
- proengsoft/laravel-jsvalidation ReferenceError: jQuery is not defined
- when a checkbox is checked how to display a different hidden element using javascript
- Get jquery error Uncaught RangeError: Maximum call stack size exceeded
- Removing only the closest thead on table filtering
Related Questions in AJAX
- Ajax jQuery firing multiple time display event for the same result
- Implement Onfailure in webApi controller
- AJAX PHP - Reload div after submit
- ajax load data from mysql
- Ajax-update only a component attribute, not the whole component nor its children
- using ajax to get a php database result and then show the result in a button
- How to prevent browser from executing some JavaScript when person clicks Back button?
- ajax async: true statement execution order
- Rails 4.2 jQuery loads only after refresh
- WebForms GET Json requests (JsonRequestBehavior.AllowGet)
- Rails - Ajax do not work properly on production server
- Angular js Button click
- Make jQuery/AJAX perform instantly on page load
- jQuery Ajax Uncaught TypeError: Cannot use 'in' operator to search
- Show success or error messages in Ajax response to Wordpress custom registration form
Related Questions in TWITTER-BOOTSTRAP
- UIWebView Screen Fitting Issue
- Website zoomed out on Android default browser
- Twitter Bootstrap horizontal form elements on a line
- My navbar is not expanding after collapse
- Reload List after Closing Modal
- Overwrite Bootstrap style for a single page
- UI.Bootstrap Angular Typeahead and Firebase Array
- Bootstrap - Fixed navbar doesn't do what's expected?
- Bootstrap NavBar with no content on small screens
- Bootstrap Dropdown Button Problems
- ScrollBar not showing up - BootStrap
- Bootstrap flip card with css3 transform
- bootstrap grid layout questions
- How do I make jquery events work in a bootstrap modal with dynamic content and selectors?
- Using GLYPHICONS's free pngs with classes
Related Questions in PROTOTYPEJS
- not able to pass dynamic div id by for loop
- How do I convert this Ajax function (in prototype) to a jquery one?
- How to format Qualtrics embedded data on a per-input basis?
- ajax not working and chrome but working fine in IE
- How to make Prototypejs onComplete fire an alert?
- Remove JS SCRIPT from MASTER page in child pages
- Convert Prototype JS to vanilla JS.
- IE throwing JavaScript TypeError but not on chrome
- Create HTML element object from HTML string in Prototype
- Display text when Select is chosen
- How can I use an ajax request to fire Webservice calls in Javascript
- Simulating click and change with Prototype - Simulate.js
- Jquery and Prototype Conflict in Rails Production
- Taking a div element with JQuery and a regular expression
- Grails: PrototypeJS lib adding an extra underscore (_) parameter and doubling up all parameters
Related Questions in SCRIPTACULOUS
- How to make Prototypejs onComplete fire an alert?
- scriptaculous blindUp/blindDown issue
- How to stop Ajax.InPlaceEditor submitting on pressing Return key?
- How to extend the scriptaculous autocompleter?
- Preloading images in a slider
- Preloading images with Prototype/Scriptaculous
- javascript on a partial - ruby on rails
- Effect.SlideDown (Scriptaculous) broken in IE7
- Scriptaculous Ajax.Autocompleter loading bar
- Magento - Display element on page load using scriptaculous and prototype
- Prototype.js 1.5.0 with script aculo us 1.7.0 Ajax.Updater problems
- Scriptaculous "Sortable.create()" method does not work after making AJAX call to update unordered list
- Script.aculo.us Drag 'n' Drop - Revert onEnd condition
- Detect if mouse is touching element using Prototype.js?
- scriptaculous effect occur once
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have found the answer. To avoid conflict between Jquery, Prototype js, protoplasm, twitter bootstrap First i added the jquery noconlict after jquery
and i put every jquery code between
And most importantly i opened every other js file that uses jquery like bootstrap.min.js and i copied and pasted the code inside between
I still have an error like TypeError: this.element is null controls.js with Firebug but everything works perfectly