Giter VIP home page Giter VIP logo

bootstrap-remote-data's People

Contributors

ickbinhier avatar thecodeassassin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bootstrap-remote-data's Issues

The remote tab plugin is not working with Typeahead

I have bootstrap typeahead and its not working with this plugin. If i goto the tab, nothing happens. No request is initiated it.

When i remove typeahead it works, but i also found the following line of code in the plugin, which made me think why this plugin is looking for Typeahead.

bootstrapVersion2 = (jQuery().typeahead ? true : false),

and below the above line of code, it has this:

tabShowEvent = (bootstrapVersion2 ? 'show' : 'show.bs.tab'),

But i'm unsure why its changing the values if I have Typeahead, weird?

Won't load on Bootstrap 3

hey man... hows going?

Look... i've been trying to make your plugin works, but I still couldn't. Even your demo in zip file isn't working....

Mind to give a little help please??

cheers =)

Remote tabs loaded within a remote tab

Hello,

Firstly thank-you for this awesome plugin!

I'm not sure if this is an issue, a feature request or just something I'm not doing right but essentially I'm trying to do 'nested' bootstrap ajax tabs... ie loading a new remote tabset from within a tab that has been remotely loaded.

I have a Stackoverflow Question here which goes into a little more detail, but I wanted to check with the author to see how best to achieve what I am trying to do.

Thanks,
Tim

unrecognized expression: [data-toggle=collapse][href=#bs-tab-tabs-1]

Hello,

i have a error at this point

https://github.com/thecodeassassin/bootstrap-remote-data/blob/master/js/bootstrap-remote-tabs.js#L44

    var hasAccordion = $('[data-toggle=collapse][href=' + hash + ']');
    if (hasAccordion) {
        // for some reason we cannot execute the 'show' event for an accordion properly, so here's a workaround
        if (hasAccordion[0] != $('[data-toggle=collapse]:first')[0]) {
            hasAccordion.click();
        }
    }

If i this comment out this block is all fine.

The error is

Syntax error, unrecognized expression: [data-toggle=collapse][href=#bs-tab-tabs-1]

at this point in jquery.js

Sizzle.error = function( msg ) {
throw new Error( "Syntax error, unrecognized expression: " + msg );
};

remote-accordions and bs versions seperations

Hi I have two questions..

  1. Could I use this plug in also for accordions ? If not could you imagine make this working also with accordions ?
  2. Could you just make a version only for BS3 ?So the plugin would be smaller
    or maybe two separate files like:

bootstrap-remote-tabs-bs2.min.js
and
bootstrap-remote-tabs-bs3.min.js

This is my first issue on github, hope I did everything right :)

disable hash url.

Thanks For good plugin.

How do can i disable hash url. i dont need to show tabs address in my page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.