[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 devin.corm...@gmail.com 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't show the previous

[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? !DOCTYPE HTML

[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
much easier with a proper database. Its just a free project I took on to help out. Any thoughts? Devin.

[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] ha scritto: Da: 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 wrong but I think it gets

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

2008-11-03 Thread Devin
(){        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] wrote: 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

[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

[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.

[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 input type=file 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

[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

[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

[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] WYMeditor hiccups

2007-05-28 Thread Devin Torres
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: WYMeditor hiccups

2007-05-28 Thread Devin Torres
I do, indeed: script type=text/javascript src=/static/js/jquery-latest.pack.js/script script type=text/javascript src=/static/js/thickbox-compressed.js/script script type=text/javascript src=/static/js/adrotate.js/script script type=text/javascript src=/static/js/wymeditor/lang/en.js/script

[jQuery] Re: jQuery PNG Fix

2007-05-19 Thread Devin Torres
for 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/ Glen On 5/18/07

[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 already using. Going back

[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)) {