[jQuery] Increase / Decrease Font Size

2009-03-31 Thread Dan Vega
I am using the following code to allow the user to increase / decrease the font size of the document. I have tested it in many browsers and in all of the following it comes back with a starting font size of 16px. Firefox 3.0.8 Google Chrome 1.0.1 Safari Win 4 Public Beta In IE 6/7 the font

[jQuery] theme issue

2009-03-16 Thread Dan Vega
On a single page I am trying to use 1 theme for my accordion and 1 theme for my tabs. The themes in 1.7 have one huge css file and it seems like a real pain to go through and delete what I don't need. Even if I could do that it's not really a good solution because i might want to use that theme

[jQuery] Accordion Content height

2009-03-05 Thread Dan Vega
It seems each of the blocks are the same height as the largest. Is there a way to tell them only to be as tall as their content?

[jQuery] jQuery TinyMCE

2009-02-25 Thread Dan Vega
I am having an issue with tinymce and jquery ajax form submissions. I have 2 fields (title/content) and a hidden input (id) that I am submitting via ajax. when I use serialize var form = $(form).serialize(); title = My title id = 2124245 content = null It seems to be an issue with tinymce

[jQuery] redmond theme accordion IE6 bug

2009-01-22 Thread Dan Vega
I am using the accordion and everything is working great in FF3/IE7. In IE 6 the images used for the headers are about 50 pixels below where the accordion is. Does anyone know why this would be happening?

[jQuery] Re: redmond theme accordion IE6 bug

2009-01-22 Thread Dan Vega
://ui.jquery.com/bugs/changeset/1755 Jörn On Thu, Jan 22, 2009 at 7:24 PM, Dan Vega danv...@gmail.com wrote: I am using the accordion and everything is working great in FF3/IE7. In IE 6 the images used for the headers are about 50 pixels below where the accordion is. Does anyone know why

[jQuery] Accordion push to bottom

2009-01-21 Thread Dan Vega
I have a sidebar that is 450 in height. I have 5 accordion menus and they are working fine. What I would like to do though is when you click one of the items for the other icons to push to the very bottom of the content area just like it does on http://www.hp.com/. Does anyone know how to do this

[jQuery] TableSorter Set Column Sorter to false

2007-08-17 Thread Dan Vega
From the docs I gather that I should be able to do the following: This should allow me to define the parser per column as well as to tell it that I do not want the edit column to be sortable. The parser definitions work fine but the sorter:false is not working. I want the edit column to be

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-16 Thread Dan Vega
Does anyone have an example of how to stripe the data rows? The default looks like it should be .odd .even and I am using the blue theme but nothing is getting striped. Thanks !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html head