Search code examples
jquerytwitter-bootstrapmodal-dialogjquery-effects

twitter bootstrap modal hide show effects


I've got elements in a twitter bootstrap modal that I want to hide and replace with others.

The hide and show work, but trying to add an effect - slide for example - doesn't.

Does anyone know how to do this?


Solution

  • I ended up using bootstrap effects rather than trying to mix jquery and bootstrap stuff up.

    I used a carousel in the modal, which was different to what I'd planned but worked just as well.