[jQuery] Re: TableSorter1.0: Can't use it with prototype+scriptaculous

2007-04-20 Thread jiraponga
Dear Quin, Many thanks for your source url. It's very useful for me. I think my problem was that I mixed too much of both jQuery and Prototype code in the tag. And, after trying to reorganize my source page following your way, it works. Greatly appreciated for your help. Jirapong

[jQuery] Re: disabling right click

2007-04-20 Thread Sharique
I want to disable right click because my cilent require so. I know there are various ways to save an image except saving by right click. Since his client are mostly non-technical users, it gives a lot of safety. On Apr 20, 9:05 pm, "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > On Friday, April 2

[jQuery] CFJS Announcement: please get the latest version

2007-04-20 Thread Chris Jordan
Hey folks, Anyone using the cfjs plug-in for jQuery is urged to go get the very latest version from the SVN repository over at http://cfjs.riaforge.org. Why? Well, I accidentally left some debugging alerts in the code of my last update. The alerts were associated with my last bug fix for the Do

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Let me rewrite and rearrange the code and I'll show it to you tomorrow and see what you think. Thanks for your input and help, Aaron. Time for some sleep! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Friday, April 20, 2007 10:47 PM To

[jQuery] Re: how to unbind hover function

2007-04-20 Thread Joel Birch
On 21/04/2007, at 1:41 PM, Kush Murod wrote: Hi, I know that you can unbind events of elements $('ele').unbind(); Questions is how do you unbind hover function attached to element $ ('ele').hover(... Cheers, --Kush I have used this successfully: $('ele').unbind('mouseover',namedFunctionFr

[jQuery] how to unbind hover function

2007-04-20 Thread Kush Murod
Hi, I know that you can unbind events of elements $('ele').unbind(); Questions is how do you unbind hover function attached to element $('ele').hover(... Cheers, --Kush

[jQuery] Re: ajax Error

2007-04-20 Thread Ⓙⓐⓚⓔ
second parameter contains the word error, that's all!!! the real error is inside the text inside xhr parameter. error gets an xhr result and the status and maybe an exception object. try alerting xhr.responseText. PS it's not xhtml but the xrh. from the source: (Function) error - A function to

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
Show me exactly what XML you are attempting to return, I'm semi-familiar with Taconite so I should be able to make some sense of it. Also, I'm no CF whiz, but this doesn't make a whole lot of sense to me From what I understand from the ColdFusion 4.5 CFML Reference[1], sets the Cont

[jQuery] Re: Taconite question...

2007-04-20 Thread Dan G. Switzer, II
Shelane, >I'm having a strange issue on IE (isn't it almost always the culprit >of issues). > >I'm returning this: > > > > height="16" border="0" /> > > > dynamic date status created > > > >it's hard to see exactly what's coming in on IE without firebug but >the items are getting upda

[jQuery] Re: Taconite question...

2007-04-20 Thread Shelane Enos
Ahh. I'll have to wait until Monday to test firebug lite. It's not working in the crossover version of IE and I don't have access to a PC at the moment. Thanks for the link though. On 4/20/07 7:02 PM, "Daemach" <[EMAIL PROTECTED]> wrote: > > http://www.getfirebug.com/lite.html helps a lot. >

[jQuery] Re: Superfish, Tabs and IE z-index

2007-04-20 Thread Joel Birch
On 21/04/2007, at 2:08 AM, Chris Scott wrote: Thanks Joel. Here's a demo page: http://iamzed.com/jquery/ superfishtabs.html I put the info. on what I customized from the default superfish.css on there. Hi Chris, thanks for the demo page it helped enormously. I found that applying the z-

[jQuery] Re: Taconite question...

2007-04-20 Thread Daemach
http://www.getfirebug.com/lite.html helps a lot. On Apr 20, 7:00 pm, Shelane <[EMAIL PROTECTED]> wrote: > I'm having a strange issue on IE (isn't it almost always the culprit > of issues). > > I'm returning this: > > > > height="16" border="0" /> > > > dynamic date status cre

[jQuery] Re: Taconite question...

2007-04-20 Thread Shelane
I'm having a strange issue on IE (isn't it almost always the culprit of issues). I'm returning this: dynamic date status created it's hard to see exactly what's coming in on IE without firebug but the items are getting updated. The problem comes when I try to click on th

[jQuery] Re: Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-20 Thread Jeffrey Kretz
Just for P**ps and giggles, you might try packing the script yourself with Deal Edwards packer http://dean.edwards.name/packer/ It would help point in the direction of the problem with the compressed version you were using. JK -Original Message- From: jquery-en@googlegroups.com [mailto

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Is it possible to submit a page back to itself using a regular submit button, then process the data from the form using taconite commands? I've run into a dead end. I can't seem to figure out how to submit a form with a regular submit button and then have taconite handle the data that comes back

[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Michael E. Carluen
This is cool Remy. I can see it work like BritePic http://www.britepic.com/ Any plans on further adding other features for a full blown plug-in? > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Remy Sharp > Sent: Friday, April 20, 2007 5:0

[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Remy Sharp
I've just (like in the last 5 minutes) written a zoom plugin that will resize the image on the fly when requested. You could link a slider (Ext?) or input box to change the size and call the plugin against the image: http://remysharp.com/wp-content/uploads/2007/04/zoom.js On Apr 21, 12:21 am, A

[jQuery] Re: Image dynamic resizing

2007-04-20 Thread Sean Catchpole
I assume $('img').css({width:'100px'}); is not what you want. Are you asking for something with an image slider. ~Sean

[jQuery] Image dynamic resizing

2007-04-20 Thread Ad4m
Hi, I need some script for dynamically resize an image with jquery. Are there any plugins to handle this? regards Adam

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Tane Piper
Excellent Mike. I've started using it in my application as a feed reader, was very easy to implement with a backend for defining feeds, I just loop them out and include the JS :) Tane On 4/20/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > To view the api example, you can open the file from the

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Thanks for the feedback, Aaron. I'm trying to integrate the whole validation scheme into one page. I'm following an example given to me that does work, but using my own code, of course. I've got something wrong somewhere. I'll tinker some more and then if I can't figure it out, I'll post some

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
On 4/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: "The XML file does not appear to have any style information associated with it. The document tree is shown below." This is what FireFOX (not Firebug) does when you browse to an XML file that isn't using any XSLT stylesheets (and I would

[jQuery] Re: Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-20 Thread withinreach
A bit more digging, and now I've gotten it to work, but Works fine, if I use the unpacked version of treeview.js that is in the SVN. If I replace that with the packed version, stops working. additional 6K won't break the bank, but makes you worry about version control WITHIN the latest relea

[jQuery] Re: Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-20 Thread withinreach
While I appreciate pointing out my redundant parameter assignments (I'm still learning my way around), I made the change yet still not getting the behavior I want. Mike

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Question: What typically causes the Firebug message "The XML file does not appear to have any style information associated with it. The document tree is shown below." to display? I have hunted for this problem forever and can't see what's wrong. I'll provide code, but I just thought there mi

[jQuery] Re: Who's Using jQuery

2007-04-20 Thread Andy Matthews
Doesn't look like THEY'RE using it (although they should). It simply looks like they're offering an example of how you could use jQuery to call against the Digg API. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Friday, April 2

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Ariel Jakobovits
its so pretty - Original Message From: Karl Swedberg <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Friday, April 20, 2007 1:21:18 PM Subject: [jQuery] Re: Google AJAX Feed API Here is a really cool RSS viewer written with jQuery: http://www.osxcode.com/feedsearch/ --Karl

[jQuery] Re: Who's Using jQuery

2007-04-20 Thread John Resig
Well, that's certainly interesting... Digg is a big Prototype shop (as far as I can tell), so this is definitely an interesting twist on the situation. Maybe an upcoming feature will be using jQuery? --John On 4/20/07, Jake McGraw <[EMAIL PROTECTED]> wrote: Don't suppose this counts, but an e

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Shelane Enos
Working wonderfully. Thanks. On 4/20/07 1:25 PM, "Ariel Jakobovits" <[EMAIL PROTECTED]> wrote: > > not only am i saying that you should be able to do that, i am saying i think > the second version is better. > > why? > > in version 1, you say var linkval = $j('#edit').attr("href"); but the

[jQuery] Performance profiling (in IE in particular)

2007-04-20 Thread Remy Sharp
I posted a message some time ago on performance profiling and testing in IE and the best thing available was Firebug Lite which required me to wrap everything in start/end calls. I've since written a time library to hook functions to reduce the amount of work required to performance test. It wor

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Ariel Jakobovits
not only am i saying that you should be able to do that, i am saying i think the second version is better. why? in version 1, you say var linkval = $j('#edit').attr("href"); but the return value if #edit does not exist is not apparent. Will it be "" or will it be undefined? in version 2, yo

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Karl Swedberg
Here is a really cool RSS viewer written with jQuery: http://www.osxcode.com/feedsearch/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 20, 2007, at 3:07 PM, Jose wrote: Hi, This is a very cool use for JQuery! To view the api example, you can ope

[jQuery] Re: disabling right click

2007-04-20 Thread Ⓙⓐⓚⓔ
since you've already been condemned by some of the better minds on the list, I won't go there. BUT, you can try to bind the right click to do something special, there are 2 events of interest click with (e.button>1 or e.which>1)and contextmenu. Nothing is guaranteed to work, but try it for yours

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
That was the problem. now I'm getting the Query String. Now I've got see if I can make all of this work. Thanks! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Friday, April 20, 2007 3:37 PM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Shelane Enos
Thanks to another problem I had, I've changed my code to this (which fixed my issue): bindEdit = function(){ var linkval = $j('#edit').attr("href"); if (linkval != ''){ $j('#edit').click(function(){ $j('#jobinfodisplay').load(linkval); r

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Andy Matthews
Ah...i see it. It was a syntax error. You had the closing }) after the second alert and I missed it. Works a treat. Freaking awesome! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roman Weich Sent: Friday, April 20, 2007 2:52 PM To: jquer

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Ariel Jakobovits
no it should not throw an error. j("#edit") will return an empty array is all and the bind will not be called. - Original Message From: Shelane Enos <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Friday, April 20, 2007 9:10:58 AM Subject: [jQuery] Re: find.click vs bind("click

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
To view the api example, you can open the file from the browser (no need to have a API key and put it on a server). Also, If someone has the time, a cool plugin idea is an RSS viewer. Here's a quick and dirty plugin to convert anchors into feed divs. Modify it to suit your needs: (function($

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Roman Weich
Andy Matthews schrieb: What?!?!? You can use html based pathing in jQuery? Why didn't someone tell me that?!? How come I get an error? Sure I can! ;P What kind of error?

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
On 4/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: $(document).ready()(function { \n Should be: $(document).ready(function() { // stuff goes here... }); -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: What is wrong with this code

2007-04-20 Thread Sean Catchpole
You're absolutely right. I think at some point in jQuery's past this was flipped, but I'm glad to know that the filter functions works as intended now. Sorry for the confusion. =( ~Sean

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Ok I'll work on that, but I'll mention in the meantime that Firebug is telling me: missing ( before formal parameters $(document).ready()(function { \n I've tried correcting this, but can't figure out what's missing. Ideas? Rick -Original Message- From: jquery-en@googlegr

[jQuery] Re: What is wrong with this code

2007-04-20 Thread joomlafreak
I looked at the JQuery API http://jquery.com/api/ and it says Selects all paragraphs and removes those without a class "selected". $("p").filter(".selected") HTML: HelloHow are you? Result: [ Hello ] I am sorry, it may be a wrong interpretation by me but this to me makes absolutely opposit

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Andy Matthews
What?!?!? You can use html based pathing in jQuery? Why didn't someone tell me that?!? How come I get an error? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roman Weich Sent: Friday, April 20, 2007 1:55 PM To: jquery-en@googlegroups.com Subj

[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Juha Suni
You guys should check the short tutorial I wrote about this at: http://docs.jquery.com/Tutorials:Using_Ext_With_jQuery First I'd check that you are correctly including the jQuery dimensions-plugin, as Ext required that. jquery-plugins.js should take care of that, but the 1.0 release, for some

[jQuery] Re: What is wrong with this code

2007-04-20 Thread Sean Catchpole
Can you post some sample html that you're working with? It's a little hard to work blind. Filter would remove your search from the results, find would leave on your search in the results. apples oranges bananas filter oranges would leave: apples and bananas find oranges would leave: oranges I

[jQuery] Re: ajax Error

2007-04-20 Thread Sean Catchpole
Hi Simon, I'd recommend using http://jquery.com/api/ and firebug to help you debug. You're function looks ok, but I think error is an object that contains lots of data. Check out $.ajaxError at the api I linked. Let me know if you have more questions. ~Sean

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
example: http://www.bkdesign.ca/update-rss.php One would need some kind of refresh div? bruce - Original Message - From: "Mike Alsup" <[EMAIL PROTECTED]> To: Is there a way to get it to say: Published 5 minutes ago? Well, you have the pub date so from that you can calculate what

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
Is there a way to get it to say: Published 5 minutes ago? Well, you have the pub date so from that you can calculate whatever you want to display. What would one add to this to get it to update in real time? You can reload the feeds as often as you want but ultimately you're at the mercy o

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Jose
Hi, This is a very cool use for JQuery! To view the api example, you can open the file from the browser (no need to have a API key and put it on a server). Also, If someone has the time, a cool plugin idea is an RSS viewer. See http://web20.originalsignal.com/ for a great RSS viewer written with

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
What would one add to this to get it to update in real time? That would be super cool! bruce P - Original Message - From: "Mike Alsup" <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 2:42 PM Subject: [jQuery] Re: Google AJAX Feed API It's actually quite similar to the exampl

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Priest, James \(NIH/NIEHS\) [C]
Rick - I missed the beginning of this thread - but how is your form setup? Are you submitting the form to itself? The referrer is the page where the request is coming from - so it makes sense there are no URL params there. Since you are just testing this - I'd just manually add the URL params an

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Roman Weich
Andy Matthews schrieb: Sorry for the loads of emails. Using your exact code setup, this is what I came up with: $('div.data a').click( function() { var lat = $(this).parent().parent().children('.editable').children('span').attr('name' ,'longitude').html(); alert(lat); re

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
Well, not to me lol. Nice work! Is there a way to get it to say: Published 5 minutes ago? Bruce - Original Message - From: "Mike Alsup" <[EMAIL PROTECTED]> It's actually quite similar to the example posted here: http://code.google.com/apis/ajaxfeeds/documentation/ My code just uses

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Christopher Jordan
Thanks Dave. I appreciate the initiation. :o) Chris DaveG wrote: In very basic terms you can pretty much substitute the word "join" or "combine" for mash-up. Thus, in this case we're combining RSS feeds from multiple sources into a single presentation. ~ ~ Dave On Fri, 20 Apr 2007 11:25:

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
On 4/20/07, Felix Geisendörfer <[EMAIL PROTECTED]> wrote: Didn't read the entire thread but appending parameters like this to an url just doesn't seem right to me. I would normally agree, but Rick is using ColdFusion 4.5, which apparently isn't capable of inspecting HTTP Headers. -- Aaron H

[jQuery] Who's Using jQuery

2007-04-20 Thread Jake McGraw
Don't suppose this counts, but an example for using the new Digg API features jQuery: http://apidoc.digg.com/ToolkitsServicesDigg#ExamplejQuerycode - jake

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
It's actually quite similar to the example posted here: http://code.google.com/apis/ajaxfeeds/documentation/ My code just uses jQuery instead of DOM code to create the page. Mike Nice work, will play with this a while as its quite different than Google's examples.

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Andy Matthews
Sorry for the loads of emails. Using your exact code setup, this is what I came up with: $('div.data a').click( function() { var lat = $(this).parent().parent().children('.editable').children('span').attr('name' ,'longitude').html(); alert(lat); return false; });

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Felix Geisendörfer
Didn't read the entire thread but appending parameters like this to an url just doesn't seem right to me. Maybe your problem can be solved by looking if the client sent a X-Requested-With == 'XMLHttpRequest' header. That's how we in CakePHP find out if a page was requested via Ajax or not ; ).

[jQuery] Re: What is wrong with this code

2007-04-20 Thread joomlafreak
Thats what I am trying to do, filter our everything other then the first paragraph from the results I get through jQuery.get... I tried your code Sean but it too did not help. I am just wondering now what is the code if I want to select/extract first paragraph from the ajax get function and inje

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Andy Matthews
This should work: var lat = $(this).siblings('.editable b').get[0]; var lon = $(this).siblings('.editable b').get[1]; Or you could just store both in an array like so: var latlon = $(this).siblings('.editable b'); Then do latlon[0], latlon[1], etc. -Original Message- From: jquery-en@

[jQuery] Re: Retrieving information outside of $this

2007-04-20 Thread Andy Matthews
Ooops... This gets the latitude value: var lat = $(this).parent().parent().children('.editable').children('span').attr('name' ,'longitude').html(); Change it up to get longitude -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of SiCo Sent: Friday

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Hmmm With CGI.QUERY_STRING I got nothing back... (ColdFusion debugging is telling me there is no query string). With CGI.HTTP_REFERER I get http://bodaford.whitestonemedia.com/html/dual_validation_01.cfm with no query string. ??? -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Desperately Lost in Space with the Tabs Plugin - Thanks

2007-04-20 Thread Digislick
Hi Klaus, Well, I gave it my best shot using your instructions but just couldn't get it to work so I've just implemented the whole thing directly into the page using your tabs and the slide effect. Not the best solution as it is too much for one page, but I will continue working on a better

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Priest, James \(NIH/NIEHS\) [C]
> -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > the value with CGI.HTTP_Referer, it comes back You might want cgi.QUERY_STRING Jim

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Thanks, Aaron. That's good to know for when do have other URL variables. Right now there are none. I tried this: $(document).ready()(function { var $Form = $("#Property_Search_Form"); var oldAction = $Form.attr("action");

[jQuery] ajax Error

2007-04-20 Thread SiCo
Hi, I am playing with ajax, the script works occasionaly but then errors and activates the error callback function (as I would expect) but how do I see what the actual error is. The manual says a second var is passed to it but how do I read it?! error: function(xhtml,error){ alert(error + "/n/nTh

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
On 4/20/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: So if JS is enabled, the script will run, appending ?isAjax=true to whatever page is specified if my form's action page… correct? Exactly. The one caveat is that the script assumes that the action URL doesn't already contain any URL var

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
phenomenal! Thanks that was it! Nice work, will play with this a while as its quite different than Google's examples. Thank you very much, Bruce P - Original Message - From: "Mike Alsup" <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 1:22 PM Subject: [jQuery] Re: Google AJ

[jQuery] Retrieving information outside of $this

2007-04-20 Thread SiCo
I have a small problem, probably more to do with me not knowing more than anything else!! My structure is like so: Los Angeles Latitude: 34.052019404448785 Longitude: -118.24318885803223 Clicking on each of these blocks (multiple blocks per list) changes it to an editor and you can sel

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Looks good.. let's make sure I understand. So if JS is enabled, the script will run, appending ?isAjax=true to whatever page is specified if my form's action page. correct? Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Friday, April 20, 2007

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
I have the api key, it is indeed sharp. Did some yesterday with it.The code below looks interesting, but when I do it I get a blank page. Have the latest jquery1.1.2.js and key, page remains blank? Any demo of this to see whats wrong> Bruce P - Original Message - From: "Mike Alsup"

[jQuery] Re: Finding id of "this"

2007-04-20 Thread Brandon Aaron
You can use the jQuery method attr() to get the id attribute of the element. $(this).attr('id'); However, since 'this' is the element and there is a DOM property exposing the id you can get the id from the a tag like this. this.id; So with that knowledge here is how the click hander would loo

[jQuery] Re: Finding id of "this"

2007-04-20 Thread Karl Swedberg
Hi Shelane, I think this should work... $(function(){ $('a.reminder').click(function(){ var divId = '#div_' + $(this).attr('id'); $(divId).toggle(); $(this).blur(); return false; });//end click }); Let me know if it doesn't produce the results you're look

[jQuery] Re: Finding id of "this"

2007-04-20 Thread Shelane
Nevermind. I answered my own question. Duh, I've used .attr before. Here are my changes which work beautifully. Thanks again jQuery for easy unobtrusive js. New function: $(function(){ $(this).find('a.reminder').click(function(){ var myid = $(this).attr('id');

[jQuery] Re: Drupal and JQuery

2007-04-20 Thread Scott Trudeau
Merc, You might want to look at the work being done on what's called the "AHAH framework" for Drupal. The guy working on that is doing a lot of thinking about how to correctly integrate jQuery and Drupal's FormAPI in a clean, safe, degradable fashion. The widget you describe is essentially a Dr

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
Yeah, you've got a js error on the line that got wrapped. Mike Maybe something is lost in code by email dunno: http://www.bkdesign.ca/1jqrss.html

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
In the meantime, I suppose you could use JavaScript to append a variable to the URL, and then have your CF decide what to send based on the presence of that variable. Example: $(function() { var $exampleForm = $("#exampleForm"); var oldAction = $exampleForm.attr("action");

[jQuery] Finding id of "this"

2007-04-20 Thread Shelane Enos
I apologize if this solution is posted, but I searched and trying to get through hundreds of results is a bit painful. So I have these titles: Create Reminder, Create Hold Status, Change State. I want to bind a click event to all of them which will toggle the show/hide attribute of a correspondin

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
Mike, Understood thanks for answering. Paths tripple checked Your way of writing it looks interesting, didn't know you could specify a feed like that. Google uses: executeList : "Google News","Digg", "Technorati","Google", "Yahoo"] etc Maybe something is lost in code by email dunno: http://

[jQuery] jQ Site

2007-04-20 Thread DaveG
Not sure where we're supposed to submit jQ sites, but here's http://www.e-texteditor.com/ -- looks like a cool text editor too. ~ ~ Dave

[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Remy Sharp
That was actually a bug in my page - I was quick to pull the example together and plain forgot to test outside of Firefox. I've fixed it now (it was a trailing comma in the last element in an object) and should work in all the browsers. On Apr 20, 2:42 pm, "Andy Matthews" <[EMAIL PROTECTED]> wro

[jQuery] Re: Is there an image cropping plugin?

2007-04-20 Thread Remy Sharp
I've written a crop plugin - I'm sure you can extend it to support resizing the crop on the fly: http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#crop On Apr 20, 4:43 pm, Kim Johnson <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm wanting to do the following thi

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Waiting for CF 8... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Priest, James (NIH/NIEHS) [C] Sent: Friday, April 20, 2007 12:52 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Best way to determine if a user has Javascript enabled?

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Priest, James \(NIH/NIEHS\) [C]
> -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 12:00 PM > (Hopefully it's compatible with CF 4.5!) Unfortunately it looks like it was introduced in v5: http://www.actcfug.com/files/cfmlhistory/functions/gethttprequestdata.ht m You

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Mike Alsup
Hi Bruce, Make sure the path to jquery and the file name are correct. I can't post a demo from behind my firewall but I can put something online later. Mike I have the api key, it is indeed sharp. Did some yesterday with it.The code below looks interesting, but when I do it I get a blank pag

[jQuery] Re: Is there an image cropping plugin?

2007-04-20 Thread Sean Catchpole
I don't think there is a crop plugin, but there is an ImagePan (http://motherrussia.polyester.se/jquery/panview/) plugin that you might find usefull. ~Sean

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread DaveG
In very basic terms you can pretty much substitute the word "join" or "combine" for mash-up. Thus, in this case we're combining RSS feeds from multiple sources into a single presentation. ~ ~ Dave On Fri, 20 Apr 2007 11:25:54 -0500, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > So by "

[jQuery] Re: disabling right click

2007-04-20 Thread Rick Faircloth
Why not just answer his question instead of questioning the appropriateness of the action? If you must question his intent, at least answer the question and then point out any fallibilities... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf O

[jQuery] Re: What is wrong with this code

2007-04-20 Thread Sean Catchpole
jQuery(item_content).filter("#contentpane .contentpane > p, :first"); Filter removes those items from your search. Perhaps you want to use find instead. Try the following code: jQuery.get(item_link,function(item_content){ var new_content =jQuery("#contentpane .contentpane > p",item_cont

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread Christopher Jordan
So by "mashing" you mean supplying multiple feeds from different domains? Maybe I should just google "mashing feeds" or "feed mashing defined" or something. Chris Mike Alsup wrote: Hi Chris, Typically you need a server-side component to pull off a mashup because you're combining content fr

[jQuery] Re: jEditable/CSS question

2007-04-20 Thread Josh Nathanson
Thanks Mike, I think it was because my textarea was within a table cell. Styling it with "display:block" cleared up the problem. -- Josh - Original Message - From: "Mika Tuupola" <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 1:32 AM Subject: [jQuery] Re: jEditable/CSS quest

[jQuery] Re: Treeview persistence (cookies) and a dynamic (PHP/MySQL built) UL - not holding state

2007-04-20 Thread Roman Weich
withinreach schrieb: I'm working with Treeview, latest version, needing the cookie/ persistence feature for a project. Sample demo works fine on my local machine (I can click on 2nd tree, change what's open/closed, browse to another page, then return (BACK button), and the tree holds its state.

[jQuery] Re: find.click vs bind("click")

2007-04-20 Thread Shelane Enos
OK, going back to this function: *$j(function(){ bindEdit = function(){ $j('#edit').bind("click", function(){ var linkval = $j(this).attr("href"); $j('#jobinfo').load(linkval, function(){ bindEdit(); }); return false;

[jQuery] Re: Superfish, Tabs and IE z-index

2007-04-20 Thread Chris Scott
Joel Birch wrote: On 21/04/2007, at 12:43 AM, Chris Scott wrote: I'm using Superfish for my menus and the Tabs plugin. By default, the Superfish menus show up behind the tabs. The Tabs css uses a z-index of 2 so I set the Superfish css to use a z-index of 3. This works in FF and the menus

[jQuery] Re: disabling right click

2007-04-20 Thread Jake McGraw
Why would you want to do this? If you're attempting to prevent users from "saving" images or viewing your source, there are plenty of ways for them to circumvent "disabling" right click. See: http://www.sitepoint.com/article/dont-disable-right-click - jake On 4/20/07, Sharique <[EMAIL PROTECTE

[jQuery] Re: disabling right click

2007-04-20 Thread Chris W. Parker
On Friday, April 20, 2007 8:58 AM Sharique <> said: > How I can disable right click on perticular element or div using > jQuery. > --- > Sharique I don't know but let me be the first to ask, why? If you're trying to protect your content (images or viewing source) you're wasting your time since

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Rick Faircloth
Gotcha... (Hopefully it's compatible with CF 4.5!) Your approach looks like what Dan did in his presentation code: Checking for the ajax variable in the url struct... at least that's how I'm understand it... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECT

[jQuery] disabling right click

2007-04-20 Thread Sharique
How I can disable right click on perticular element or div using jQuery. --- Sharique

  1   2   >