JQuery :: Sortable Accordion-like Widget?

May 14, 2009

its an accordion like tool. It functions just how Ineed it, except id love to make it sortable.with the codeupdate?jQuery :

$(function() {
$("#accordion1").addClass("ui-accordion ui-widget ui-helper-reset")
.find("h3")

[code]....

View 1 Replies


ADVERTISEMENT

JQuery :: Difference Between Accordion Widget UI And Accordion Plugin?

Oct 1, 2009

explain to me the difference between the two? I just finished an online tutorial on Accordian Widget UI and it

View 5 Replies View Related

JQuery :: Sortable Inside An Accordion?

Sep 15, 2009

I'm trying to place a sortable list inside an accordion and it isn'tworkig. The list appears outside, below the accordion.

View 2 Replies View Related

Linking To Specific Tabs In Accordion Widget?

Oct 18, 2011

I have followed David Power's tutorial on linking to specific tabs in an Accoridion widget.

I have got a test page working: [URL] which links to specific stories on my news page.

My problem is, I'm adding news stories in the accordion panel, so the newest story goes on the top.

Javascript counts the top panel as 0, the second panel as 1 etc etc.

So if I was to add a new panel, any previous links I have to the top panel would be to the wrong story.

My question is, Is there anyway of counting from the bottom panel up? Or any other workaround that people can think of eg: giving each panel a unique identifier so that the links remain the same even when new stories are added.

View 1 Replies View Related

Sortable List / Data No Longer Sortable

Jul 9, 2007

My script is the same as this http://www.w3schools.com/php/php_ajax_database.asp

When the data comes back to me its using

document.getElementById("txtHint").innerHTML=xmlHttp.responseText

I get the data back fine. However inside getuser.php my data is in a sortable list. If i use this code above. My data comes back but I can no longer sort my list and move things around (I'm guessing because its returned as HTML only). Can anybody give me a solution of what i need to change so my list is also sortable again?

View 3 Replies View Related

JQuery :: Accordion - Stop The Rollover Effect In The Sub Menus Until The Accordion Animation Is Finished?

Aug 5, 2010

I created an accordion menu with rollover sub menus. My question is there a way to stop the rollover effect in the sub menus until the accordion animation is finished? When I click on a category link on the accordion the sub menu links flashes until the animation is done.

View 1 Replies View Related

JQuery :: Application And When To Use Widget Or Plugin?

Jan 27, 2011

This isn't really a beginner question. I need to build a webpage that has some form elements on it. These form elements act like filters on a set of page elements. Several input element can be grouped as one of many filters. For example six checkboxes are filter 1 and a radiobutton and a pulldown element are filter 2.

When the user makes some changes in these filters a server request is send and an answer is send back with the result. Depending on the result every filter (group of elements) need to be re-initialized to reflect the new model state on the server.

So my question is: Is it right to see the filters as widgets in a Jquery UI sense? Or is it more appropriate to just see them as plugins. Can someone please share some insight?

View 4 Replies View Related

JQuery :: Can't Get The Widget Button To Work

Aug 23, 2010

I'm just getting started with jQuery.

I just made a form with a datepicker, which works fine. But I can't get the widget button to work.

I downloaded a theme and I'm importing the files as you can see in the code below. Do I have to download anything else to get the button to work?

My code looks like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[Code]....

View 4 Replies View Related

JQuery :: Cycle Widget And NoConflict()?

May 25, 2011

I integrated JQuery UI, and I have the JQuery tabs working. Since Joomla uses mootols, I had to include thejQuery.noConflict(); And the tabs script " $ " is replaced by JQuery.

However, when I add the Cycle widget, and I replace the $ sign for JQuery, the widget does not work. If I use the $ sign, the widget works. I want to keep my code tidy. Can somebodyenlightenme on this situation?

View 1 Replies View Related

JQuery :: Create A Widget - Badge ?

Mar 19, 2010

I want to display on the partener's website some informations contained on my serveur relative to him (i have multiple parteners) and i thought it would be great to display them like the facebook badge (it's the only example which comes to my mind)

The thing : i really don't know what to do / how to begin :

I cannot use jquery, because it would involve that the parteneer website has jQuery.

I have multiple possibilites on the source of the information :

I can cache a PHP file wich contains informations (but i have 25 parteners so it would be 25 files cached ? -> bad )

I've a XML file [url] but i don't know how to parse an xml file either :O to give you an example i just want to display on crystal-serv information contained between the <GSP> tag where nom = crystal-serv

View 2 Replies View Related

JQuery :: Get Width Inside A Widget?

Nov 14, 2011

I have a problem with width() of jQuery.Normally, width() will return an exact value of element's width instead of the percentage (if we use width: 100%).

I'm writing a widget using jQuery. I have a function to build my widget and set its width based on the outer-bound. I need the exact value of width to arrange the element inside that widget. But when using width(), it returns 100 (means 100%), not the value in pixel (must be 1200px).

View 2 Replies View Related

Jquery :: UI Not Loading Using Core And Tab Widget

Oct 26, 2011

I have recently downloaded a custom jQuery UI Pack, only using core and tab widget. On the examples in the index.html file, everything loads fine. Then I copy the files to my website directory, (all locally) and the images files just contain a question mark.

View 3 Replies View Related

Jquery :: Create A Widget On Wordpress?

May 11, 2010

I was wondering if someone can help me out here. I was wondering if its possible to get this Jquery Image Slider to fit a 250x250 Pixels I want to create a widget on Wordpress.[URL]..If possible in order to get this done we could move the control with the numbers on the bottom and keep the descriptions on top.

If this cant be done, do any of you know any 250x250 Jquery Image sliders. That can possibly work in this format? I'm trying to stay away from Flash much as possible.

View 1 Replies View Related

JQuery :: Accessing Widget Methods By Input's Id?

Dec 24, 2011

I have a text field

<input type="text" id="f">

I transorm it to autocomplete widget$('#f').autocomplete()How to access widget's methods and properties by id of the field?I need to access initialized widget to call some of its methods, modify properties etc.

View 1 Replies View Related

JQuery :: Binding Click Event In Widget?

Nov 14, 2011

I have a function in my widget :

this.element.find('.abc').live(this.options.event,jQuery.proxy(this._onCollapse, this));

[Code]...

View 1 Replies View Related

JQuery :: Dashboard Widget Save State?

Mar 11, 2011

[URL]In the documentation there write that i can save the state of my open and added widgets. But how?

View 6 Replies View Related

JQuery :: DatePicker Widget Doesn't Show Up?

Feb 12, 2011

I am trying to use DatePicker ui. I have uploaded "js" and "css" files in the same directory where my script resides. I also downloaded "jquery" in jquery.js file in the same directory. When I run the script, the field is displayed but the DatePicker widget doesn't show up.

[Code]...

View 1 Replies View Related

JQuery :: Easing A Tabbed Widget In Wordpress?

Feb 6, 2011

I've read up on using easing and animate but am having trouble implementing into my tabbed widget in my wordpress sidebar (still under construction so no link). The widget works as is but I would like to instate easing into it.

I'm unsure whether to put the script code into header.php or where exactly though. Nothing seems to work. Does anyone know of a tut or how to incorporate jquery functions into a wordpress sidebar widget perhaps?

View 1 Replies View Related

JQuery :: Implement UI Tabs In Sidebar Widget?

Jan 8, 2012

How I can implement JQuery UI Tabbs into my WordPress Blogs Side Bar. What would be the most appropriate place to ask this question as I have zero experience with any of this and I am using the Genesis Framework for my Blog which can be found here[url]

View 2 Replies View Related

JQuery :: Remember The Position Of A Widget Or List ?

Dec 23, 2010

how do you save the position of a widget or list ?[URL]...

View 3 Replies View Related

JQuery :: Widget - Standard .NET Grid In My Application

Mar 3, 2011

I currently have a standard .NET grid in my application and am considering a few options. I could replace the grid with divs so the current rows would be like posts in a forum. Or replace the .NET grid with the new jQurey grid, that way I would gain a whole lot of functionally!

My question is can a grid be modified so that the rows are about 11/2 inches tall and be formated to show several lines of text? I want them to show 2 business names, addresses and some details gotten from a form.

View 4 Replies View Related

JQuery :: Image Only Visible On Mouseover In Widget

Jan 1, 2010

In this widget: [URL]. When clicking to tab2, the image is not visible. Its only visible when mouse over. What is my mistake in jquery or css coding.

View 2 Replies View Related

JQuery :: How To Use Sortable Tables

Jan 13, 2011

i am new to Html and i am helping run a website for virtual golf. we were thinking of adding a Statistics page but would need the table used to be sortable so by hitting the header the column sorts the figures in order, the tablw would only be 50 rows and 8 columns. i have looked at the website [URL]../docs/but cant seem to sort out where to place things. a step by step guide would very much be appriciated.

View 6 Replies View Related

JQuery :: Sortable Not Working In IE9?

Oct 21, 2011

Anyone had any luck getting sortable working correctly in IE9?

[URL]

I don't see anything in the bug tracker regarding this, anyone else experience this? Anyone have 5 seconds to fire up IE9 and try the above demo?

View 5 Replies View Related

JQuery :: Button Widget Won't Return To Ready State In IE8 But Does In FF

Mar 15, 2011

I am chaining a .click function to the .button jquery UI widget. I get the action I want just fine but the in IE8 the button does not return to the ready state after I click. It works fine in FF.

$('#myButton').button()
.click(function () {
$('#total').text('here it is');
})

[Code].....

View 2 Replies View Related

JQuery :: Initializing A Form Widget (radio Button Set)?

Dec 14, 2011

in my markup, ii have a form w/ a few simple controls, one of which is a pair or radio-buttons; to make it simple, let's say that these two buttons change/set the background color of a plot--'white' for the first button and 'gray' for the second one.

In my jQuery file, referenced/included in my markup is the event handler:
$("input[type=radio][name=backgroundColor]").change(function() {
plot1.grid.background = $(this).val();

[code]....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved