[jQuery] TreeView - what alternatives are there?

2009-06-02 Thread Devin
I like TreeView, but its a little bland. Is there anything with similar functionality?

[jQuery] Re: Thickbox half-works.

2009-03-26 Thread Devin
; On 25 mrt, 15:46, Devin wrote: > > > This is my code.   The problem I'm having is that when I click the > > thumbnail all I see the loading bar.  It just hangs there animated. > > Interestingly if I take the rel tag out of the images it works, but it > > doesn&#x

[jQuery] Thickbox half-works.

2009-03-25 Thread Devin
This is my code. The problem I'm having is that when I click the thumbnail all I see the loading bar. It just hangs there animated. Interestingly if I take the rel tag out of the images it works, but it doesn't show the previous and next options in the thickbox. Suggestions?

[jQuery] tinyMCE... wow!. creating a link

2008-11-18 Thread Devin
Hi, I'm amazed by this editor. Although my experience with it is very limited at this point, it truly seems like a masterpiece. The application I am working on is intended for those that won't necessarily have the time or skill. The issue is the popup for creating a link. The only thing that

[jQuery] Advise me - data in openoffice spreadsheet - best way to manip. with jquery

2008-11-04 Thread Devin
ould be so much easier with a proper database. Its just a free project I took on to help out. Any thoughts? Devin.

[jQuery] Re: search for text and replace or remove the element entirely

2008-11-03 Thread Devin
; $("#tableId > tr > td").each(function(){ >        this.text("your value"); > > }); > > this should be work for you. > > -- > with regards > > Jilani Jidni > > > > On Mon, Nov 3, 2008 at 6:41 PM, Devin <[EMAIL PROTECTED]> w

[jQuery] Re: R: [jQuery] search for text and replace or remove the element entirely

2008-11-03 Thread Devin
How would I perform NOT contains? On Nov 3, 9:19 am, diego valobra <[EMAIL PROTECTED]> wrote: > Hi devin, see if this could be what you'r looking for: > > http://docs.jquery.com/Selectors/contains#text > > Diego > --- Lun 3/11/08, Devin <[EMAIL PROTECTED]&

[jQuery] search for text and replace or remove the element entirely

2008-11-03 Thread Devin
Hi I'm trying to devise a way to check each cell in a table for a particular value. When the value is found, I want to remove the row from the document. Or, when its found I want to do a replace. (ie $ (this).innerHTML.replace("name", "Devin") I know that syntax is

[jQuery] changing the style of pre-checked checkboxes

2008-10-22 Thread Devin
Hi, I've poked around for a solution but I can't find anything concise enough for my jquery skill level. When my page loads (asp) some checkboxes will be checked (depending on the parameters). I would like to have these checkboxes have a style on them. I know there is other ways but I would lik

[jQuery] Table Sorter - Freeze Panes (like Excel)

2008-10-20 Thread Devin
Hi. I know there are solutions that work for freezing the TH or first row of a table. However I can't seem to find one that also has been tested with table sorter. Suggestions? Thanks, D.

[jQuery] Adding a double click event to a form element

2008-10-17 Thread Devin
Hi, I'm new at this and I wasn't able to find what I was looking for by searching. On my form there is a few fields that will be populated when the page is loaded. These are fields that would rarely - if ever - be changed. So I want the user to have to double click the field to enable it. Thus

[jQuery] Return folder location from file input dialog

2008-10-10 Thread Devin
Hi there. I'm not sure if this is even possible but here is what I am trying to accomplish. The almost does it. However I need it to let me select a folder then return the name of the folder. Thats it. It doesn't have to do anything with the folder, it just has to let the user select the fo

[jQuery] navbar width problems

2008-09-19 Thread Devin
Hi, I asked a bunch of questions in one post and perhaps that wasn't the best idea. I hope its ok to post one again, one of the more pertinent ones. My menu will ways have 7 submenus (each of those will have a varying number of children and grand-children, etc) Each main menu item of the 7 nee

[jQuery] Superfish - 1:colors, 2:overlap, 3:animation removal 4:navbar spacing

2008-09-17 Thread Devin
Hello, I have been using a menu system at work that is 10 times more complicated than it needs to be. Superfish does almost everything it does and in some cases even more. So I'd like to get Superfish implemented in my project. I have some questions that I haven't been able to find a quick fix t

[jQuery] jQuery Corner no longer works in Safari 3.1

2008-05-02 Thread Devin Torres
In previous versions this could be fixed by setting a background-color on a parent node, but in recent versions (WebKit nightly too) it no longer works.

[jQuery] Re: WYMeditor hiccups

2007-05-28 Thread Devin Torres
Thanks Olaf, that was one of my suspicions, but I'm glad you saw it. I'll see what I can do. On 5/28/07, Olaf Bosch <[EMAIL PROTECTED]> wrote: Devin Torres schrieb: > > I do, indeed: > > src="/static/js/jquery-latest.pack.js"> > Preview Thats

[jQuery] Re: WYMeditor hiccups

2007-05-28 Thread Devin Torres
I do, indeed: Which is what gets me, because at least jQuery if not $j should then be defined, right? On 5/28/07, Christof Donat <[EMAIL PROTECTED]> wrote: Hi, > However, $j is defined globally throughout jquery.wymeditor.js, as: > var $j = jQuery.noConflict(); I have not looked at

[jQuery] WYMeditor hiccups

2007-05-28 Thread Devin Torres
.wymeditor (line 1263) jQuery is not defined [Break on this error] null However, $j is defined globally throughout jquery.wymeditor.js, as: var $j = jQuery.noConflict(); Why would it not be defined in fWYM_INIT_DIALOG() ? -Devin

[jQuery] Re: jQuery PNG Fix

2007-05-21 Thread Devin Torres
ges I make back to you. -Devin On 5/21/07, weepy <[EMAIL PROTECTED]> wrote: Ah yes it seems to assume that the transparency is either 0 or 1if the element opacity is not 1 Not sure how to fix this. On May 20, 3:28 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > If you h

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Devin Torres
I suppose a selector such as this is faster than injecting HTML, right? On 5/19/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: Devin Torres wrote: > > Ah, yes, that seems like a really elegant solution. My problem was the > massive amount of transparent PNGs my site was alrea

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Devin Torres
img tags and applying it within. I love the insight though, maybe there's something I can use from Klaus' solution. -Devin On 5/18/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Im using this one right now. http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/ G

[jQuery] jQuery PNG Fix

2007-05-18 Thread Devin
This is a jQuery plugin I created to adapt pngfix.js from Bob Osola to use the jQuery framework. If anybody has any further recommendations or improvements, don't hesitate to let me know. :-) $(document).ready(function(){ if ($.browser.msie && (document.body.filters)) { $("img").each(