[jQuery] jQuery Curvy Corners

2009-01-29 Thread Nikola
I just discovered how nice jQuery Curvy Corners is. It works well in Firefox but only seems to work in IE7 when using jQuery 1.2.6. I did a quick search through the code to look for any obvious problems but I couldn't see any. This is a great plug-in and I'd really like to get it working. Any

[jQuery] Feedback request: Bigger Link plugin updated for jQuery 1.3

2009-01-29 Thread boermans
Hey all, Back in 2007 I published a jQuery plugin called Bigger Link to make it easy to extend the clickable area of links. http://plugins.jquery.com/project/biggerlink I have rewritten it to take advantage of jQuery 1.3 (which it requires), fixing a bunch of sloppiness and attempting to make it

[jQuery] Re: live Problem

2009-01-29 Thread Pedram
Thank you very much for the LINK On Jan 29, 6:47 pm, Brandon Aaron wrote: > Stick with Live Query but grab the latest version of Live Query from > GitHub:http://github.com/brandonaaron/livequery/tree/master > > -- > Brandon Aaron > > On Thu, Jan 29, 2009 at 7:59 PM, Pedram wrote: > > > Dear F

[jQuery] Re: jeditable and checkboxes

2009-01-29 Thread Mika Tuupola
On Jan 30, 2009, at 1:09 AM, Loomis wrote: Been trying to get to Mike's site today but it seems it's down: http://www.appelsiini.net/ Fixed. Apache got into weird loop. and am having luck saving the textbox change. I would like however to return a checked checkbox if selected and an empty

[jQuery] Re: [datepicker] Offset problem

2009-01-29 Thread Schalk Neethling
Thanks Richard, I will check the version. I might be using a to new version for my jQuery version. Richard D. Worth wrote: Which versions of jQuery and jQuery UI? This sounds like an issue that was fixed recently. Also, ensure you're using compatible versions jQuery UI 1.5.3 with jQuery 1.2.6

[jQuery] Re: [datepicker] Offset problem

2009-01-29 Thread Richard D. Worth
Which versions of jQuery and jQuery UI? This sounds like an issue that was fixed recently. Also, ensure you're using compatible versions jQuery UI 1.5.3 with jQuery 1.2.6 or jQuery UI 1.6rc5+ with jQuery 1.3+ Thanks. - Richard On Fri, Jan 30, 2009 at 12:07 AM, Schalk Neethling wrote: > Hi the

[jQuery] Using $_POST to transmit large key/pair

2009-01-29 Thread Mark Livingstone
I have the following code: $.post(order_send_email.php?order_message='+order_message) my 'order_message' is: 'Dear '+data['salutation']+" "+data['first_name']+" "+data['last_name'] +', \n\nThis is to inform you that your order #'+key+" and payment in the amount of...'; When using $.POST... the

[jQuery] Re: Condense this function

2009-01-29 Thread RobG
On Jan 30, 6:57 am, Ricardo Tomasi wrote: > I'm not sure there is any difference in performance, Nor am I, who mentioned performance? It's about using the tool that's intended for the job. > most animations > use setTimeout instead of setInterval for better timing too (though > it's irrelev

[jQuery] Re: click fires twice

2009-01-29 Thread brian
After putting this aside for awhile, it occurred to me that our own JS include system may be at fault. Sure enough, I looked at the source more closely and saw that it had let a duplicate through. The bug's all mine. Sorry for the noise.

[jQuery] [datepicker] Offset problem

2009-01-29 Thread Schalk Neethling
Hi there all, I am using the latest version of jQuery-UI and in particular the datepicker. On the one site everything is perfect but now, using on another site, the datepicker opens up offset about 30px above the input field. I can interact with it and it does fill the correct field if a dat

[jQuery] Tablesorter plugin

2009-01-29 Thread varun
HI all I have been using a function to create the table... this functions accepts a list and 2 content place holders to put table and pager ... but something is going wrong the pager css doesnot work correctly... some time it overlaps table ... sometimes it comes outside the table.. I am using

[jQuery] hide column problem

2009-01-29 Thread varun
Hi I just wanted to ask if its possible to hide the entire column in tablesorter plugin or may be by selecting column... I know how to select rows or even cells but how will i hide column : like ('thead tr td') suppose i want to hide column 1,2,7,8 in out of 10 rows ? Is it possible? Thanks Va

[jQuery] Re: Not Working for me

2009-01-29 Thread GrootBaas
We will be able to help much better if you post some code here for us to look at On Jan 30, 8:58 am, kevinsturf wrote: > Ok, I got the js file and jquery file placed them on the webpage, gave > my form an id exactly how the demo had it and still nothing, doesn't > even work. > > Please help,

[jQuery] Re: click fires twice

2009-01-29 Thread brian
On Thu, Jan 29, 2009 at 8:47 PM, Pedram wrote: > > Check your mark Up maybe You have two LInks .!!! There are actually about a dozen links. They don't have any inline onclick attributes.

[jQuery] Re: click fires twice

2009-01-29 Thread brian
I can't make it accessible right now. But there's just that one function. When I replaced the actual functionality with the alert, I get the alert twice. There's no other binding--just that single function firing twice. On Thu, Jan 29, 2009 at 8:25 PM, Ryura wrote: > > Sounds like you've bound t

[jQuery] Re: live Problem

2009-01-29 Thread Alex
cool, just what i need . On 2009-1-30, at 上午10:47, Brandon Aaron wrote: Stick with Live Query but grab the latest version of Live Query from GitHub: http://github.com/brandonaaron/livequery/tree/master -- Brandon Aaron On Thu, Jan 29, 2009 at 7:59 PM, Pedram wrote: Dear FOlk , I'm g

[jQuery] Re: Form Plugin with file upload

2009-01-29 Thread Mike Alsup
> But this is the exact part of the documentation that I don't understand. Am > I supposed to place an iframe somewhere? How does jquery know which iframe > in the page is the correct one? How do I tell it which php file to send the > file to so I can process the file upload? This is what I don't

[jQuery] [validate] Not Working for me

2009-01-29 Thread kevinsturf
Ok, I got the js file and jquery file placed them on the webpage, gave my form an id exactly how the demo had it and still nothing, doesn't even work. Please help, I 've been trying everything and still nothing

[jQuery] IFrame and XML

2009-01-29 Thread eamonn.kearns
I have a form which has a file input, so I can't use $.post I've, instead, pointed the form at an IFrame. The result of the post is xml. Is there a way to emulate the behaviour of $.post in this regard?

[jQuery] Re: problem with chaining and building patterns

2009-01-29 Thread ser0
Try this: $(document).ready(function(){ $("a#clickme").click(function(){ alert("You are now leaving the site."); }); $("a#hideme").click(function(e){ e.preventDefault(); $(this).hide(); }); }); Your main problem w

[jQuery] jqUploader using action does not work with HTTP.

2009-01-29 Thread Zerutreck
I'm using this jquery plugin: http://www.pixeline.be/experiments/jqUploader/ This form action not working: http://localhost/argofile/ index.php/upload/do_upload" method="POST" class="a_form"> I'm using code igniter framework, this type of url is the path for the "file" : http://localhost/argof

[jQuery] jeditable and checkboxes

2009-01-29 Thread Loomis
I know that there's some information I'm missing here. Been trying to get to Mike's site today but it seems it's down: http://www.appelsiini.net/ I've put together an extension for doing checkboxes based on some different stuff I have seen online and come up with the following that I've added t

[jQuery] jeditable and checkboxes

2009-01-29 Thread Loomis
I know that there's some information I'm missing here. Been trying to get to Mike's site today but it seems it's down: http://www.appelsiini.net/ I've put together an extension for doing checkboxes based on some different stuff I have seen online and come up with the following that I've added t

[jQuery] Re: live Problem

2009-01-29 Thread Brandon Aaron
Stick with Live Query but grab the latest version of Live Query from GitHub: http://github.com/brandonaaron/livequery/tree/master -- Brandon Aaron On Thu, Jan 29, 2009 at 7:59 PM, Pedram wrote: > > Dear FOlk , > I'm going to upgrade my liveQuery code , I figured out that LIVE in > jQuery 1.3.1

[jQuery] Re: Form Plugin with file upload

2009-01-29 Thread BogusRed
BB san wrote: > > hey, you are right, the key point should be iFrame. > I guess your file has successful uploaded. > > The problem is your server responses to your iframe, not to your original > page. > that is why you don't see the POST action does not appear in Firebugs Net > > XHR panel >

[jQuery] live Problem

2009-01-29 Thread Pedram
Dear FOlk , I'm going to upgrade my liveQuery code , I figured out that LIVE in jQuery 1.3.1 doesn't Support Focus and Blur and also it doesn't support the no-event Style callback that liveQuery provides... what is the solution.

[jQuery] Re: click fires twice

2009-01-29 Thread Pedram
Check your mark Up maybe You have two LInks .!!! On Jan 29, 5:03 pm, brian wrote: > both jquery-1.3.1 and 1.2.6 on FF > > No beginner here, but I'm absolutely stumped. The following function > is firing twice. There are no other event handlers involved (and, > anyway, it's only whatever I put in

[jQuery] Click Links in the Nnavigation Bar

2009-01-29 Thread Pedram
Hi Folks , I have some links in my Navigation bar such as below , I Used FIND in my code , does anyone has any better solution for me , I also used Event Delegation in the system . b c d $("ul").bind("click",function(e){ var clicked=$(e.target); $(this).find("a.active

[jQuery] Calendar with jQuery or pure JavaScript??

2009-01-29 Thread AndreMiranda
Hi everyone! I need to make a Schedule/Calendar just like Google Calendar, but with some customizations... Do you guys think it is better to make it with jQuery or straight JavaScript?? Thanks!!!

[jQuery] Re: click fires twice

2009-01-29 Thread Ryura
Sounds like you've bound the event twice. Can we see the whole page? On Jan 29, 8:03 pm, brian wrote: > both jquery-1.3.1 and 1.2.6 on FF > > No beginner here, but I'm absolutely stumped. The following function > is firing twice. There are no other event handlers involved (and, > anyway, it's on

[jQuery] Re: jquery slider- make handle clickable

2009-01-29 Thread Richard D. Worth
On Thu, Jan 29, 2009 at 8:16 PM, m...@fonolo.com wrote: > > So I grabbed a copy of ui.slider and ui.core from trunk, and it does > indeed fix the issue with clicking on the handle; it is now clickable, > and it doesn't shift around. Glad to hear it. > > > BUT > > it seems when I have multiple

[jQuery] .show() - moves my page down. Help please.

2009-01-29 Thread GrootBaas
Hi all, As soon as I show elements on my page, the whole page moves down. Could anybody please help me ? I am using IE6.1 This is my CSS ... #container{ position:static; height:630px; width:990px; margin:2px auto; padding:1px 0; text-align:left; background:#ff; color:#303030; border:2

[jQuery] Re: jquery slider- make handle clickable

2009-01-29 Thread m...@fonolo.com
So I grabbed a copy of ui.slider and ui.core from trunk, and it does indeed fix the issue with clicking on the handle; it is now clickable, and it doesn't shift around. BUT it seems when I have multiple handles on a slider (using values: [ array of integers ], but NOT using a range), while the h

[jQuery] click fires twice

2009-01-29 Thread brian
both jquery-1.3.1 and 1.2.6 on FF No beginner here, but I'm absolutely stumped. The following function is firing twice. There are no other event handlers involved (and, anyway, it's only whatever I put in this function that runs). I've found a couple of messages online about similar problems but

[jQuery] Re: [jquery.form.js v2.18] file upload field and standard fields

2009-01-29 Thread liam
Might just be a typo, but just in case - it should be $_POST > > What does the error field say? And I'm pretty sure that MAX_FILE_SIZE > must come immediately before your file input element. > > Also, are you sure the file is within your upload limit? > > On Thu, Jan 29, 2009 at 1:01 PM, phicar

[jQuery] Re: Opening a div causes jump to top of page

2009-01-29 Thread Karl Swedberg
On Jan 29, 2009, at 6:41 PM, EricC wrote: Try: $('.morePhotos').click (function(event) { event.preventDefault; $(this).parents().find('.pPictureStrip').toggle(); }); Thank you for the suggestion however it did not seem to work... Hi Eric, I know you were able to get it work by using re

[jQuery] Re: [jquery.form.js v2.18] file upload field and standard fields

2009-01-29 Thread phicarre
- error field gives nothing - i moved max_file_size just before but nothing - i selected small images the question is, with jquery and ajax, is it possible to have in the same form text fields and files field ! with javascript the answer is yes but with this plugin ? On 30 jan, 00:45, brian wr

[jQuery] Re: Opening a div causes jump to top of page

2009-01-29 Thread EricC
Thank you Rick, Brian and Mauricio, the return false line fixed it right up! Cheers.

[jQuery] Re: HTML support

2009-01-29 Thread brian
Have you tried it? On Thu, Jan 29, 2009 at 1:02 PM, Dinesh B Vadhia wrote: > Hi! I've always assumed that the text displayed in an autocomplete box is > 'text'. What if the text has html tags eg. mathML tags? Is this supported > and if not could it be? Thanks. > > Dinesh >

[jQuery] Re: Opening a div causes jump to top of page

2009-01-29 Thread Rick Faircloth
Try putting return false; in your code: $('.morePhotos').click(function() { $(this).parents().find('pPictureStrip').toggle(); return false; }); hth, Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of EricC > S

[jQuery] Re: [jquery.form.js v2.18] file upload field and standard fields

2009-01-29 Thread brian
What does the error field say? And I'm pretty sure that MAX_FILE_SIZE must come immediately before your file input element. Also, are you sure the file is within your upload limit? On Thu, Jan 29, 2009 at 1:01 PM, phicarre wrote: > > jquery.form.js v2.18 > > I have a form with a lot of fields a

[jQuery] Re: Opening a div causes jump to top of page

2009-01-29 Thread EricC
> Try: > $('.morePhotos').click (function(event) { > event.preventDefault; > $(this).parents().find('.pPictureStrip').toggle(); > > }); Thank you for the suggestion however it did not seem to work...

[jQuery] Re: Opening a div causes jump to top of page

2009-01-29 Thread brian
You have a hash (#) in the href attribute. This is the expected behavior. You'll need to return false from your click handler. On Thu, Jan 29, 2009 at 6:21 PM, EricC wrote: > > Hi, > > I have a page that opens some divs based on user feedback (try the > more photos links please). If you happen t

[jQuery] Re: Opening a div causes jump to top of page

2009-01-29 Thread Mauricio (Maujor) Samy Silva
Try: $('.morePhotos').click (function(event) { event.preventDefault; $(this).parents().find('.pPictureStrip').toggle(); }); / -Mensagem Original- De: "EricC" Para: "jQuery (English)" Enviada em: quinta-feira, 29 de janeiro de 2009 21:21 Assunto: [jQuery] Opening a div causes jump t

[jQuery] Problem with Children

2009-01-29 Thread Tanner
I have a plug-in which creates tabs from a ul tag, but when there is ul tags embedded it treats them like another tab menu, and I cannot make it fix that. I have tried multiple arrangements of children selection to fix that but it still causes problems. does anybody have any ideas of how to fix t

[jQuery] Opening a div causes jump to top of page

2009-01-29 Thread EricC
Hi, I have a page that opens some divs based on user feedback (try the more photos links please). If you happen to be scrolled down the page and you toggle something open the browser pops to the top, thus closing the new div. Example: http://rtrservices.com/equipment.php?page=test Code:

[jQuery] Re: SUPERFISH Vertical Help

2009-01-29 Thread De S.
URL http://www.royalmbc.org/joomla/ On Thu, Jan 29, 2009 at 3:57 PM, bellaluna316 wrote: > RE: Vertical hover. I am trying to do the following and can not > figure out what CSS code controls these things: > > • Move the bullets off the left edge of both parent and sub "buttons" > • M

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Eric Garside
If that's the case, then you're certainly not exposing any important information, but it's still not as efficient. With Javascript and JSON alike, the longer the data, the longer it takes to load (this isn't super relevant with tiny bits of info that are under 1k or so), but when you get into tran

[jQuery] Re: Selected Attribute in IE6

2009-01-29 Thread Liam Byrne
Or, if there's nothing else to be done in the each loop: $("#MySelectID option[value='somevalue']").attr("selected", "selected"); P.S. if "somevalue" is likely to be a variable, rather than a literal, then $("#MySelectID option[value=\""+somevalue+"\"]").attr("selected", "sele

[jQuery] Re: Simple Question from a Student on Functios

2009-01-29 Thread Professor B
FWIW: Note that you can also use JQuery's noConflict mode if you want another library such as Prototype to make use of $. I think it's very thoughtful of JQuery to be so accomodating, but frankly I think it's a bit much to use two different js frameworks with so much overlapping functionality. On

[jQuery] Re: Selected Attribute in IE6

2009-01-29 Thread Liam Byrne
Re the "I'm not even sure that would work" (adding an actual ID attribute to the option) Curiosity got the better of me and it works in IE7, FF3, Safari 3, Opera 9 & Google Chrome Didn't check if it's standards-compliant, though...just never saw it done before. So KenLG, you have 2 opt

[jQuery] How do I use JQuery to implement a "live search" feature for Google Web Search API?

2009-01-29 Thread desbest
How do I use JQuery to implement a "live search" feature for Google Web Search API? Here's some help. http://code.google.com/apis/ajax/playground/#set_site_restrict http://exscale.se/archives/2008/05/16/jquery-live-ajax-search-plug-in/

[jQuery] Re: Simple Question from a Student on Functios

2009-01-29 Thread photogeek
Yes, thanks Eric... On Jan 29, 2:02 pm, Eric Garside wrote: > What do you mean when you say functions? If you mean something like: > > function customfunction(input){ >   // Does something here >  return output; > > } > > Then there's no problem. If you mean another framework, like > prototype.j

[jQuery] Re: Selected Attribute in IE6

2009-01-29 Thread Liam Byrne
Why have you used ? if ($(this).attr(*"id"*) == "somevalue") For that to work, your select box would need to be Select something My selection and I'm not even sure that would work. Try if ($(this).attr("value") == "somevalue") Liam KenLG wrote: I only found a couple posts related t

[jQuery] Re: Long Image Scroller (jCarousel)

2009-01-29 Thread Liam Byrne
MUCH simpler than that. 1) Put the image into the background of the 500px div 2) Capture / track the mouse position 3) Divide the x-position by 5 4) Use that to set the x-axis percentage of the background position Just make sure you set the IE6 background image cache so that it doesn't flicker

[jQuery] Re: High Point Village Website

2009-01-29 Thread Ricardo Tomasi
I also had that problem. Sometimes I hover a + and it doesn't slide down. Also experiencied two other bugs: - when you click the + button, the background fades from black again - inside a section like 'bar' or 'boutique hotel', when I click another section (gym/pool/etc), an unrelated image flashe

[jQuery] SUPERFISH Vertical Help

2009-01-29 Thread bellaluna316
RE: Vertical hover. I am trying to do the following and can not figure out what CSS code controls these things: • Move the bullets off the left edge of both parent and sub “buttons” • Make the “buttons” shorter (set height) • Move the hover flyout “button” to butt up against th

[jQuery] Re: Selection by CSS background-color

2009-01-29 Thread Balazs Endresz
It doesn't work because browsers return a CSSStyleDeclaration object, or something similar, you can try it with firebug: $('body')[0].style But I have just released a "plugin" that enables you to solve this very easily. I put some other stuff into it too that you probably don't need but that can

[jQuery] Re: Problem with superfish example

2009-01-29 Thread Kieren
Well if I use IE7 (http://dean.edwards.name/weblog/2008/01/ie7-2/) on my page, it fixes the superfish problem for me, but your example page is still broken. On Jan 30, 7:31 am, Kieren wrote: > On Jan 30, 1:02 am, Joel Birch wrote: > > > Hello, > > > It is impossible to know where your error lie

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
the data i handle is the same data the user would see if he klicks on the link via page reload. the only diference is the data is beeing requestet via ajax and only has the needed information in it. i say it like this only boxes are updated. for example if the user clicks the add to cart without

[jQuery] Re: Condense this function

2009-01-29 Thread Ricardo Tomasi
I'm not sure there is any difference in performance, most animations use setTimeout instead of setInterval for better timing too (though it's irrelevant in this case). And it would require a bit more code. - ricardo On Jan 29, 2:39 am, RobG wrote: > On Jan 16, 3:15 am, Ricardo Tomasi wrote: >

[jQuery] Re: High Point Village Website

2009-01-29 Thread David Meiser
It has a nice user experience. However, you might want to think about the hoverintent plugin - things seemed "shaky" when I tried to click on them (eg - the animation kept moving when I wanted to hover over an item) in FF3. On Thu, Jan 29, 2009 at 12:58 PM, kim3er wrote: > > Hi, > > I've just f

[jQuery] jquery and minify

2009-01-29 Thread Sam Sherlock
Having just seen this site http://www.highpointvillage.co.uk & running it through yslow (it got an f 50/100), one way to improve it would be reducing the http requests - but:- Would combining the scripts on a site like this with minify be contrary to the license of jQuery? could jquery be minifed

[jQuery] Re: High Point Village Website

2009-01-29 Thread Sam Sherlock
That is a great piece of work, a huge amount of http requests - but appeared pretty seamless 2009/1/29 ksun > > Could see only intro in IE > > On Jan 29, 12:58 pm, kim3er wrote: > > Hi, > > > > I've just finished working on a new web site using jQuery 1.3.1 and > > would appreciate feedback.

[jQuery] Re: cancel jQuery binded event handlers

2009-01-29 Thread Ricardo Tomasi
Having both inline and bound event handlers will always cause confusion. You could use event.stopImmediatePropagation in the first handler, but unfortunaly that is only available through jQuery-added listeners (1.3.1). On Jan 29, 5:42 pm, 1nd1go wrote: > Hi all, > > I am trying to cancel event

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
thank you :-( now i am scared to do something with javascript or ajax or JSON. who or how can i check the security of my script? is it as easy as you say to hack javascript? Eric Garside schrieb: > Technically yes. But only if you don't trust your own server. :) > > Like, because of the securi

[jQuery] Re: jquery slider- make handle clickable

2009-01-29 Thread m...@fonolo.com
Thanks Richard, I tried both changing the max value, and setting the step value to 0.1, 0.01, etc- and it didn't make a difference. I'll grab a copy of 1.6rc6 when it comes and see if that does it. Cheers, Mike On Jan 29, 3:25 pm, "Richard D. Worth" wrote: > I believe this may be related to

[jQuery] Re: Problem with superfish example

2009-01-29 Thread Kieren
On Jan 30, 1:02 am, Joel Birch wrote: > Hello, > > It is impossible to know where your error lies without seeing your > page. Please post a link to it. Sorry I thought I made that clear. The example at http://users.tpg.com.au/j_birch/plugins/superfish/example.html is not working in IE6. At thi

[jQuery] Re: newbie: jquery to modify look of broken links?

2009-01-29 Thread Ricardo Tomasi
It seems this is possible server-side, just checking for the headers, without the need to download the whole page. You'd make an Ajax call to a script on your server with the URL, and it would return true/ false. See an example(PHP) here: http://www.webmasterworld.com/php/3187554.htm On Jan 29,

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Ricardo Tomasi
What kind of data are you dealing with? It all depends on the information being passed. I wouldn't say 'hack'. Javascript is like a macro language, it's totally exposed to the user. You can see the source code, do whatever you want at runtime, etc. It's up to you to make sure that all sensitive d

[jQuery] Re: jquery slider- make handle clickable

2009-01-29 Thread Richard D. Worth
I believe this may be related to an issue fixed in the trunk. You should be able to test in 1.6rc6, which will be out today. If that doesn't fix it, you may want to try either increasing your max by say a factor of 10 (depending on how wide your slider is) or decreasing step from 1 (the default) to

[jQuery] Re: High Point Village Website

2009-01-29 Thread ksun
Could see only intro in IE On Jan 29, 12:58 pm, kim3er wrote: > Hi, > > I've just finished working on a new web site using jQuery 1.3.1 and > would appreciate feedback. > > http://www.highpointvillage.co.uk/ > > Rich

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Trend-King
thank you :-( now i am scared to do something with javascript or ajax or JSON. who or how can i check the security of my script? is it as easy as you say to hack javascript? Eric Garside schrieb: > Technically yes. But only if you don't trust your own server. :) > > Like, because of the securi

[jQuery] Re: Cycle Plug-In stop

2009-01-29 Thread Mike Alsup
> When the user reaches the last image how can I disable > Next? (and disable previous on the first image). Here's a demo that shows how you can do that: http://www.malsup.com/jquery/cycle/after.html > I'd also like to > know when using automatic transitions how to stop the effect one all > the

[jQuery] Re: Simple Question from a Student on Functios

2009-01-29 Thread Eric Garside
What do you mean when you say functions? If you mean something like: function customfunction(input){ // Does something here return output; } Then there's no problem. If you mean another framework, like prototype.js or mootools or dojo or something, then you'll run into more problems. Otherwi

[jQuery] Re: fixed cleartype fadeIn issue in IE, but element still doesn't start out hidden

2009-01-29 Thread hypnos
Update - I discovered that the loaded content does hide like it's supposed to before fadeIn in Internet Explorer if the div that's loaded on the page I'm getting doesn't have position: absolute; in the css. I need it to have an absolute position or it breaks the layout though, the content I'm load

[jQuery] Simple Question from a Student on Functios

2009-01-29 Thread photogeek
Can I use JQUERY even though I have other javascript functions inmy header? Is there an order that I need to load the functions.ie do I link to the JQUERY code first and then set the other functions? Andy

[jQuery] Cycle Plug-In stop

2009-01-29 Thread Molly
I'm a newbie using CYCLE to show a number of images (manually - Next/ Previous). When the user reaches the last image how can I disable Next? (and disable previous on the first image). I'd also like to know when using automatic transitions how to stop the effect one all the images have been sho

[jQuery] Re: Star rating plugin problems

2009-01-29 Thread matthias.otto...@googlemail.com
Hi Philip, I have exactly the same problem. Browser independent. JQuery 1.3.1 and Star Rating 2.61 (as of January 23, 2009). Also does: ... lead to: star-off, star-off, star-on, star-off, star-off - again happening in a container injected through AJAX. Thanks, Matt On Dec 7 2008,

[jQuery] Re: Beginner question: Using a function inside of an external plugin

2009-01-29 Thread James Westgate
Place this inside the plugin closure: jQuery.fn.rte.disableDesignMode = function(iframe, submit) { disableDesignMode(iframe, submit); } Then call it using jQuery.fn.rte.disableDesignMode(x,y); Better still, ask the author to add this as a public function. On Jan 29, 3:48 pm, kgosser wrote:

[jQuery] High Point Village Website

2009-01-29 Thread kim3er
Hi, I've just finished working on a new web site using jQuery 1.3.1 and would appreciate feedback. http://www.highpointvillage.co.uk/ Rich

[jQuery] cancel jQuery binded event handlers

2009-01-29 Thread 1nd1go
Hi all, I am trying to cancel event propagation in handler I have defined in the following manner: element.onclick = fuction() { /* first handler */ } I have also defined handler with jQuery: $('element').click( function() { /*second handler*/ } ) So the point is I want to prevent invocation o

[jQuery] Re: Cancel concurrently running ajax events

2009-01-29 Thread rchung77
We had a similar issue recently. You want to use submission throttling. http://ajaxpatterns.org/wiki/index.php?title=Submission_Throttling Take a look at the section on Zuggest. Rich On Jan 29, 9:58 am, Renso wrote: > I have a table with a couple of rows in my web-page. When the user > hove

[jQuery] jquery slider- make handle clickable

2009-01-29 Thread m...@fonolo.com
Hello, I'm using the ui slider plug-in as a time line for a javascript+flash mp3 player- so I'm setting the min value to 0, and the max value to the duration of the audio clip. Everything works as expected, and I can adjust the location of the handle based on the playback progress. Now I want t

[jQuery] Show hide layer on hover problem

2009-01-29 Thread cchun...@gmail.com
I have created a login layer that slides down from the top of the screen and i want it so that if the mouse leaves the layer or you click outside of the layer it slides back up. I have it working on mouse out but it is buggy and since i am new to this i am sure there is probably a much better way

[jQuery] Re: newbie: jquery to modify look of broken links?

2009-01-29 Thread James Westgate
You could select all anchor tags, then use the Ajax functions to see if you get a successfull response. You may be able to run this in the background as Ajax is asynchonous, so the links would highlight as each page is called. Not sure if you can stop the request once you get a 200 status, so that

[jQuery] grouping validation

2009-01-29 Thread nxtToU
Hey folks Is there a way to group validation? e.g. $("#myform").validate({ groups: { username: "fname lname" }, rules: { username: { required: true, minlength: 3 } }, messages: { username: { required: "Pls fix your entries", minlength: jQ

[jQuery] Re: if condition within a loop

2009-01-29 Thread pho99
Thank you kindly for your reply. I didn't even think of using PREV. -Long On Jan 29, 4:13 am, Stephan Veigl wrote: > First of all, you have a typo in your css for #portMain (line 5), the > color value should have exactly 6 (or 3) hexadecimal digits > > 1. (line 35) > you are using a jQuery each

[jQuery] Re: Selection by CSS background-color

2009-01-29 Thread kevotheclone
Thanks for the reply Shane! Yes looping through the parent is an option that I was hoping to avoid. Rigth now my Timeline only displays 30 projects (each one composed of 2 elements), but SIMILE Timeline generates many more elements within the parent containing ; 380 to be exact. So I'll have t

[jQuery] Re: None of the tutorials I try work for jquery

2009-01-29 Thread surreal5335
There we go it was the calling of the source that was messing it all up Thanks a lot for helping me get started On Jan 29, 11:35 am, Karl Swedberg wrote: > On Jan 29, 2009, at 12:27 PM, amuhlou wrote: > > > > > Have you tried linking directly to the jquery code stored by google? > > Your first

[jQuery] [autocomplete] changing value of hidden input

2009-01-29 Thread Michael
I'm using Jörn's autocomplete plugin and I'm having trouble changing the value of my hidden input. The first part works fine - it searches the array and I can select select any of the results. However, I'm trying to grab the "id" key value from the array and use it as the value of my hidden input

[jQuery] Re: script and strange behaviours with ie

2009-01-29 Thread Saledan
any suggest? thx On 18 Gen, 16:31, Saledan wrote: > up! > > thanks > > On 8 Gen, 07:18,Saledan wrote: > > > up, please! > > > thanks > > > On 3 Gen, 11:50,Saledan wrote: > > > > Hi, > > > yes i supposed that browsers older than ie6 are now unsupported by > > > jQuery and web developers, i just

[jQuery] Re: Strange .attr('src') behavior in IE

2009-01-29 Thread ksun
I tried it too, and jquery is not consistent in handling the href/src attribute in IE. I don't know why it is giving the absolute url when / tags are loaded via ajax. @MorningZ , the topic you have linked to, suggests that using $ (this).attr("href") will always give the actual text in href attri

[jQuery] Re: Unobtrusive javascript with jQuery

2009-01-29 Thread Karl Swedberg
Hi, I'll take a stab at answer questions one and two: On Jan 29, 2009, at 1:25 AM, B wrote: 1) When you bind elements on document.ready(), isn't that more inefficient than using the onclick() etc function available inside the markup. When you bind the events on document.ready() you have to tr

[jQuery] Re: None of the tutorials I try work for jquery

2009-01-29 Thread Karl Swedberg
On Jan 29, 2009, at 12:27 PM, amuhlou wrote: Have you tried linking directly to the jquery code stored by google? Your first script tag would be http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/ jquery.min.js"> If your code works when you use that, then it's a problem with how you're tr

[jQuery] Re: [validate plugin] - not working with multiple forms

2009-01-29 Thread Joel Taylor
Thanks Jorn! That worked. :) Phew. On Jan 29, 12:05 pm, Jörn Zaefferer wrote: > Try this: > > $(".validate").each(function() { >   $(this).validate(); > > }); > > Jörn > > On Thu, Jan 29, 2009 at 7:00 PM, Joel Taylor wrote: > > > hi all - so I'm using the 'validate' plugin, and I seem to have a

[jQuery] Re: eval(JSON_DATA) how safe is it?

2009-01-29 Thread Eric Garside
Technically yes. But only if you don't trust your own server. :) Like, because of the security concern, you can ONLY ajax from the same domain. (*.whatever.com can only perform an AJAX request on *.whatever.com domains). However, you were talking about JSON in the beginning, which has methods fo

[jQuery] Re: [validate plugin] - not working with multiple forms

2009-01-29 Thread Jörn Zaefferer
Try this: $(".validate").each(function() { $(this).validate(); }); Jörn On Thu, Jan 29, 2009 at 7:00 PM, Joel Taylor wrote: > > hi all - so I'm using the 'validate' plugin, and I seem to have an > issue where if I have multiple forms, the plugin only validates the > first form. > > $('.valid

[jQuery] HTML support

2009-01-29 Thread Dinesh B Vadhia
Hi! I've always assumed that the text displayed in an autocomplete box is 'text'. What if the text has html tags eg. mathML tags? Is this supported and if not could it be? Thanks. Dinesh

[jQuery] [jquery.form.js v2.18] file upload field and standard fields

2009-01-29 Thread phicarre
jquery.form.js v2.18 I have a form with a lot of fields and one upload file field: Nom: Prénom: Photo: $('#form1').ajaxSubmit( { type: 'POST', url: 'create.php', beforeSubmit: showRequest , success: function(msg)

  1   2   >