GithubHelp home page GithubHelp logo

Comments (2)

claviska avatar claviska commented on August 16, 2024

I've used this inside of jQuery UI tabs plenty of times, but there have been issues with dynamically loaded tabs and such. You need to consider the way that the selectBox control works: the original select element is hidden and a UI control is created next to it in the DOM. If the tabs plugin is modifying the DOM is such a way that the UI control or the original select is affected, the control may stop working.

That said, you should try instantiating the control after the tabs are created:

$('#tabs').tabs();
$('SELECT').selectBox();

See if that works and, if not, perhaps a jsFiddle would be easier to troubleshoot?

from jquery-selectbox.

tamitutor avatar tamitutor commented on August 16, 2024

Got it working. I fiddled with it on jsFiddle and got it working. Not sure exactly what I did because when I went back to verify what I thought the original problem was, it wasn't a problem anymore...

Perhaps it was as simple as clearing my cache...I dunno, but it's working and looks beautiful! Thanks!

from jquery-selectbox.

Related Issues (20)

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.