[jQuery] How to call a jquery/javascript var in a WP template

2009-12-29 Thread Steve Pierce
Height from jQuery but I can't figure out how to call it from inside WP. Any suggestions are greatly appreciated. - Steve

[jQuery] Superfish with Image Tabs

2009-12-07 Thread Steve Daly
I don't have much experience with CSS. I am using Superfish for a tabbed navigation. I need to use images for my tabs because of design. I need to keep an "on" image while the submenu is open. How can this be done?

[jQuery] Re: Unknown pseudo-class or pseudo-element 'odd'.

2009-12-01 Thread Steve Fleischer
I just asked about this on Twitter and got this reply from Andrew Tetlaw: http://twitter.com/atetlaw/status/6259397321 suggesting using tr:nth-child(even) rather than tr:even and this does indeed work. -- cheers Steve On Dec 2, 7:33 am, Karl Swedberg wrote: > Aha! I see it now. It&

[jQuery] Re: Unknown pseudo-class or pseudo-element 'odd'.

2009-12-01 Thread Steve Fleischer
I found this thread searching for a solution to this same error. I am using FF 3.5.5 Win and jQuery 1.3.2 and get: Warning: Unknown pseudo-class or pseudo-element 'even'. when using this: $("#listTable tr:even").addClass("altRow"); cheers Steve

[jQuery] Drag&Drop-Determine (cursor) relative location of the draggable within the droppable

2009-11-05 Thread Steve
t know how to determine the cursor coordinates relative to the droppable element. My code so far: --- this returns the coordinates absolute to the browser's window. Help? TIA, Steve $('div.formRow').droppable({ accept: '

RE: [jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread Steve Staples
Not really saying it's a problem, but all attributes SHOULD be in double quotes, and also, the tag, doesn't use the closure, and should be opened and closed in on statement, like Again, not saying that what you've done is wrong, nor does switching the single to double, and double to single quot

[jQuery] unsubscribe

2009-08-20 Thread Steve Tran

[jQuery] unsubscribe

2009-08-20 Thread Steve Tran

[jQuery] Which editor is best for inplace HTML

2009-07-24 Thread Steve Hueners
but dropdowns with relevent CSS selectors would be nice. thnkx --steve

[jQuery] Seeking XHTML inplace editor

2009-07-22 Thread Steve Hueners
Just stepped over to http://plugins.jquery.com/search/node/editor - lots and lots of choices - and if to judge by the dates, many new offerings. I'm hoping someone can help me narrow down the field according to these priorities... Stability & Well-formed XHTML (might argue against some of the mo

[jQuery] Re: Looking for tooltip expert

2009-07-17 Thread Steve Tran
Hi there, I used the plugin you mentioned to make a map tooltip in this site http://herevietnam.vn The code can be easily seen by viewing the source code. Steve, On Sat, Jul 18, 2009 at 1:58 AM, e...@uitenbogaard.nl wrote: > > New on jQuery. > I'am looking for dynamic tooltips wh

[jQuery] Jquery/Javascript Developer - 3 month+ contract - To $50/hr - Custom Jquery Exp

2009-07-15 Thread Steve Merriman
compelling work and project that will look great on your resume. Please reply back with your Word resume, phone #, and a time I can reach you to discuss further. Thank you and talk soon. Best, Steve Merriman DPC 603-627-5020 x221 603-627-5025 fax smerri...@dpcit.com www.dpcit.com

[jQuery] Re: Superfish - Menu put in Master page (asp.net MVC) doesn't behave ok in content pages

2009-07-08 Thread Steve Hueners
Thankx for following this issue up...I'd find it helpful to review the other pages that lead you to this point. thx again. On Wed, Jul 8, 2009 at 12:48 AM, HariOm wrote: > > Thanks Charlie for your quick reply. > > I got it working. The problem was with Master page in MVC may be. > > Before I wa

[jQuery] A question about Z-index

2009-06-30 Thread Steve Hueners
understand how folks use firebug's tools to get at the information that helps solve problems like this. thx --steve...

[jQuery] Re: Scrolling a group of accordions

2009-06-26 Thread Steve Hueners
e list to show in the middle or. > > might be good idea to make some sort of mock up, or present a link to effect > you are trying to replicate. You would probably get a lot more creative > input that way, and avoid a lot of misinterpretation of your concept > > the more det

[jQuery] Scrolling a group of accordions

2009-06-26 Thread Steve Hueners
in 'middle of the list' events but may wish to scroll (up) into the past or (down) into the future. Possible? thx --steve...

[jQuery] Re: Click events handling conflict due to prototype?

2009-06-23 Thread Steve the Canuck
Ok, I know why this is happening. This is the issue where Ajax loaded content is not in the jQuery DOM tree, so you have to use a non Ajax loaded selector in order to respond to the event. Steve On Jun 22, 9:14 pm, Steve the Canuck wrote: > Thanks, yes, I should have mentioned - I do h

[jQuery] Handling metadata in current version

2009-06-23 Thread Steve Hueners
I'm looking at: http://docs.jquery.com/Plugins/Metadata and see that the plugin has not had any activity since late 07. Just getting started with jQ and am interested in understanding compatibility-related issues before diving into the tasks this plugin provides. or alternatives.thx

[jQuery] Trigger jquery event on ajax loaded content

2009-06-22 Thread Steve the Canuck
How do I get this code to run once I've made the Ajax call? thanks, Steve

[jQuery] Re: Click events handling conflict due to prototype?

2009-06-22 Thread Steve the Canuck
at it seems to go right past the selector. But, if I put this link outside the table and run it through the debugger, the selector does work properly. Regards, Steve On Jun 22, 8:04 pm, Charlie wrote: > have you tried using jQuery.noConflict();  > ?http://docs

[jQuery] Re: Click events handling conflict due to prototype?

2009-06-22 Thread Steve the Canuck
e.preventDefault(); } }); On Jun 22, 3:17 pm, "Cesar Sanz" wrote: > Use jQuery and not $ > > - Original Message - > From: "Steve the Canuck" > To: "jQuery (English)" > Sent: Monday, June 22, 2009 10:34 AM > Subject: [jQuery]

[jQuery] Re: Click events handling conflict due to prototype?

2009-06-22 Thread Steve the Canuck
Btw... I do have a workaround - register my click event on something outside the table, such as the body tag, and then check the original event target. I'd prefer to target just the list item and anchor though if possible. On Jun 22, 11:14 am, Steve the Canuck wrote: > Hi, > > I

[jQuery] Click events handling conflict due to prototype?

2009-06-22 Thread Steve the Canuck
ets from my PHP framework (symfony) are built in prototype, so I've been using both to some extent. Any ideas about how I can rectify this? Thanks! Steve

[jQuery] Jquery and setInterval() does not work together

2009-06-18 Thread Steve Tran
Hello everybody, First time in this list. I've developed a plugin for a simple slide show. and here is the code http://pastie.org/516507 The problem is when I mouse over the pic, the console error logs: "slideSwitch is not defined" The same error would still happen if I define function slideSwitc

[jQuery] Using jQuery to create self generating forms

2009-06-07 Thread Steve Hueners
s and probably much of what I'm looking for is in that direction...i'm hoping someone can point me to a .net MVC example so I can see the full workcycle from that perspective. much appreciate any feedback --steve...

[jQuery] Re: [validator] how to turn off validation once it's turned on

2009-05-21 Thread Steve Jordan
e.g. if you have a "required" element, it has the class "required", simply remove the class to stop the validation on the element. And reinstate it when you want it again. Steve

[jQuery] Re: [jQuery][validate] - disabling focusInvalid for a given element

2009-05-19 Thread Steve Jordan
ound the houses to do something which works by default. Steve

[jQuery] Re: [validate] - disabling focusInvalid for a given element

2009-05-19 Thread Steve Jordan
Steve J wrote: > Group, > > I'm putting together a form using the Validate plugin, and have run > into an issue it would be nice to resolve. > My issue Is around the focusInvalid option. I'd like to disable the > focusInvalid behavior for a particular element, yet ke

[jQuery] [validate] - disabling focusInvalid for a given element

2009-05-18 Thread Steve J
Any help or input you could provide would be appreciated. thanks Steve

[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-05-12 Thread Steve W
Just wanted to throw my hat in the ring about this issue, Supposition is an awesome enhancement to Superfish and it would be great to be able to use it in the latest version. I've reverted back to 1.4.1 for now after trying unsuccessfully for about an hour to figure out where the disconnect is in

[jQuery] Re: Modifying tooltip.js (bassistance.de)

2009-04-18 Thread steve
> Jörn > > On Sat, Apr 18, 2009 at 11:30 PM, steve wrote: > > > Didn't know if there was an easy way to do a replace-all, to > > accomplish this. > > > Basically, I wanted to use tooltip for my Wordpress blog, however the > > requirement for using jQuery

[jQuery] Modifying tooltip.js (bassistance.de)

2009-04-18 Thread steve
on changing to the jQuery() usage. Thanks, Steve

[jQuery] Re: jQuery introduction script (Alert Message is now showing!)

2009-04-03 Thread Steve
Hi, You need to return false so the anchor tag does not behave in its normal way (ie, take you to the link specified). So this should work: $("a").click(function(event){ alert("Thanks for visiting!"); return false; }); On Apr 2, 9:47 pm, "Mohd.Tareq" wrote: > On Fri, Apr 3, 2009 at

[jQuery] Re: Jquery Media plugin - fails in ie

2009-03-23 Thread Steve
Hi Matthew, I had a similar problem and M. Alsup suggested I download an older version of the JW FLV (v3.8; current version is v4.3) player and the error ("object expected" from IE's script debugger) went away. Hope this helps On Mar 23, 8:09 am, "matthew.ni...@googlemail.com" wrote: > I'm n

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-22 Thread Steve
You want want to try Google's AJAX library which hosts the various JavaScript effects library (JQuery, Prototype, YUI, Mootools) for you: http://code.google.com/apis/ajaxlibs/ Hope this helps! On Mar 22, 12:31 am, Microbe wrote: > Hey everyone, > > I use jquery on a number of sites (all on th

[jQuery] Re: chaining events from different sources

2009-03-20 Thread Steve
Not sure if this will work for you but it will let you set off a chain of effects: http://plugins.jquery.com/project/EffectChain On Mar 20, 4:39 pm, pedalpete wrote: > I've been trying to work with animation timing, and haven't been able > to get this to work properly. > > What I have is that

[jQuery] Re: sortable helper

2009-03-20 Thread Steve Vu
Not sure if this will work for you but it will let you set off a chain of effects: http://plugins.jquery.com/project/EffectChain richajax wrote: I am using jquery sortable in the latest version (1.7.1) , and found out helper and placeholder option is not quite working as I was expecting.

[jQuery] jquery media bug in IE? (jquery.media)

2009-03-19 Thread Steve
tsToXML (arguments,0) + "")); } } The error when shutting down the browser comes from this function: function __flash__removeCallback(instance, name) { instance[name] = null; } Any ideas how to fix this for IE? thanks, Steve

[jQuery] Superfish vertical menu quirks???

2009-03-10 Thread Steve Yakoban
OK - I have superfish functioning in vertical mode so that instead of dropping down, it "drops up" as the submenus unfold. However, there seems to be alignment issues with this that may be a quirk in the coding? What I mean is: if a second level list (child) has 3 items or 4, or 5, the positioni

[jQuery] Superfish jquery conflict???

2009-03-10 Thread Steve Yakoban
Hi, I'm not much more than a jquery cut and paste/change a simple user definition, kinda guy. I can't write javascript... So, I was trying to marry a jquery "animation effect" with Superfish in one page and apparently have a conflict. The two things work separately but it seems that there is unh

[jQuery] Re: Superfish - sfHover question

2009-02-19 Thread Steve Piercy
ie6 since it seems to not > support li:hover and we are replacing the images on the li. I use the pseudo classes on instead of , which IE6 supports. Sprites work for link, hover and active states, and there is no dependency on Superfish. --steve

[jQuery] Re: Image rollover effects in Superfish menu

2009-02-17 Thread Steve Piercy
See this post. http://groups.google.com/group/jquery-en/browse_thread/thread/1801c70c34167ab6/6c934d51612fc7f5?lnk=gst&q=superfish+hover+top+level#6c934d51612fc7f5 I'm experimenting with how to do the same thing, but without the extra markup of . --steve On Feb 1, 4:51 am, Simbaras

[jQuery] Validation Plugin: additional-methods.js

2009-01-22 Thread Steve Blades
h(/bw+b/g).length < params[1]; }, $.format("Please enter between {0} and {1} words.")); -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com --- Co-Author 'Learning Ext JS' http://www.packtpub.com/learning-ext-js/book

[jQuery] Re: attaching hide() to delete confirmation

2009-01-05 Thread steve
thanks, Hector, your answer helped with what I'm trying to do now. On Nov 17 2008, 1:49 pm, "Hector Virgen" wrote: > If the link is within the row, you can use jQuery#parents to find the row, > without using the ID. > $('a.delete').click(function() > { >     $(this).parents('tr').hide(); > > });

[jQuery] Requesting a file in a parent directory with .ajax

2008-12-23 Thread Steve
Hi there! If the file I want to to load is in my web root and is called: loadme.php And my javascript with all my JQuery code is in: js/jquery.js If I call the following function in jquery.js, what's the correct path? $.ajax({ url: '../loadme.php', Will adding the "../" correctly refer it t

[jQuery] Superfish help

2008-11-26 Thread Steve
of the styling). Any suggestions? I was under the impressiong that jQuery was namespaced to avoid problems like this? Or am I getting confused with another library? Cheers, Steve

[jQuery] Re: jsonp to WCF problem

2008-11-20 Thread Steve M
err... might have been helpful if I included a link. http://msdn.microsoft.com/en-us/library/cc716898.aspx On Nov 20, 5:30 pm, Steve M <[EMAIL PROTECTED]> wrote: > On this topic, I found this on MSDN today, seems like it might be a > cleaner solution to the problem, has anyone tri

[jQuery] Re: jsonp to WCF problem

2008-11-20 Thread Steve M
On this topic, I found this on MSDN today, seems like it might be a cleaner solution to the problem, has anyone tried a custom message Encoder? I found their sample and I'm going to implement it today, I'll let you know how it goes. On Nov 20, 7:25 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wro

[jQuery] $.each help for radio button validation

2008-10-22 Thread Steve
Hi Everyone, I'm new at this and can't figure out how to use the $.each properly. Let me try to explain more about my Quiz project: 1. I have a dynamic set of Radio Buttons that are grouped. 2. I want to validate that at least 1 is checked per group. 3. If a radio button is not checked in a grou

[jQuery] Re: Problem with jCarousel in Safari.

2008-10-15 Thread Steve J
I'm getting very similar behaviour in Safari and WebKit nightly build with a slideshow widget i'm making with jcarousel. I'm not using google js, just local jquery, and also using the preload plugin to preload my images. (http://plugins.jquery.com/project/Preload) Seems that when the site is test

[jQuery] Re: Chrome not performing fade and show() functions well

2008-10-12 Thread Steve Davis
I can confirm that using Firefox, it looks good. Using Chrome, I see the issue. Definitely a rendering issue - wonder if Safari does it too? Chrome uses the same render engine as Safari (webkit), but it's a version or two behind, I think. So would be interesting for you to see if this happens in

[jQuery] Ajax/load help with external javascripts

2008-10-04 Thread Steve
Hi, I'm a jQuery newbie. Basically, I'm trying to load an html file into a div when a button is clicked. The html file contains external .js and .css files for the Greybox widget. I can't get Greybox working, do I have to do something special to load the js and css before the load method? Apprecia

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-04 Thread Steve Davis
Nice job :) On Oct 2, 2:52 pm, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > Hi All, > Today we released our first jQuery plugin, which provides an easy way to add > alphabet-based navigation to any UL or OL list. Here's a link to our > announcement blog > entry:http://blogs.ihwy.com/dev/post/

[jQuery] unsubscribe

2008-10-01 Thread Steve Schnable
unsubscribe!

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve

[jQuery] Re: Include Scripts

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve

[jQuery] Re: Licenses

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve

[jQuery] Re: Problem with JQuery Form, file upload and success option

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve

[jQuery] Re: Passing a variable to a function

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve

[jQuery] Re: XHTML Selector Nightmare

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve

[jQuery] Re: Licenses

2008-10-01 Thread Steve Schnable
How can I unsubscribe it? Steve

[jQuery] Re: Adding class to a parent element- traversion help?

2008-10-01 Thread Steve Schnable
How can I unsubscribe it? Steve

[jQuery] unsubscribe

2008-09-29 Thread Steve Schnable
How can I subscribe it? steve

[jQuery] Re: [jEditable] dynamically updating a parameter value - FIXED

2008-09-29 Thread Steve Schnable
How can i unsubscribe it? Steve

[jQuery] Re: IE and Validate

2008-09-12 Thread Steve Blades
;username: 'You must enter a Username', >password: 'You must enter a Password' >}, >wrapper: 'li' >}); > > Thats all. > > Jörn > > On Thu, Sep 11, 2008 at 6:54 PM, Steve Blades &

[jQuery] IE and Validate

2008-09-11 Thread Steve Blades
}, wrapper: 'li' }); if(v.form()){ return true; } else{ return false; } }); Anyone have any ideas? -- Steve "Cutter" Blades Adobe Certified Professional Ad

[jQuery] Re: Ajax & JW Video Player. Fine in Firefox PC and Mac. IE6 Not working

2008-08-22 Thread Steve Blades
#x27;).click(function() { >$("#videoplayer_container").load("videoplay.asp"); > $('#home_videoplayer').animate({height:'show'},'100'); > >}); > >// Click close player >$('#video_close')

[jQuery] Re: JQuery and ASP.NET AJAX

2008-05-19 Thread Steve D
I have used both successfully together, but that because the client wanted me too. Personally I would prefer to use jQuery on it's own. I understand what it's doing much better than I understand what the ajax extensions are doing in .Net. It's also a much smaller download (a simple update panel i

[jQuery] Re: Photo Crop proposal

2008-05-05 Thread Steve Blades
"Why would anyone pay for something that is based on open source?" In support of an open source initiative, especially if that initiative is addressing an immediate need that you might have. -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdF

[jQuery] Re: unblockUI: problem with Internet Explorer

2008-04-21 Thread steve love
I ran into this same issue today where $.unblockUI() seemed to be ignored by Internet Explorer 6 and 7. After searching all day for a possible cause, I found an unclosed label tag in my HTML form. Adding the end label tag solved the problem. Hope this helps. - Steve Beren wrote: > >

[jQuery] Re: Multiple forms, validation plugin

2008-04-21 Thread Steve Blades
Paul, Now, I might be wrong here, but if each form has it's own validation rules then wouldn't it be something like: $('#myFormsID').validate(); That id would equate to an 'id' attribute of the form element itself. That would be it, right? -- Steve "Cutter&q

[jQuery] Re: Somebody know a plugin like a Yahoo UI Datable?

2008-04-17 Thread Steve Blades
h new item; > Zebra addons dont work very well. > > > Someone have idea? > -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com --- The Past is a Memory The Future a Dream But Today is a Gift That's why they call it The Present

[jQuery] Re: Problems getting timing of commands to happen correctly

2008-03-25 Thread Steve Reichgut
quot; the FadeOut to start after the CSS method has completed. Am I correct in this? Steve On Mar 24, 12:26 pm, ripple <[EMAIL PROTECTED]> wrote: > Here's a good working example. This might help, but of course you will have > to tweak the timing to suit your needs. > >

[jQuery] Problems getting timing of commands to happen correctly

2008-03-24 Thread Steve Reichgut
ackground-image and the fading in & out of the foreground image happen simultaneously instead of sequentially like I want them to. Any help would be greatly appreciated... Steve

[jQuery] Re: $.getJSON doesn't work on Vista PC while calling remote server

2008-03-07 Thread Steve Blades
And it wouldn't, as that would be a crosssite scripting instance, which isn't permitted. -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com --- The

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread Steve Schnable
Interesting. I haven't used jQuery before but this looks very nice and clean. Great. I would like to use it. I use CSS and PS but it looks that it's much better way to use jQuery for rounded corners, right? Steve On Wed, Mar 5, 2008 at 11:51 AM, Rick Faircloth <[EMAIL PROT

[jQuery] Re: quicktime player and thickbox issue

2008-03-05 Thread Steve Good
I solved my problem using jquery.media.js ~Steve http://goodcf.instantspot.com/blog Steve Good wrote: > I have a thickbox modal window, in which I have embedded a wav file. > The wav file is being played through the quicktime player plugin. The > audio plays fine, but when I ope

[jQuery] quicktime player and thickbox issue

2008-03-05 Thread Steve Good
olor = color; }); | I replaced the element ID with one that I was using in my window. Thanks! -- ~Steve http://goodcf.instantspot.com/blog

[jQuery] Re: refreshing a div tag

2008-02-24 Thread Steve Good
Awesome! Thanks for a push in the right direction. :) ~Steve http://goodcf.instantspot.com/blog Dan G. Switzer, II wrote: > Steve, > > >> I searched around the web a bit for a way to refresh a div tag at set >> intervals but haven't found anything that pertains

[jQuery] refreshing a div tag

2008-02-23 Thread Steve Good
e able to have the div tag refresh at regular intervals and also be triggered by clicking a link or triggering an event. Thanks! -- ~Steve http://goodcf.instantspot.com/blog

[jQuery] trying to parse XML

2008-02-22 Thread Steve Davis
hey folks, could you look at this site: http://craniumdesigns.com/new/ and tell me why my xml isnt parsing on the portfolio area? i'm just trying to have SOME sort of output. once it works i want to generate all the portfolio images/info as "li" tags. the code is in the top of index.html for ea

[jQuery] Re: Form submission without reloading modal window

2008-02-22 Thread Steve Good
Thanks Shawn, I'll give what you suggest a try. ~Steve Shawn wrote: > > my bad - the plugin I mentioned is called the "Form Plugin" > http://plugins.jquery.com/project/form > > Shawn > > Shawn wrote: >> >> Ajax. >> >> There is

[jQuery] Form submission without reloading modal window

2008-02-21 Thread Steve Good
et me know if more information is needed. -- ~Steve http://goodcf.instantspot.com/blog

[jQuery] Re: Read More button

2008-02-21 Thread Steve Schnable
Hi Karl, Yeah! It's very good. That's exactly what I want. I haven't used jQuery before. It's all new to me. So the first link below should help me how to do that. Thanks, Steve On Tue, Feb 19, 2008 at 10:17 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > I

[jQuery] Re: Selecting Parent

2008-02-15 Thread Steve Davis
nevermind. i found out it's as easy as using "$ (this).after(this.parentNode.title);" On Feb 15, 1:44 pm, Steve Davis <[EMAIL PROTECTED]> wrote: > i have a table of linkedthumbnailed images like this... > > rel="top_shelf.html" class="cluetip&quo

[jQuery] Re: prepend - but make second item instead of first

2008-02-15 Thread Steve Davis
i would make the first row a "th" then have it do a $("th").after(add your TR here); but im a total newbie to javascript and jquery On Feb 15, 2:48 pm, Shelane <[EMAIL PROTECTED]> wrote: > I would like to add a row to a table. The first row is a header. So > I want to add it just under the hea

[jQuery] Selecting Parent

2008-02-15 Thread Steve Davis
i have a table of linkedthumbnailed images like this... i want to dynamically add a text description below each image using the "title" attribute from the image's parent link, so it looks like this... here's my code... $("a.cluetip img").each(function(i) { $(this).after(this.parents("a

[jQuery] Closing a ThickBox modal window.

2008-02-15 Thread Steve Good
I go about calling tb_remove() from my modal window? Thanks in advance! -- ~Steve

[jQuery] Re: Page won't process with mouse in browser window

2008-01-24 Thread steve love
er countdown and the BlockUI element? If anyone knows specifically why this was happening, I'd love to hear about it to avoid problems in the future. Thanks. On Jan 15, 7:54 am, steve love <[EMAIL PROTECTED]> wrote: > Update: Removing BlockUI eliminates the issue. Now, to figure out >

[jQuery] Re: Reverse IP Lookup

2008-01-18 Thread Steve Blades
StrikeIron.com has a free webservice search service (under products|utilities, you must register to access) that has a service listed which might meet your needs. -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

[jQuery] Re: Page won't process with mouse in browser window

2008-01-15 Thread steve love
Update: Removing BlockUI eliminates the issue. Now, to figure out why... On Jan 14, 9:10 pm, steve love <[EMAIL PROTECTED]> wrote: > Can anyone think of any reason why a page would completely stop while > the mouse is in the browser window, but continue once you move the > mou

[jQuery] Page won't process with mouse in browser window

2008-01-14 Thread steve love
ng these functions didn't solve the issue. I apologize for the long post with no code, but maybe someone will have encountered something like this. Thanks in advance! Steve

[jQuery] Re: Ajax links not working

2008-01-11 Thread Steve Brownlee
Because the newly inserted link IDs are not in the root DOM. You need to use this tool to properly identify any elements added after the page load http://brandonaaron.net/docs/livequery/ On Jan 11, 12:57 pm, 700lbGorilla <[EMAIL PROTECTED]> wrote: > Still confused as to why this isn't working,

[jQuery] Re: problem with hide()

2008-01-11 Thread Steve Clason
gining, as i wish, and > take for a couple of seconds...; i need to know what am i doing wrong, > and how can i do those tables not to appear at the begging, many > thanks, I usually hide elements using CSS ("display:none") and use JS to reveal them, if I understand your s

[jQuery] Re: don't get it: how to pass a variable to a callback function

2008-01-11 Thread Steve Brownlee
Why not just make the showResponse() function an inner, anonymous function of onSuccess()? var options = { success: function() { jQuery('div#adv_content').load('inc/ de.application.adv.inc.php?page='+pageNumber); } url: 'inc/application.adv.func.php' } O

[jQuery] Re: Accessing Another Window

2008-01-05 Thread Steve @ MFB
Problem Solved. newwindow.$("#example > ul").tabsAdd('#new-tab', 'Customer #4'); Reference the new window first, then the traditional jquery function -Steve On Jan 3, 11:27 am, "Steve @ MFB" <[EMAIL PROTECTED]> wrote: > Looking f

[jQuery] Accessing Another Window

2008-01-03 Thread Steve @ MFB
Looking for information on how to access an opened window via: $("newwindow.#tabnav").tabsAdd('#new-tab', 'Customer #4'); Where newwindow is the name of a variable that holds window.open. I have a function that checks to see if the window is open, and if it is, opens a tab (HTML) within that wi

[jQuery] Re: [SITE SUBMISSION] Brightegg.com

2008-01-02 Thread Steve Blades
Very choppy and stilted. -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com --- The Past is a Memory The Future a Dream But Today is a Gift That's why they call it The Present

[jQuery] Re: Using ajax

2007-12-26 Thread Steve Blades
You have the closing brackets and parens around the functions of your .ajax() call, but you don't appear to close out your $(document).ready(function(){ // everything is in here }); -- Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion

[jQuery] Re: New jQuery release, but what about documentation

2007-12-17 Thread Steve Brownlee
I know I would help, but it's hard to volunteer to update documentation for a library when you have no idea what you're documenting. In order for one of us to actually update the documentation on the API site or the Wiki, we'd have to be provided that documentation as we have no idea what the cha

  1   2   >