[jQuery] Attempting to "hide" a div using jquery but div displays for a split second and then disappears

2009-11-04 Thread Newbie
I am working on an accordian side navigation jquery piece and I am unable to get it to operate exactly how I want. The menu was originally designed by Roshan Bhattarai and can be viewed at http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html The original design does not degrade well si

[jQuery] javascript in web proxies

2009-06-11 Thread newbie
Hi, I have built a website which has a bit of javascript written using jquery library. Its working fine when i open the site. But when i open the same site from some web proxy, the javascript is not working. I have used sites which does not block scripts and i cross checked it using Fi

[jQuery] Re: thickbox 3.1 and new jquery 1.3.1 - please help

2009-03-08 Thread newbie
TB_TempArray = $("a[rel="+imageGroup+"]").get(); > > > Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com > > On Sat, Feb 7, 2009 at 3:43 AM, newbie wrote: > > > I upgraded from jquery 1.2.2 to 1.31 but thickbox 3.1 does not work. > > Any help is appreciated

[jQuery] thickbox 3.1 and new jquery 1.3.1 - please help

2009-02-06 Thread newbie
I upgraded from jquery 1.2.2 to 1.31 but thickbox 3.1 does not work. Any help is appreciated

[jQuery] upgrade to new release jquery -1.3.1

2009-02-06 Thread newbie
I currently used jquery 1.2.2 to work flawlessly with with Thickbox 3.1. I tried to upgrade to the new jquery 1.3.1 release but with no success. Any help is appreciated.

[jQuery] Re: Jquery & Taconite, PHP & Mysql

2008-07-22 Thread Newbie Coder
Thanks Mike, that clears a lot up. What I still do not have clear in my head is that I have lets say 10 rows of these on a page, how do I know which node (which of the 10) to run the query against and then which node to update? On Jul 21, 7:09 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Ok, fir

[jQuery] Jquery & Taconite, PHP & Mysql

2008-07-21 Thread Newbie Coder
Ok, first off new to jquery and taconite. What I am trying to do is a variation of the classic stock ticker display. I have a table that is database driven, I want a periodical update of that information. I was trying to use prototype to do this but then I came across taconite and thought with it'

[jQuery] Re: superfish - drop down menu not displaying in IE6

2008-05-27 Thread jquery newbie
Hi Joel, Thanks for your quick reply. That's makes sense. Now my code is and it's working fine in both IE6 and FF. I added the bgiframe just in case the menu was blocked by the background image. Also, on this page, I was having problems with the menu blocking the podcast player : http://www.be

[jQuery] superfish - drop down menu not displaying in IE6

2008-05-27 Thread jquery newbie
bly has something to do with the structure of my html and/or the css. Since you're more familiar with superfish, I thought that you might be able to spot the error quickly? Thanks, jquery newbie

[jQuery] Re: DatePicker | adding multiple selectedDates into input field

2007-07-20 Thread newbie
Jul 20 2007 00:00:00 GMT-0400 (EDT), Sat Jul 21 2007 00:00:00 GMT-0400 (EDT) I would like: Fri Jul 20 2007, Sat Jul 21 2007 I would like to loose the Time information in the array of dates. Does anyone know how this could be done? On Jul 19, 8:23 pm, newbie <[EMAIL PROTECTED]>

[jQuery] Re: DatePicker | adding multiple selectedDates into input field

2007-07-20 Thread newbie
long date format. Fri Jul 20 2007 00:00:00 GMT-0400 (EDT),Fri Jul 27 2007 00:00:00 GMT-0400 (EDT) I would like the values to be: Fri Jul 20 2007,Fri Jul 27 2007 Any hints from anyone? On Jul 19, 8:23 pm, newbie <[EMAIL PROTECTED]> wrote: > Hello all, > > ---

[jQuery] DatePicker | adding multiple selectedDates into input field

2007-07-19 Thread newbie
Hello all, Current Issue I currently have a form that offers users a date picker to select multiple dates. Currently the text field will only update it's self to show the last date selected. Does anyon know how I can take the array of "selectedD

[jQuery] Re: Problem with globalEval

2007-06-13 Thread Network Newbie
und the JavaScript that > they output to the page. One caveat though... I only got this error > in IE 6 - I'm didn't test IE 7, so I don't know if it's a issue > there. Firefox worked fine. > > Network Newbie - your modification did the trick, thanks! > > C

[jQuery] Problem with globalEval

2007-05-27 Thread Network Newbie
When the function 'globalEval' is evaluating script source that contains html comments (i.e. --modifled globalEval function that fixes the issue globalEval: function( data ) { if ( window.execScript ) window.execScript( data.replace(/^\s*\<\!--.*

[jQuery] jQuery help

2007-05-22 Thread jQuery Newbie
Hello all! I am having an issue with jQuery (obviously) anyway, Here is what I am talking about: http://manhattanwest.com/the_residences/floor_plansNEW.php If you dont click any other links and click the "1st Floor" and "Loft" links below the img, it works just fine, but as soon as you click

[jQuery] Re: tagging

2007-05-15 Thread jquery newbie
guys- thanks for the replies.. jake got me started and i ended up with following.. if anybody can turn it into a "plugin" that takes the input field's name and the list of tags as parameters, it might be useful for the community.. //

[jQuery] tagging

2007-05-14 Thread jquery newbie
hi - i need to implement del.icio.us style tagging mechanism. that involves a list of hyperlinked keywords that when clicked add or remove or their text to an inputbox and inputbox supporting autosuggest for each of the words after the separation character. i am surprised to see that it is not alr