[jQuery] Re: Is it possible to send javascript vars TO a jquery function??

2008-02-08 Thread [EMAIL PROTECTED]
On Feb 8, 1:02 pm, Smith, Allex [EMAIL PROTECTED] wrote: True. But in order to get a link like this: a href=javascript:doSomething('1234','john');Click me/a Something has to generat the '1234' and 'john' $('a') is going to iterate over each anchor link and assign the click event. One

[jQuery] Re: Is it possible to send javascript vars TO a jquery function??

2008-02-08 Thread [EMAIL PROTECTED]
On Feb 8, 3:10 pm, Smith, Allex [EMAIL PROTECTED] wrote: Any time you do a: a href=javascript:function()link/a You are looking for the click event. So bind to the click event with jQuery: $('a').click(function(){         // at this point when you click on the link it is going to fire

[jQuery] Re: FireFox Click Function Can't Access DHTML Element

2008-02-07 Thread [EMAIL PROTECTED]
Forgot to mention... I'm using JQuery 1.1.2, which is really old at this point, but I've also tried using the latest versions 1.2.2 and 1.2.3 as well and this did not resolve the problem.

[jQuery] What tool is used to minify the official jQuery distribution?

2008-02-07 Thread [EMAIL PROTECTED]
I've been testing out various minifying strategies, such as Dean Edwards' packer, YUI Compressor, jsmin, etc. My goal is to concatenate all my required .js files and then minify them en masse. I've read of concerns about trailing semicolons, etc. and am curious what tool is used to minify the

[jQuery] getting 'undefined' using jquery.expander

2008-02-07 Thread [EMAIL PROTECTED]
Hi All, This is my first post and am VERY new to jquery (but love it!), so please forgive me for any violations of protocol. I'm using jquery.expander with the following code: $(document).ready(function() { $('ul.expander span').expander({ slicePoint: 0,

[jQuery] Mouse controlled scrolling

2008-02-07 Thread [EMAIL PROTECTED]
Hi, I've got an interface concept that I can't quite see through. The link to the prototype is here: http://dev.accelerantstudios.com/promo/index.html What I'd like to do is to take the ul's with options in them (the one with the scrollbar (overflow: auto) on the left, the one without

[jQuery] Re: FireFox Click Function Can't Access DHTML Element

2008-02-07 Thread [EMAIL PROTECTED]
')); taxProListingContactCol.appendChild(document.createElement('br')); // Create the Contact Email Address Link var taxProListingContactEmail = document.createElement('a'); taxProListingContactEmail.setAttribute('href','mailto:[EMAIL PROTECTED

[jQuery] FireFox Click Function Can't Access DHTML Element

2008-02-07 Thread [EMAIL PROTECTED]
')); // Create the Contact Email Address Link var taxProListingContactEmail = document.createElement('a'); taxProListingContactEmail.setAttribute('href','mailto:[EMAIL PROTECTED]'); taxProListingContactEmail.appendChild(document.createTextNode('[EMAIL

[jQuery] Re: yet another beginner's diary (pls review!)

2008-02-06 Thread [EMAIL PROTECTED]
it ;) and, thanks Rabbit :) Cheers, Cherry On Feb 6, 10:52 am, Pickledegg [EMAIL PROTECTED] wrote: I sent a message on the chatbox thingy, although I'm not sure where it goes to ;) http://cherry.austin.googlepages.com/home Cherry

[jQuery] Fade Font Color??

2008-02-06 Thread [EMAIL PROTECTED]
I am trying to figure out how to fade the font color from one color to another. I dont think jQuery has this functionality built in. Has anyone experimented with such an effect or plugin?

[jQuery] Re: Firefox: how to center the selected text in textarea

2008-02-06 Thread [EMAIL PROTECTED]
On Feb 5, 8:06 am, Ariel Flesler [EMAIL PROTECTED] wrote: Hi Lihao, I assume 550 is width and height so it's a squared textarea. IMO 550 fits on any screen ( fits on 800x600 ). You could simply scroll to the textarea and leave a gap below. You could add a margin to the textarea and set

[jQuery] Re: Firefox: how to center the selected text in textarea

2008-02-05 Thread [EMAIL PROTECTED]
On Feb 1, 10:29 pm, Ariel Flesler [EMAIL PROTECTED] wrote: Hi lihao Is there any method under Firefox that the caret and the selected text can automatically jump to the center of the textarea so that people dont need to scroll down/up to find it?? Not that I know of, but you could force

[jQuery] Re: AJAX file management

2008-02-05 Thread [EMAIL PROTECTED]
How much time did you spend searching for a free version? Did that cover the $289? On Jan 29, 8:39 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks for the link. I notice this goes for $289 for a commercial license. Know anything that's freeware? - Dave

[jQuery] Re: yet another beginner's diary (pls review!)

2008-02-05 Thread [EMAIL PROTECTED]
-type thinking ... but went for jQuery because it has such a great community. In that, at least, I was definitely right! Cherry :) On Feb 5, 5:10 pm, wick [EMAIL PROTECTED] wrote: Hi Cherry - I enjoyed reading your blog. It's especially interesting informative to read what issues jQuery

[jQuery] A working copy of jQuery UI?

2008-02-05 Thread [EMAIL PROTECTED]
So I downloaded jQuery 1.2.2 and UI from the site, and kept getting errors (such as draggables throwing a not a function error.) I borrowed a copy of ui from some random website, which at least got draggables to work, but not entirely - opacity isn't working. It seems like I can't depend on

[jQuery] testrunner.js

2008-02-05 Thread [EMAIL PROTECTED]
I am trying to unittest a library I am writing so I grabbed testrunner.js and setup a test area in my project. I use $j = jQuery.noConflict(); throughout my library. How should I use the testrunner with this in mind? I can only get the testrunner to assert that my library's main object exists, as

[jQuery] Re: yet another beginner's diary (pls review!)

2008-02-04 Thread [EMAIL PROTECTED]
, can't remember if I sent it before) Thanks again for your message! Cherry On Feb 4, 3:52 pm, Rick Faircloth [EMAIL PROTECTED] wrote: Hi, Daniel... So that's what's she's done... written about what she knows as a beginner. I know. I started only a couple of months ago with absolutely

[jQuery] Re: yet another beginner's diary (pls review!)

2008-02-04 Thread [EMAIL PROTECTED]
only confused things further!) Cheers, Cherry. On Feb 4, 11:55 am, Rabbit [EMAIL PROTECTED] wrote: Reads like a confused monologue. Before you start writing, really think about what you want to convey. If someone reads your blog, will they come away with anything new or useful? I find

[jQuery] Re: yet another beginner's diary (pls review!)

2008-02-04 Thread [EMAIL PROTECTED]
Faircloth [EMAIL PROTECTED] wrote: Hi, Daniel... You're telling Cherry almost the opposite of what she (she?) was told by someone on the list yesterday. She was complaining that there wasn't enough info out there from her perspective to accomplish simple tasks. There's documentation and plug

[jQuery] replacement image to fade in + out again - how?

2008-02-04 Thread [EMAIL PROTECTED]
Me again :/ OK, I accessibly replaced my h1 with this clunky snip: $('h1').append('img src=\/images/headertext.gif\ alt=\alt text\ title=\title text\ longdesc=\http://something.com/ fullinfo.html /'); There's a visible lag pre-loading on this machine (220kb connection) so I'd appreciate

[jQuery] Re: Firefox: how to center the selected text in textarea

2008-02-04 Thread [EMAIL PROTECTED]
On Feb 1, 10:29 pm, Ariel Flesler [EMAIL PROTECTED] wrote: Hi lihao Is there any method under Firefox that the caret and the selected text can automatically jump to the center of the textarea so that people dont need to scroll down/up to find it?? Not that I know of, but you could force

[jQuery] Re: Could JQuery or Thickbox be eating my image onerror and onload events?

2008-02-04 Thread [EMAIL PROTECTED]
) .load(function(){ /* whatever */ }) .attr({ src: some/url.jpg }); On Feb 3, 2:55 pm, RH [EMAIL PROTECTED] wrote: From the html running inside of a Thickbox iframe I've discovered that something is causing the onerror and onload events for my images to not get triggered when running in Firefox

[jQuery] UPDATER

2008-02-04 Thread [EMAIL PROTECTED]
Is there any function like AJAX.UPDATER in Prototype ?? Or how can I automaticly do AJAX.req in time interval for.ex. 2 minutes ?

[jQuery] Re: replacement image to fade in + out again - how?

2008-02-04 Thread [EMAIL PROTECTED]
I gave up and made an animated image [shrugs]. On Feb 4, 11:17 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Me again :/ OK, I accessibly replaced my h1 with this clunky snip: $('h1').append('img src=\/images/headertext.gif\ alt=\alt text\ title=\title text\ longdesc=\http

[jQuery] Re: how to bind one action to multiple events?

2008-02-04 Thread [EMAIL PROTECTED]
); } }); (Works with the built-in .hover event). Only tested in IE7 and FF2.0.0.11 Cherry. On Feb 4, 7:31 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Trying to do a simple a: rollover - but, being a perfectionist, I want the rollover behaviour triggered by mouseover OR focus

[jQuery] Re: Release: Tooltip plugin 1.2

2008-02-03 Thread [EMAIL PROTECTED]
I have the same version of safari. Yesterday the tooltips simply didnt apperar. Today they do. Must been something from my safari. Thank you! :-) On Feb 2, 10:25 pm, Lee Hinde [EMAIL PROTECTED] wrote: On Feb 2, 2008 2:28 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Doesnt seem

[jQuery] how to bind one action to multiple events?

2008-02-03 Thread [EMAIL PROTECTED]
... at least, that's what I think I need to do! Trying to do a simple a: rollover - but, being a perfectionist, I want the rollover behaviour triggered by mouseover OR focus. And then, of course, on mouseout OR blur. I tried sticking 2 events together with a | , without success. However, this

[jQuery] Re: Drag n Drop

2008-02-03 Thread [EMAIL PROTECTED]
Anybody know ? On Feb 2, 10:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a draggable div, and a droppable div. How can i make something like this If drop outside droppable revert to initial position else update ?

[jQuery] Re: how to bind one action to multiple events?

2008-02-03 Thread [EMAIL PROTECTED]
:/ hover:function(fnOver,fnOut){return this.bind('mouseenter focus',fnOver).bind('mouseleave blur',fnOut);} Hope it goes in the next version! More effusion ;) Cherry On Feb 3, 9:30 pm, Brandon Aaron [EMAIL PROTECTED] wrote: With jQuery 1.2.2 you can nowbindmultipleevents at once. Just separate them

[jQuery] Re: how to bind one action to multiple events?

2008-02-03 Thread [EMAIL PROTECTED]
Ooohh, that's neat! Blimey, I'm learning a lot Thanks, Hamish :) On Feb 3, 8:01 pm, Hamish Campbell [EMAIL PROTECTED] wrote: $('mySelector').mouseover(function() { // do something on mouseover and focus}) .focus(function(){ // trigger the mouseover event on focus

[jQuery] Re: Release: Tooltip plugin 1.2

2008-02-02 Thread [EMAIL PROTECTED]
Doesnt seem to be working on Safari.

[jQuery] Re: Brand-new user: Viwepoint

2008-02-02 Thread [EMAIL PROTECTED]
Ahh ... will do! Thanks, Alexandre :) On Feb 2, 7:36 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Hi Cherry, as you noted, jquery is an opensource project so user contributions are desired, and the doc is a wiki. Feel free to register and contribute, modify and add what you think

[jQuery] Drag n Drop

2008-02-02 Thread [EMAIL PROTECTED]
I have a draggable div, and a droppable div. How can i make something like this If drop outside droppable revert to initial position else update ?

[jQuery] Re: Brand-new user: Viwepoint

2008-02-02 Thread [EMAIL PROTECTED]
Thanks, I hadn't seen that! I've added it to my page (yes, I started one ... ) here: http://cherry.austin.googlepages.com/home Cherry :) On Feb 2, 7:25 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Also, take a look at the Learning jQuery blog. Posts can be filtered by experience level: http

[jQuery] Re: Interface Plugin for Jquery

2008-02-01 Thread [EMAIL PROTECTED]
Hi, I have just downlaoded the UI library and works just as good thanks Bye On 1 Feb., 02:52, Charles K. Clarkson [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: : I start getting errors in my firefoy error console. : Can someone please tell how can i solve this problem . What

[jQuery] Re: Interface Plugin for Jquery

2008-02-01 Thread [EMAIL PROTECTED]
Hi Joel, Is this new UI library in Jquery already included or musst i download it like an extern Plugin Rodofo On 1 Feb., 03:19, Joel Birch [EMAIL PROTECTED] wrote: Hi Rodolfo, Interface is no longer supported. I think you need to use the newer UI library instead nowadays. Joel BIrch.

[jQuery] Re: Interface Plugin for Jquery

2008-02-01 Thread [EMAIL PROTECTED]
@Charles K. Clarkson What errors are you getting? I get dies error like 1000 times. this.options.curAnim has no properties queue(undefined)jquery-1.2.2.min (line 31) t(undefined)jquery-1.2.2.min (line 31) queue()jquery-1.2.2.min (line 31) [Break on this error]

[jQuery] Is using jQuery and jQuery (2, 3, 4, n versions of jQuery on the same context) possible?

2008-02-01 Thread [EMAIL PROTECTED]
Using jQuery with other libraries is easy: http://docs.jquery.com/Using_jQuery_with_Other_Libraries What I'd like to do is do inject jQuery in pages where jQuery already might exists and even might exist in some other version. Is there a way to do this safely or do I need to rename the main

[jQuery] Re: absolute beginner! How to set page width to window width?

2008-02-01 Thread [EMAIL PROTECTED]
My bad. IE was failing on an unclosed comment :o I'll stop spamming my own thread now ;) Thanks a million for all your help! Cherry On Feb 1, 2:40 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thank you, Hamish! That doesn't use any plugin, does it? Problem, though ... ie7's hiding all my

[jQuery] Re: Interface Plugin for Jquery

2008-02-01 Thread [EMAIL PROTECTED]
Hi I have just found it thanks Rodolfo On 1 Feb., 03:19, Joel Birch [EMAIL PROTECTED] wrote: Hi Rodolfo, Interface is no longer supported. I think you need to use the newer UI library instead nowadays. Joel BIrch.

[jQuery] Re: jquery xml help

2008-02-01 Thread [EMAIL PROTECTED]
= $(xmlData); fills a local variable, within the function scope, the line var thisDS = datascapeAnchorsXml.find('scape[title=' + scape + ']'); seems to be reading a global variable. Hope this helps, Groeten, Friso On Jan 25, 4:25 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Hello again

[jQuery] Brand-new user: Viwepoint

2008-02-01 Thread [EMAIL PROTECTED]
I couldn't find anywhere to submit feedback on the Wiki, so I figured this must be the best place. I've been using jQuery for all of 36 hours now ... and I have some comments/suggestions: First of all, I'd like let this group know how valuable you are! Whilst trying to learn about jQuery, I

[jQuery] Re: Packing jQuery and all includes

2008-02-01 Thread [EMAIL PROTECTED]
I think I read in the Wiki that you can just append the plugins? Haven't tried it yet, though. Vlad Mazek wrote: I use seven different jQuery plugins in my webapp and during page refreshes the loading bar jumps around quite a bit making people feel like the site is slow because they see the

[jQuery] Re: Drag and drop problem.

2008-01-31 Thread [EMAIL PROTECTED]
On Jan 29, 8:52 am, Arun Kumar [EMAIL PROTECTED] wrote: I got this problem in IE 7 but it is working well in FireFox. On Jan 28, 4:26 pm, Arun Kumar [EMAIL PROTECTED] wrote: I'm using interface plugin's Sortable feature. I'm able to drag the draggable divs and there is no problem

[jQuery] Issue with next()/prev() traversal

2008-01-31 Thread [EMAIL PROTECTED]
Hallo, I am quite new to Jquery and so please forgive me if my problem sounds dumb ;) HTML: div id=eventlist img src=../a href=#One/abr/ img src=../a href=#Two/abr/ img src=../a href=#Three/abr/ -- img src=../a href=#

[jQuery] Body Background url Problem position

2008-01-31 Thread [EMAIL PROTECTED]
Hello there ! this is my first post here, am currently test 'slide' fonction on a website but that generate a little problem only on MSIE 7 you can take a look here: http://3c-communication.com/formation/archives/category/thematique the problem appear when i use this javascript :

[jQuery] Suckerfish Plugin problem in IE 6/7

2008-01-31 Thread [EMAIL PROTECTED]
Hi, I'm using jQuery and Suckerfish to control my dropdowns on a site. In FF and Safari all is well. In IE 6 and 7, when I select on the 2nd item in the dropdown list, the dropdown box disappears, so I can't get to any of the later, deeper items in the menu. Any idea how to remedy this issue?

[jQuery] absolute beginner! How to set page width to window width?

2008-01-31 Thread [EMAIL PROTECTED]
Hello :) Thanks for the multitude of helpful threads you people post! Before trying something gorgeous with jQuery, I thought I should try something basic - like setting the width of my #pagewrap div to the inner width of the user's window. I can't do it right! Please will you show me how to

[jQuery] Interface Plugin for Jquery

2008-01-31 Thread [EMAIL PROTECTED]
Hello everyone, my name is Rodolfo and i am a student at the dresden university of technology (Germany) could someone please tell me how do i make this plugin to work correctly i have downloaded the hole source and I linked it to my html archive: script type=text/javascript

[jQuery] Re: absolute beginner! How to set page width to window width?

2008-01-31 Thread [EMAIL PROTECTED]
Ignore me, I found this: http://plugins.jquery.com/project/autoscale :D Next, how to limit the maximum size? I know I've seen a post on that in here I'm going to like jQuery :) On Jan 31, 8:48 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: setting the width of my #pagewrap div

[jQuery] Re: absolute beginner! How to set page width to window width?

2008-01-31 Thread [EMAIL PROTECTED]
Thank you, Hamish! That doesn't use any plugin, does it? Problem, though ... ie7's hiding all my text!! Can you see what's wrong? http://client-2.co.uk On Jan 31, 10:13 pm, Hamish Campbell [EMAIL PROTECTED] wrote: $(document).ready(function(){ $(window).resize(function

[jQuery] Re: absolute beginner! How to set page width to window width?

2008-01-31 Thread [EMAIL PROTECTED]
I'll learn quickly :/ On Feb 1, 12:11 am, Sam Sherlock [EMAIL PROTECTED] wrote: have a look athttp://brandonaaron.net/docs/dimensions/ On 31/01/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: setting the width of my #pagewrap div to the inner width of the user's window.

[jQuery] there is a conflict ui.resizable.js and ajaxpro

2008-01-30 Thread [EMAIL PROTECTED]
resizable will not be able when using ajaxpro,the javascript error: c[0] has no properties code: for(var i in this.options.modifyThese) { var c = this.options.modifyThese[i]; c[0].css({ width: modifier.width ? modifier.width+c[1] : nw+c[1], height: modifier.height ? modifier.height+c[2] :

[jQuery] Re: Selector Containing Variable

2008-01-30 Thread [EMAIL PROTECTED]
You have to escape the first set of double quotes -- leave the single quotes there. var tabTest = billy; $(.orderInfo[id=' + tabTest + ']; On Jan 30, 7:24 am, studiobl [EMAIL PROTECTED] wrote: I'm having trouble with a jQuery selector that contains a variable. I'm trying to target an element

[jQuery] How to retrieve in sucess call back function a paremeter sent in the request?

2008-01-29 Thread [EMAIL PROTECTED]
Hi all, I was wondering how I can get the value of a parameter sent in the request as a parameter within the success callback function. Cheers, Shy.Kraus

[jQuery] AJAX file management

2008-01-29 Thread [EMAIL PROTECTED]
Hi, Can anyone recommend anything that allows you to manage files stored on the web in a tree-like GUI, allowing for drag-and-drop. I'm thinking of a web-based equivalent of what you may do with files on your desktop. Thanks, - Dave

[jQuery] clickmenu, change click event to mouseover

2008-01-29 Thread [EMAIL PROTECTED]
Hello. Is it possible to change menu trigger event form click to mouseover? It's better for my purposes. Thanks in advance for answer.

[jQuery] Error when I try to interact with a Java Applet

2008-01-29 Thread [EMAIL PROTECTED]
View the console: http://www.runecrypt.com/fallenx/fallenx/jquery_applet_demo.php - I've tried the following - $('#parent').remove(); $('#parent').empty(); $('#parent').html(''); The Error also occurs when I load the page.

[jQuery] How to retrieve in sucess call back function a paremeter sent in the request?

2008-01-29 Thread [EMAIL PROTECTED]
How to retrieve in sucess call back function a paremeter sent in the request?

[jQuery] Error when I try to interact with a Java Applet

2008-01-29 Thread [EMAIL PROTECTED]
View the console: http://www.runecrypt.com/fallenx/fallenx/jquery_applet_demo.php - I've tried the following - $('#parent').remove(); $('#parent').empty(); $('#parent').html(''); The Error also occurs when I load the page.

[jQuery] Re: AJAX file management

2008-01-29 Thread [EMAIL PROTECTED]
Thanks for the link. I notice this goes for $289 for a commercial license. Know anything that's freeware? - Dave On Jan 29, 11:00 am, Glen Lipka [EMAIL PROTECTED] wrote: Check out the examples inhttp://extjs.com Specifically the Web Desktop demo, as well as the tree demo. You also might

[jQuery] Re: link stops working in fragment returned from ajax depending on select

2008-01-29 Thread [EMAIL PROTECTED]
am, K Bouton [EMAIL PROTECTED] wrote: I have two dropdown boxes, which, when clicked, return via ajax some information in a div. Inside that information is are multiple links. When I click on the left select- the links in the div below work fine. If I refresh and click on the right select

[jQuery] Firefox: how to center the selected text in textarea

2008-01-29 Thread [EMAIL PROTECTED]
Hi, folks: I am trying to implement a search toolset based on textarea. the function I am using to highlight the resulting string(txt) is something like: textarea.setSelectionRange(pos, pos+txt.length); textarea.focus(); /* seems useless */ Everything is OK except when there are more

[jQuery] Re: Coda-slider ... with a twist!

2008-01-29 Thread [EMAIL PROTECTED]
Hey Asif, I'm interested in assisting you with this task. However, I would need to have a look at your source code. On Dec 30 2007, 4:31 pm, Asif R Naqvi [EMAIL PROTECTED] wrote: Hi Guys, Hope one of you can put me out of this misery! I'm trying to modify the coda-slider which is done

[jQuery] Re: Ajax scoping problem

2008-01-28 Thread [EMAIL PROTECTED]
On Jan 22, 2:57 pm, yves coor [EMAIL PROTECTED] wrote: I don't think I am but maybe I'm judging this wrongly. I call two functions: readXml(...); displayPlayer(...); The second one uses the global var myarray but it's always undefined. I think that that's where the asynchronous bit

[jQuery] Re: Too many autocompleter plugins

2008-01-28 Thread [EMAIL PROTECTED]
with is a 'presubmit' that validates user input before an AJAX request is sent. On Jan 27, 4:52 pm, Eric Martin [EMAIL PROTECTED] wrote: On Jan 27, 9:35 am, Cloudream [EMAIL PROTECTED] wrote: try Jörn Zaefferer 'shttp://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/http:... This is the one

[jQuery] Effect after content loaded via AJAX?

2008-01-28 Thread [EMAIL PROTECTED]
Hi there, I've been playing with jQPanels, loading remote content to some divs. Everything works fine using the load method - the callback function animates the div when the AJAX request is complete. However, not all the content in the div is loaded - images are still loading when the effects

[jQuery] Load details content in new tr table row from within a table (Master/Detail)

2008-01-28 Thread [EMAIL PROTECTED]
Hello, I'm new to jQuery (and javascripting) and was wondering how I go about showing the details of a record which is displayed in a table on a new row. Just a basic expand/collapse toggler that pulls data from another page and inserts it into a tr below. Here's the code I have. h2Before /h2

[jQuery] facing problem to show cluetip on transparent image on Internet Explorer 7

2008-01-27 Thread [EMAIL PROTECTED]
Hi I have facing problem to show a cluetip on a transparent image under internet explorer. To make the image transparent i have used microsoft's alphaimageloader. What i have done is as follows. 1. first make the image transparent in ie using alphaimageloader. 2. attach the cluetip for that img

[jQuery] Re: ajax variable scope (?) problem

2008-01-25 Thread [EMAIL PROTECTED]
It was that simple, thank you!

[jQuery] ajaxContent v.2.1 with extends and bindings

2008-01-25 Thread [EMAIL PROTECTED]
I have now uploaded the new version of the ajaxContent jquery plugin. The release gives to the plugin many new options and funcionality. A new beforeSend callback is now available and fires just before the ajax call is performed The plugin now can extend the ajax event to items injected in the

[jQuery] Re: tableSorter question: how to disable the last header?

2008-01-25 Thread [EMAIL PROTECTED]
) table.config.headers[(totalCols + number)] = table.config.headers[number]; } and now numbering can be negative, but ONLY like string '-1': {sorter:false} On Jan 17, 10:13 pm, Leandro Vieira Pinho [EMAIL PROTECTED] wrote: Hi Guys, I would like to know, how

[jQuery] ajax variable scope (?) problem

2008-01-25 Thread [EMAIL PROTECTED]
Hi, I have the following problem. I have a page with several links with class deletepm, and when I click on the links in a very quick sequence, the following happens: deleting 3 deleting 4 deleting 5 5 deleted 5 deleted 5 deleted Here's the code: $('a.deletepm').click(function(){ id =

[jQuery] [JCarousel] Smooth scroll, CSS, and wrap to first?

2008-01-25 Thread [EMAIL PROTECTED]
I am looking for a solution where I can have images scroll and JCarousel pretty much hits the nail on the head but I'm struggling with a couple of things. I want it to constantly scroll images but there is always a pause after a scroll. I am wondering if that pause can be removed so it's just a

[jQuery] Horizontal Reveal/Slideout Menu

2008-01-24 Thread [EMAIL PROTECTED]
Hi, I am looking for a way to reveal (slide out) a menu from the side of a page. While there are plugins and examples of things that come close (i.e. jquery.haccordion.js) I could not seem to find anything that does exactly what I was looking for, so I knocked up the following: I was wondering

[jQuery] Explorer problems(as always) with hide/slide

2008-01-23 Thread [EMAIL PROTECTED]
This is my first message in this group. I hope someone can help me because i spent all the day trying to solve this problem. I have a table with half the rows hidden but the first. I hide the rows with jQuery because if someone doesn't have javascript enabled can see them. The problem is when

[jQuery] Re: Explorer problems(as always) with hide/slide

2008-01-23 Thread [EMAIL PROTECTED]
, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This is my first message in this group. I hope someone can help me because i spent all the day trying to solve this problem. I have a table with half the rows hidden but the first. I hide the rows with jQuery because if someone doesn't have javascript

[jQuery] How to detect the cursor's relative position in a textarea element???

2008-01-23 Thread [EMAIL PROTECTED]
Hi, folks: Is there a way in jQuery that I can detect the cursor's relative position within a textarea element, i.e. the Nth character from the biginning of the inside texts. I am hoping to insert some text right behind the cursor's position from some Javascript functions. thanks :) Best

[jQuery] Ajax scoping problem

2008-01-22 Thread [EMAIL PROTECTED]
I'm probably being daft, but I'm trying to populate an array by processing some xml but my (global) array gets destroyed when the ajax function has done it's job. I know it's because the ajax function. I know it's a scoping problem but I don't know how to fix it and most fixes I found online

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-21 Thread [EMAIL PROTECTED]
Thanks for the reply Mike! Everyone else who's interested, feel free to take a look as well... I setup some test pages. http://www.jlhweb.org/mytest/index.php?fnc=test and http://www.jlhweb.org/mytest/index.php?fnc=test2 Each has a link to a business card. On the biz card you'll need to click

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-21 Thread [EMAIL PROTECTED]
Thanks for the reply Mike! Everyone else who's interested, feel free to take a look as well... I setup some test pages. http://www.jlhweb.org/mytest/index.php?fnc=test and http://www.jlhweb.org/mytest/index.php?fnc=test2 Each has a link to a business card. On the biz card you'll need to click

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-21 Thread [EMAIL PROTECTED]
Thanks Mike! I setup two test pages: http://www.jlhweb.org/mytest/index.php?fnc=test http://www.jlhweb.org/mytest/index.php?fnc=test2 A copy of the jQuery code is at: http://www.jlhweb.org/mytest/jquery.txt test has tinyMCE on the textarea. test2 does not. test can only be edited one time on

[jQuery] Re: Eval error with Firefox 3

2008-01-20 Thread [EMAIL PROTECTED]
https://bugzilla.mozilla.org/show_bug.cgi?id=359159 On Jan 5, 8:33 pm, Garrett [EMAIL PROTECTED] wrote: I'm also having this error come up on my website when using jQuery. Any more info regarding this fix? On Dec 1 2007, 2:13 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can somebody

[jQuery] creating a table from an array

2008-01-19 Thread [EMAIL PROTECTED]
My use case is pretty common and surely it is in some tutorial but I cannot find the right place where to look, so let me post here. I would like to generate an HTML table from JSON data coming from a server. I am a very green when it comes to Javascript, so naively I wrote the following code:

[jQuery] Simple accordion

2008-01-19 Thread [EMAIL PROTECTED]
Look here is something interesting http://www.apple.com/iphone/ ( left bottom) I tried to make a script like that., but I have an animating problem. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; html head script

[jQuery] Updated to Interface 1.2 and now my Sortables don't work

2008-01-18 Thread [EMAIL PROTECTED]
Hi all, I just upgraded from an old Interface version (I don't know what it was, but I downloaded it from the jQuery documentation website a few weeks ago) to the latest release, v1.2. Now my sortable list has stopped working properly. Each of the portlets will now only drag once. The first

[jQuery] How to validate form controls

2008-01-18 Thread [EMAIL PROTECTED]
Hi, i have 3 textboxes under div id=mydiv. i would like to validate the Textbox ie textbox is empty. i have done validation for each individual textbox by using their id,but i need coding for validate the TextBox using div id ie mydiv. Waiting for your favourable reply, karthik d.s

[jQuery] Re: Updated to Interface 1.2 and now my Sortables don't work

2008-01-18 Thread [EMAIL PROTECTED]
Yes, you're right. Thanks for your help. I plan to move over to the newer UI as soon as I can work out how to build a portlet style sortable thing. I need a contaner/accepts style approach. Regards, Steve On Jan 18, 1:14 pm, Richard D. Worth [EMAIL PROTECTED] wrote: By the error you've

[jQuery] A problem about $(function somefun(){});

2008-01-17 Thread [EMAIL PROTECTED]
hey , everyone , I am new comer. I use jquery.js in my website, and I write code like following to initialize some params: $(function someFun(){ //some codes }); but , there is a statistics script in the same page.The statistics script is so slow that someFun cannot run at once. How can I

[jQuery] Knowledge :

2008-01-17 Thread [EMAIL PROTECTED]
Knowledge : Knowledge is the eye of desire and can become the pilot of the youl --- Wll Durant Please see the website : http://padmagirl.blogspot.com thank you for your cooperation with

[jQuery] Form plug-in: problem with POST

2008-01-16 Thread [EMAIL PROTECTED]
Here's a tricky one that no one on my other favorite javascript forums where able to answer, so maybe the expert jQuery crew knows what's going on: My form: html form id=myForm action=functionLibrary.php?function=formSubmit input type=submit value=SEND FORM /form /html My

[jQuery] Re: match element based on CSS value

2008-01-16 Thread [EMAIL PROTECTED]
thanks Glen!

[jQuery] SharedObjects with jquery

2008-01-16 Thread [EMAIL PROTECTED]
Hello, to need help for read/remove/get Flash Storage with jquery. Anybody idea ? hans

[jQuery] Re: Form plug-in: problem with POST

2008-01-16 Thread [EMAIL PROTECTED]
OH, I think I got it now. So if action=index.php?fnc=doThis, the fnc variable also gets passed as POST? On Jan 16, 3:48 am, Mike Alsup [EMAIL PROTECTED] wrote: Why can't I use type=POST with a function library as described in functionLibrary.php? You can, but you need to use $_POST

[jQuery] Re: Problem With jquery form plugin and tinymce

2008-01-16 Thread [EMAIL PROTECTED]
I seem to have the opposite problem. Only affects my tinymce textarea in IE. All other form elements and browsers do not show the following behavior I'll describe... My webapp basically like an address book. click a name, and then an ajax call loads some HTML about the person, called a

[jQuery] animation :

2008-01-15 Thread [EMAIL PROTECTED]
animation : childrens like animation : http://padmagirl.blogspot.com

[jQuery] animation :

2008-01-15 Thread [EMAIL PROTECTED]
animation : childrens like animation : http://padmagirl.blogspot.com

[jQuery] Re: Forms AjaxSubmit: no error handling?

2008-01-15 Thread [EMAIL PROTECTED]
To add to my previous post: in FF I always get the 'success' alert. Groeten, Friso

[jQuery] Re: Forms AjaxSubmit: no error handling?

2008-01-15 Thread [EMAIL PROTECTED]
Hi all, I struggled with this one all day. Could it be that error is broken when you try to do a file upload in FireFox? My HTML (fragment): tr tdBatch type:/td td select name=importtype option value=11/option !-- other option omitted for brevety -- /select

[jQuery] Circular wrap with dynamic content?

2008-01-14 Thread [EMAIL PROTECTED]
Hi, I've got jCarousel working on a content management system. It seems to have trouble finding the end of the carousel when you double click next/previous or click when its not finished the slide animation. The carousel can be found here: http://www.lime-blue.co.uk/jewellery/engagement-rings

<    3   4   5   6   7   8   9   10   11   12   >