Showing posts with label jquery-ui. Show all posts
Showing posts with label jquery-ui. Show all posts

Sunday, June 10, 2012

Add items to a jQuery Accordion with jquery


I am using the jQuery accordion plugin to make an accordion of some data. Then I want the user to be able to add more data to the accordian. I have setup the accordion to function properly, then I've made a function that prepends a "list item" to the accordion that matches the accordion semantics.

Thursday, May 31, 2012

Downloading jQuery CSS from Google"s CDN


I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself?

Wednesday, May 30, 2012

Are there hosted jQuery UI themes anywhere?



Possible Duplicate:

Downloading jQuery CSS from Google's CDN




I'm using Google-hosted jQuery and jQueryUI, but I'm wondering if there are hosted jQueryUI themes anywhere? I'd like to just point to a hosted CSS file (the same way I do with the hosted JS file), so that I don't have to worry about setting up directories for the widget images or the CSS files or anything like that.

Friday, May 4, 2012

jQuery count child elements


Here is my HTML code.




<div id="selected">
<ul>
<li>29</li>
<li>16</li>
<li>5</li>
<li>8</li>
<li>10</li>
<li>7</li>
</ul>
</div>

Monday, April 23, 2012

jQuery UI Sortable &mdash; How can I cancel the click event on an item that"s dragged/sorted?


I have a jQuery UI Sortable list. The sortable items also have a click event attached. Is there a way to prevent the click event from firing after I drag an item?

Thursday, April 5, 2012

jQuery dialog button variable


Can anyone tell me how can i use a varaible for button text in jQuery UI dialogs. I want to make a dynamic button name.

jQuery Plugins vs UI vs some alternative


I've been building a web app using jQuery as much as possible. Every time I need to add some new feature, I usually search for a jQuery plugin that does what I need, then I integrated it into my web app. Of course after a while this application becomes very cluttered with all these "random" plugins from different authors, each one having different coding style, naming convention, etc. I would really prefer to use one uniform UI library or framework. I am looking at jQuery UI, but frankly I am not impressed. Although jQuery Tools ( http://flowplayer.org/tools/download.html ) looks kind of nice. Does anyone have any experience with any of these?

Tuesday, January 31, 2012

Functions in Jquery [closed]


I have got many dropdowns in my site and i want to make a reusable function with jquery so i can save a lot of code just by a single function. Can any one help me out in this regard... For an example

Wednesday, January 18, 2012

Monday, January 16, 2012

Thursday, January 12, 2012