[jQuery] jquery autocomplete keypress database

2009-06-19 Thread Faizal Balsania
am trying to use jquery autocomplete plugin, I want it to suggest ItemCodes as user types... The problem is its not showing autocomplete box/frame/ Just to make sure webmethod returns data on every keyup event, I assigned data to a div element, and it works as it should. script

[jQuery] AutoComplete Plugin + Json not work in IE!

2009-06-19 Thread DaNieL
Hy guys, im new in jQuery ;) My problem is the autocomplete plugin: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ It works very well and i'll find it much usefull, but i got a problem with it.. Using the remote procedure (ajax requests), if the returning value from the script

[jQuery] AutoComplete Plugin + Json not work in IE!

2009-06-19 Thread DaNieL
Hy guys, im new in jQuery ;) My problem is the autocomplete plugin: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ It works very well and i'll find it much usefull, but i got a problem with it.. Using the remote procedure (ajax requests), if the returning value from the script

[jQuery] How to use getResponseHeader using .ajax request with xhr option

2009-06-19 Thread Gabriel
The .ajax() request has an option called 'xhr'. I am trying to grab the filesize of a file (html) being requested with ajax. I think that the method used with XHR is getResponseHeader. How would I implement this into the 'xhr' option? I have tried several ways, but all gave me errors on

[jQuery] Re: parseerror on GET from window.location

2009-06-19 Thread Nick Fitzsimons
2009/6/18 jacktanner i...@hotmail.com: I'm trying to do an AJAX GET.            var q_url = window.location.toString();            $.ajax({                type: 'GET',                        url: q_url,                        cache: false,                        dataType: 'json',        

[jQuery] new plugin: miniZoomPan

2009-06-19 Thread GianCarlo Mingati
Hello everyone, during the initial phase in the development of amuch more complex zommpan widget, i ended up with this tiny (yet another) zoompan plugin. Since it's small and with just few functionalities i'd call it miniZoomPan.

[jQuery] Re: new plugin: miniZoomPan

2009-06-19 Thread Nikola
That's really great... I like this. On Jun 19, 6:16 am, GianCarlo Mingati giancarlo.ming...@gmail.com wrote: Hello everyone, during the initial phase in the development of amuch more complex zommpan widget, i ended up with this tiny (yet another) zoompan plugin. Since it's small and with

[jQuery] Re: jQuery Conference for 2009?

2009-06-19 Thread Casey
+1 for Cleveland, Detroit, or Pittsburgh for the jQuery conference. Really looking forward to join you guys even if I have to take vacation. On Jun 18, 2:26 pm, Karl Swedberg k...@englishrules.com wrote: On Jun 18, 2009, at 10:40 AM, ak732 wrote: Is good news that there will be a conference.

[jQuery] Re: new plugin: miniZoomPan

2009-06-19 Thread Alexsandro_xpt
Very Cool and useful. On 19 jun, 07:16, GianCarlo Mingati giancarlo.ming...@gmail.com wrote: Hello everyone, during the initial phase in the development of amuch more complex zommpan widget, i ended up with this tiny (yet another) zoompan plugin. Since it's small and with just few

[jQuery] BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
Hi, I am using blockUI to block a div. Above this div, there is an UL with a negative bottom margin (margin-bottom: -1px). This UL is an horizontal menu, and I use the -1px bottom margin so that the selected element (LI) car overlap the blockUI-ed div top border. The issue is that, when

[jQuery] Dropdown menu top and left border Superfish

2009-06-19 Thread Henry
Hi, How can I take off the top and left border that shows on my menu? Thx Henry

[jQuery] jQuery text toggle effect

2009-06-19 Thread mojoeJohn
So i was looking on here yesterday, and i've been scouring the Web for a simple text toggle tutorial. I haven't been able to find one -- maybe i'm not looking in the right places, but anyway. so you can probably tell what i'm trying to achieve just by my subject line. I have a div of images

[jQuery] Re: Image resize

2009-06-19 Thread mojoeJohn
resize it in what way? on a hover or an image replacement or what? On Jun 18, 11:25 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hello Friends , How to resize the image using jquery , Thanks B.S..Bharanikumar

[jQuery] Re: Unresponsive Script

2009-06-19 Thread bombaru
I've pinpointed the script that's causing the timeout. Commenting this script out resolves the issue. I don't see anything in this script however that is out of place. I'd be curious if some better trained eyes find something. Thanks again for all of your help.

[jQuery] Re: Unresponsive Script

2009-06-19 Thread bombaru
I've pinpointed the script that's causing the timeout. Commenting this script out resolves the issue. I don't see anything in this script however that is out of place. I'd be curious if some better trained eyes find something. Thanks again for all of your help.

[jQuery] Debugging tips

2009-06-19 Thread mojoeJohn
Where is a good article or site to find tips on how to use firebug to debug jQuery. I know all about how to debug css and html, so firebug is not new to me at all. However, I'm unfamiliar with its javascript debugging capabilities. Can anyone help? Thanks!

[jQuery] Re: Unresponsive Script

2009-06-19 Thread bombaru
I think it's the if/else if statement at the top. If I change the last else if to just an else, I get a syntax error but no unresponsive script error. function mousedownSearchTracking(e) { var $zone = $(this); if (typeof (e.data.action) == undefined) { if (typeof

[jQuery] [Validate] showErrors does not update numberOfInvalids

2009-06-19 Thread David
Hello all, In general the plugin is great and I have a working solution using a global variable to keep track of invalids because of this problem in the library. Short description, in the validator method that I added, I am calling showErrors because the message needs to be dynamic. I call

[jQuery] Re: Drop down doesn't show

2009-06-19 Thread tarave
Sancho, I also have this same issue. Did you discover a fix? Regards, Todd

[jQuery] Add items to list, is this a proper approach?

2009-06-19 Thread maubau
I'm trying to create a list, to which you can: 1. add and remove items. 2. according to what's in this list, there should be dynamic content loaded on to the page. I've accomplished 1 with the code below. I'm not sure about how to accomplish 2. If anyone could point me in the right direction

[jQuery] Autocomplete giving error in Firefox but works in IE 6

2009-06-19 Thread Suave MF
Autocomplete not working in Firefox but works in IE 6. Getting an val is undefined error in Firefox Error Console which points to the parse() function in the autocomplete.js. Any suggestions? Mind you I'm a newbie at jQuery but advancing decently.

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement or what? On Jun 18, 11:25 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hello Friends , How to resize the image using jquery ,

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread Mike Alsup
The issue is that, when calling blockUI on that DIV, it makes the div go above the UL/LI elements. I tried to change the zindex values everywhere, with no effect. I do not understand why the DIV is modified by blockUI ? The div is not modified, it's the blocking overlay that has a higher

[jQuery] Re: Debugging tips

2009-06-19 Thread Karl Swedberg
A good place to start would be the Firebug site: http://getfirebug.com/docs.html In addition to its own documentation, it has links to videos and tutorials, such as this one:

[jQuery] Re: Debugging tips

2009-06-19 Thread mojoeJohn
thanks carl. love your book! maybe you can help me with my toggle text post?! On Jun 19, 10:50 am, Karl Swedberg k...@englishrules.com wrote: A good place to start would be the Firebug site: http://getfirebug.com/docs.html In addition to its own documentation, it has links to videos and  

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
Hi, Yes it is modified, because the div itself (not the blocking overlay) comes over the ul/li elements when calling blockUI on it. And yep I tried to change the baseZ option. I set it to 1, 0... And I set my ul/li zindex to 1 with no effect. Here is some sample code, so that is easier

[jQuery] Re: Drop down doesn't show

2009-06-19 Thread sancho
Hi, I fixed it by using focus:true as an option. Sancho On Jun 19, 3:29 pm, tarave arav...@yahoo.com wrote: Sancho, I also have this same issue.  Did you discover a fix? Regards, Todd

[jQuery] Re: Unresponsive Script

2009-06-19 Thread amuhlou
what happens if you put an empty else {} after the last elseif? On Jun 19, 10:33 am, bombaru bomb...@gmail.com wrote: I think it's the if/else if statement at the top.  If I change the last else if to just an else, I get a syntax error but no unresponsive script error. function

[jQuery] Re: Add items to list, is this a proper approach?

2009-06-19 Thread Charlie
"according to what's in this list." no way to see from here what's in your list, what you want to look for or what you want to do once you find( or don't find) what you are looking for maubau wrote: I'm trying to create a list, to which you can: 1. add and remove items. 2.

[jQuery] Re: Image resize

2009-06-19 Thread Charlie
that's a server side issue, not client side bharani kumar wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement or what? On Jun 18, 11:25pm, bharani kumar bharanikumariyer...@gmail.com

[jQuery] Re: jQuery text toggle effect

2009-06-19 Thread Mauricio (Maujor) Samy Silva
Please: 1-) Wrap Show within a span element. 2-) Get rid of the style atributte for the ul. ul's are block level elements by default. div class=showhide spanShow/span ul class=clients li/li ... 3-) And here goes the code; $(.showhide).click(function() {

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
ok On Fri, Jun 19, 2009 at 8:59 PM, Charlie charlie...@gmail.com wrote: that's a server side issue, not client side bharani kumar wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement or

[jQuery] Multiple responses while using Jquery From Plugin

2009-06-19 Thread Vivek
Hi, I am using Jquery's Form plugin. I am getting one response at the end of the submission of the form. I would like to have multiple responses delaying few seconds e.g. First Loading , then Sending... then Connected... and so on, How can i acheive this ? Please Suggest. Thanks

[jQuery] Re: Drop down doesn't show

2009-06-19 Thread tarave
Sancho, Thanks for the speedy reply. My fix was similar I made the following code the last thing I do in my script. $(#MY_ELEMENT).focus(); A related thread to this issue. http://groups.google.com/group/jquery-en/browse_thread/thread/21f1d5714c990cf7/ Thanks, Todd

[jQuery] JSONP REST webservice

2009-06-19 Thread sr
Hi, I want to use JSONP to call a REST webservice. Therefore I need the jsonp_callback parameter added to the URL for GET, POST, DELETE and PUT requests. Regrettably the jQuery library adds this parameter only to the URL if I do a GET request, otherwise the lib tries to add it to the data stream

[jQuery] Best web app automation testing tool?

2009-06-19 Thread sarah
Hello - I've been evaluating different web automation testing tools that allow you to record actions and play them back in the web browser window to automate testing. So far I have tried Molybdenum TestGen4Web Firefox plugins. I was not able to get Selenium IDE work for some reason.

[jQuery] Re: jQuery text toggle effect

2009-06-19 Thread mojoeJohn
Thanks, man i appreciate the help. I figured i had to create a local variable and that i would need the if statement, but i haven't written enough of those kind of statements to be able to do it myself. this is a step in the right direction. AWESOME!!! On Jun 19, 11:33 am, Mauricio \(Maujor\)

[jQuery] Re: new plugin: miniZoomPan

2009-06-19 Thread Giovanni Battista Lenoci
GianCarlo Mingati ha scritto: Hope you find it useful ;-) http://www.gcmingati.net/wordpress/wp-content/lab/jquery/minizoompan/ Bravo GianCarlo! :-) I like this plugin and I will use it in the first occasion -- gianiaz.net - web solutions via piedo, 58 - 23020 tresivio (so) - italy +39

[jQuery] Re: Unresponsive Script

2009-06-19 Thread bombaru
Same result: Unresponsive script error On Jun 19, 11:17 am, amuhlou amysch...@gmail.com wrote: what happens if you put an empty else {} after the last elseif? On Jun 19, 10:33 am, bombaru bomb...@gmail.com wrote: I think it's the if/else if statement at the top.  If I change the last

[jQuery] Re: new plugin: miniZoomPan

2009-06-19 Thread jake dimano
I must say...very very nice. jake On Fri, Jun 19, 2009 at 6:16 AM, GianCarlo Mingatigiancarlo.ming...@gmail.com wrote: Hello everyone, during the initial phase in the development of amuch more complex zommpan widget, i ended up with this tiny (yet another) zoompan plugin. Since it's small

[jQuery] Potential blind sql injection vulnerability with Superfish JS?

2009-06-19 Thread NationPress
The client we're building a site for recently had a server wide scan done by SecurityMetrics.com for PCI compliance. This was required by their banks commercial credit card service. The report came back with a Possible blind sql injection vulnerability warning level 4 out of 7 for the Superfish

[jQuery] Re: Image resize

2009-06-19 Thread kalyan
Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download : http://deepliquid.com/content/Jcrop.html On Jun 19, 7:41 pm, bharani kumar bharanikumariyer...@gmail.com wrote: when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn mojoej...@gmail.com wrote:

[jQuery] jQuery hierarchical menu for nondevelopers

2009-06-19 Thread Marko Simic
Hi, There are dozens of libraries which creates drop down menus: accordion, vertical, horizontal, from JSON, XML data, etc. What I found is missing there is one that will be easy to under, adjust and design to our fella colleges designers and other nondevelopers. So, if you think it is worth

[jQuery] Superfish IE question

2009-06-19 Thread kanjigirl
I'm using Superfish for the first time on this page: http://www.redkitecreative.com/projects/rickett/ In IE7 I'm getting an error with superfish.js, Line: 12 Error: 'jQuery' is undefined Not sure what to do about this, can someone advise?

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread Mike Alsup
Yes it is modified, because the div itself (not the blocking overlay) comes over the ul/li elements when calling blockUI on it. To clarify, the zIndex of the div is not modified. The only thing modified on the blocked element (the div in your case) is the position style, and only if it is

[jQuery] test post

2009-06-19 Thread David
test post

[jQuery] Loop through XML to find children

2009-06-19 Thread Nic Hubbard
I have an XML structure like the following: item attr11/attr1 attr22/attr2 attr33/attr3 /item This XML gets returned to me after an ajax post, so I can get the tags using: $(xml).find('item').each(function() { var 1 = $(this).children('attr1').text(); var 2 =

[jQuery] Re: Image resize

2009-06-19 Thread brian
On Fri, Jun 19, 2009 at 10:57 AM, kalyankalyan11021...@gmail.com wrote: Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download : http://deepliquid.com/content/Jcrop.html It does no such thing. That plugin still requires something on the server to do

[jQuery] Re: Add items to list, is this a proper approach?

2009-06-19 Thread maubau
On 19 Juni, 17:23, Charlie charlie...@gmail.com wrote: according to what's in this list. no way to see from here what's in your list, what you want to look for or what you want to do once you find( or don't find) what you are looking for I'll try to explain it a bit better. On the

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
So there is no way to fix/correct that behavior ? Like maybe modifying my ul or my li ? Thanks for your help Mike malsup wrote: Yes it is modified, because the div itself (not the blocking overlay) comes over the ul/li elements when calling blockUI on it. To clarify, the zIndex of

[jQuery] Re: Superfish IE question

2009-06-19 Thread Charlie
rule of thumb is to have jquery.js load before any other jquery scripts, you have superfish.js loading before jquery.js kanjigirl wrote: I'm using Superfish for the first time on this page: http://www.redkitecreative.com/projects/rickett/ In IE7 I'm getting an error with

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-19 Thread Klaus Hartl
On 18 Jun., 19:32, Rodrigo rodrigo.s.alfo...@gmail.com wrote: I'm trying the simplest task ever, like an alert thrown on the $ (document).ready, but no luck :-( Also, I slightly remember that alerts are one of the things that do not work in the standalone IEs... --Klaus

[jQuery] Re: Image resize

2009-06-19 Thread kalyan
Then use imagemagic to create image resizing if you are using PHP. On Jun 19, 9:43 pm, brian bally.z...@gmail.com wrote: On Fri, Jun 19, 2009 at 10:57 AM, kalyankalyan11021...@gmail.com wrote: Use jqeary plugin Jcrop. It will resize your imaze before upload. Here is the link to download

[jQuery] Dashboard - Drag Drop Widgets

2009-06-19 Thread Gercek Karakus
Hi everyone, I am going to be working on a dashboard for an application that contains 2 columns and several widgets in these columns. (a widget will be a block element of various width/heights that will contain text inside) What I am looking for is something similar to Wordpress 2.8 Dashboard

[jQuery] Online Dating Tips - What You Need to Know Before Dating Online

2009-06-19 Thread Pascale derkertis
Online Dating Tips - What You Need to Know Before Dating Online http://secret-dating.we.bs/dating-tips078.html

[jQuery] Error : 'document' is undefined

2009-06-19 Thread gits
I am not able to install JQuery , While installing I have following error - Error : 'document' is undefined Line : 12. Could you please gimme a solution? Thank you

[jQuery] Re: Superfish Nav-bar Style solution for WordPress ?

2009-06-19 Thread Al
Hi John, I think Superfish works pretty well with Wordpress. http://users.tpg.com.au/j_birch/plugins/superfish/ cheers, Al On Jun 18, 10:15 am, John Myrstad john.ivar.myrs...@gmail.com wrote: Hi. Hopefully this request is not off topic. I`m to make a working css solution to use nav-bar

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread Mike Alsup
So there is no way to fix/correct that behavior ? Like maybe modifying my ul or my li ? Is this only a problem on IE? IE does weird shit with the effetive z- index of relatively positioned elements. If your design allows it, try giving your UL position:relative and a very high z-index.

[jQuery] Re: Outline html elements on hover and click

2009-06-19 Thread ecofriend
Thanks Karl, your info was very helpful. I had to modify the code a little bit to get what I needed since I did not need to multiple row highlight option so I post that here in case someone is looking for that funcationality. // Highlight the row which will be selected if the user clicks the

[jQuery] Form Traversal Best Practices

2009-06-19 Thread Brandon!
So I've always had a couple questions about forms and jQuery, so I thought I'd finally ask and see if I can get a straight answer (they're all pretty simple). First question: When selecting a form element by it's attribute(s), what's the proper format? Do I need the @ or not basically: input

[jQuery] Re: Potential blind sql injection vulnerability with Superfish JS?

2009-06-19 Thread aquaone
How is Javascript going to do a SQL injection ? On Fri, Jun 19, 2009 at 08:16, NationPress i...@nationpress.com wrote: The client we're building a site for recently had a server wide scan done by SecurityMetrics.com for PCI compliance. This was required by their banks commercial credit card

[jQuery] WiTricity - The End of Electrical Cables?

2009-06-19 Thread Pascale derkertis
WiTricity - The End of Electrical Cables? http://tech-guide.we.bs/WiTricity-The-End-of-Electrical-Cables.html

[jQuery] Re: Potential blind sql injection vulnerability with Superfish JS?

2009-06-19 Thread James
I think it must've been a low level issue. I don't know the internals of Superfish, but maybe the scan couldn't find code to escape()-ing URLs for XSS attacks or something when generating the menu. Obviously Superfish cannot be the cause of SQL injections... it just sends you to other URLs. On

[jQuery] priyanka perfect women in bollywood

2009-06-19 Thread Pascale derkertis
priyanka perfect women in bollywood http://bollywoodgirls.we.bs/bollywood-071.html

[jQuery] KITES ACTRESS BARBARA MORI IN BIKINI

2009-06-19 Thread Pascale derkertis
KITES ACTRESS BARBARA MORI IN BIKINI http://www.topsexymodel.info/KITES-ACTRESS-BARBARA-MORI-IN-BIKINI.html

[jQuery] Re: Form Traversal Best Practices

2009-06-19 Thread Karl Swedberg
On Jun 19, 2009, at 2:10 PM, Brandon! wrote: So I've always had a couple questions about forms and jQuery, so I thought I'd finally ask and see if I can get a straight answer (they're all pretty simple). First question: When selecting a form element by it's attribute(s), what's the proper

[jQuery] Re: Outline html elements on hover and click

2009-06-19 Thread Karl Swedberg
cool deal. btw, I posted an entry on learningjquery.com that improves on my little script: http://www.learningjquery.com/2009/06/quick-tip-outline-elements-on-hover --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 19, 2009, at 1:34 PM, ecofriend

[jQuery] Re: Unresponsive Script

2009-06-19 Thread James
What does the function for CreateOnClickEvent look like if you don't mind posting that? On Jun 19, 6:15 am, bombaru bomb...@gmail.com wrote: Same result: Unresponsive script error On Jun 19, 11:17 am, amuhlou amysch...@gmail.com wrote: what happens if you put an empty else {} after the

[jQuery] Re: jQuery UI dialog not behaving

2009-06-19 Thread fredriley
Thanks for the reply, Charlie. Sorry I've not got back on it until now. On Jun 11, 10:32 pm, Charlie charlie...@gmail.com wrote: try taking the dialog constructor out of the click functions maybe load is firing before the dialog call is complete this seems to be the norm, not trying to build

[jQuery] Re: jQuery UI dialog not behaving

2009-06-19 Thread fredriley
Thanks for the reply, Charlie. Sorry I've not got back on it until now. On Jun 11, 10:32 pm, Charlie charlie...@gmail.com wrote: try taking the dialog constructor out of the click functions maybe load is firing before the dialog call is complete this seems to be the norm, not trying to build

[jQuery] Re: parseerror on GET from window.location

2009-06-19 Thread James
That's a nice catch! On Jun 19, 12:10 am, Nick Fitzsimons n...@nickfitz.co.uk wrote: 2009/6/18 jacktanner i...@hotmail.com: I'm trying to do an AJAX GET.            var q_url = window.location.toString();            $.ajax({                type: 'GET',                        

[jQuery] Re: How to use getResponseHeader using .ajax request with xhr option

2009-06-19 Thread James
I haven't used it myself, but according to the documentation I think the 'xhr' is used for creating the XMLHttpRequest object. Thus, done before the actual HTTP request is done. I think you want the one in the 'complete' option callback. $.ajax({ complete: function(XMLHttpRequest,

[jQuery] getJSON items

2009-06-19 Thread Nic Hubbard
It is possible to have getJSON() grab all of the data pairs and put them into a js array? Rather than having to know the names of the data?

[jQuery] H1N1 Swine Flu Virus Treatment

2009-06-19 Thread Pascale derkertis
H1N1 Swine Flu Virus Treatment http://www.yourhealthy.we.bs/H1N1-Swine-Flu-Virus-Treatment.html

[jQuery] The Truth About Manifesting Money

2009-06-19 Thread Pascale derkertis
The Truth About Manifesting Money http://technology4life.50webs.com/The-Truth-About-Manifesting-Money.html

[jQuery] Re: Form Traversal Best Practices

2009-06-19 Thread Brandon!
Thanks, I thought I remembered reading about deprecating one of the two forms, I just couldn't remember which and I couldn't find the post again. Why :checkbox vs input[type=checkbox]? I noticed a couple special keywords that had colons in front, but I wasn't sure what their purpose was.

[jQuery] Superfish conflicht with Header Image for Joomla 1.5

2009-06-19 Thread deboni
Hi I'm using your superfish menu on a joomla website. It works perfect, but there seems to be a conflict with another module which is using mootools. They say the mootols (seems to be standard on Joomla 1.5) and jquery can not be mixed. Do you know of any workaround for that problem? The menu

[jQuery] Re: Error : 'document' is undefined

2009-06-19 Thread nanditha k
http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2.min.jsdownloadBtn=%3CSPAN%3EDownload%3C%2FSPAN%3E On Fri, Jun 19, 2009 at 1:53 PM, amuhlou amysch...@gmail.com wrote: can you post a link to the page where this is happening? On Jun 19, 12:47 pm, gits

[jQuery] Re: The Truth About Manifesting Money

2009-06-19 Thread Andy Matthews
Can someone block this user please? andy _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Pascale derkertis Sent: Friday, June 19, 2009 11:53 AM To: jquery-en@googlegroups.com; t...@googlegroups.com; viciados_em_liv...@googlegroups.com;

[jQuery] Re: Superfish conflicht with Header Image for Joomla 1.5

2009-06-19 Thread Theodore Ni
I don't know the details behind your specific problem, but a solution may be found at the following link: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Teddy On Fri, Jun 19, 2009 at 2:42 PM, deboni des...@debonis.ch wrote: Hi I'm using your superfish menu on a joomla website.

[jQuery] Re: jQuery text toggle effect

2009-06-19 Thread Matt Kruse
On Jun 19, 9:02 am, mojoeJohn mojoej...@gmail.com wrote: obviously, i want the text to toggle the words show and hide in accordance to the slide toggle. I keep this in my toolbox: // Toggle text within an element using regular expressions. // Useful for changing show to hide and back when

[jQuery] Re: Form Traversal Best Practices

2009-06-19 Thread Matt Kruse
On Jun 19, 1:21 pm, Karl Swedberg k...@englishrules.com wrote: Here, .attr() is a bit of a misnomer, because it's really looking at   DOM properties, not (x)HTML attributes. I'm pretty sure either one   works, but I use .attr('checked', true) Indeed, the code internally sets the DOM attribute

[jQuery] Problems on IE7

2009-06-19 Thread xoail
Hi All, I've been literally pulling my hair out with this issue I have with our corporate website. The problem is with jquery light box (jqmodal) that freezes other controls after use in IE7. There seem to be no problem with IE6 or FF. If you go to p$j$m.com (remove $ signs), click Glossary

[jQuery] Re: The Truth About Manifesting Money

2009-06-19 Thread Karl Swedberg
On Jun 19, 2009, at 3:21 PM, Andy Matthews wrote: Can someone block this user please? blocked. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: The Truth About Manifesting Money

2009-06-19 Thread Andy Matthews
Thanks Karl. I also reported his account. Teamwork. _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Karl Swedberg Sent: Friday, June 19, 2009 3:04 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: The Truth About Manifesting Money On Jun 19,

[jQuery] Re: Potential blind sql injection vulnerability with Superfish JS?

2009-06-19 Thread Olivier Percebois-Garve
I dont see how superfish relates to sql. Aren't they rather referring to the server-side code handling the navigation ? NationPress wrote: The client we're building a site for recently had a server wide scan done by SecurityMetrics.com for PCI compliance. This was required by their banks

[jQuery] li:nth-child(10) toggle

2009-06-19 Thread bombaru
There has got to be a better way to write this? Basically, I'm returning a bunch of list item and after the 10th one, setting the rest to display:none and adding a more link. Clicking on the more link removes the display:none and adds a less link at the bottom. I think jQuery 1.3.2 is having

[jQuery] Re: Unresponsive Script

2009-06-19 Thread bombaru
That's part of Omniture tracking code. Looks like this: function CreateOnClickEvent(sTitle, nEvarNumber, sValue) { try { var s2 = s_gi(s_account); if (SetS2EvarValue(s2, nEvarNumber, sValue)) { s2.linkTrackVars = 'eVar' + nEvarNumber;

[jQuery] Re: BlockUI overlapping issue with element negative margin

2009-06-19 Thread lideln
Hi ! The bug occurs on IE and FF (I've not tested others). I already tried to give a high zindex but with no success. I haven't tried position:relative on my UL yet, I'll try it at work on monday, or maybe I'll reproduce the case at home and try it here. malsup wrote: So there is no way

[jQuery] Re: li:nth-child(10) toggle

2009-06-19 Thread Karl Swedberg
I'd probably use .slice(). Something like this should work: $(document).ready(function() { var $list = $('.main ul'), $items = $list.find('li'), $moreLink = $('a href=#more/a'); if ($items.length 10) { $moreItems = $('ul/ul').append($items.slice(10)).hide();

[jQuery] Re: Unresponsive Script

2009-06-19 Thread James
Could this: delay(delayValue); have anything to do with it? In your code, if you comment out all the calls to CreateOnClickEvent, does it make the page respond? I think just by drilling in and testing like this, you'll be likely to find the cause of the unresponsive script issues. On Jun 19,

[jQuery] Re: li:nth-child(10) toggle

2009-06-19 Thread bombaru
Thanks Karl... I'm not familiar with slice() but will definitely read up on it. The problem I'm having with this approach is that every LI after the 10th one is being hidden. Here's an example of what the HTML looks like without any JS applied to it: ul id=narrow-search li class=main

[jQuery] Re: li:nth-child(10) toggle

2009-06-19 Thread mkmanning
Try this: $('.main ul').each(function(){ var $this = $(this), lis = $this.append($('li').text('More').click (function(){ lis.toggle(); $(this).text($(this).text() === 'More' ? 'Less' : 'More'); })).find('li:gt(9):not(:last)').hide(); }); Since you

[jQuery] Re: li:nth-child(10) toggle

2009-06-19 Thread mkmanning
And you can shorten it slightly: $('.main ul').each(function(){ var lis = $(this).append($('li').text('More').click(function(){ lis.toggle(); $(this).text($(this).text() === 'More' ? 'Less' : 'More'); })).find('li:gt(9):not(:last)').hide(); }); I

[jQuery] Re: li:nth-child(10) toggle

2009-06-19 Thread Karl Swedberg
Ah, I see. Helps to be able to see the HTML. Let us know if mkmanning's approach doesn't do the trick. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 19, 2009, at 5:56 PM, bombaru wrote: Thanks Karl... I'm not familiar with slice() but will

[jQuery] Re: jQuery Conference for 2009?

2009-06-19 Thread riotbrrd
Very interesting! What might one find at a jQuery conference? Besides Karl, John, et al, of course?

[jQuery] Re: li:nth-child(10) toggle

2009-06-19 Thread bombaru
Thanks mkmanning!!! I'll give this a try tomorrow and let you know. Looking at it though... I'm pretty confident it will do the trick. It's amazing how much more efficiently the original chunk of code can be written and it still makes perfect sense (actually it's clearer). On Jun 19, 7:36 pm,

[jQuery] Re: The Truth About Manifesting Money

2009-06-19 Thread Jordon Bedwell
That should have been spammed instantly by your spam checking anyways :O it has more than 10 in the to line, that is an insta-blacklist on my servers. From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Andy Matthews Sent: Friday, June 19, 2009 2:22 PM To:

[jQuery] Re: Autocomplete giving error in Firefox but works in IE 6

2009-06-19 Thread James
Could you post your code, including the versions of jQuery and Autocomplete you're using. On Jun 19, 3:47 am, Suave MF suav...@gmail.com wrote: Autocomplete not working in Firefox but works in IE 6.  Getting an val is undefined error in Firefox Error Console which points to the parse()

[jQuery] Re: claering feilds in div

2009-06-19 Thread naz
i have try this code but it also clear my buttons name .i just want to reset my tetxt feilds plz tel me if any body have idea of this thnx in anticipation On Jun 10, 9:34 pm, waseem sabjee waseemsab...@gmail.com wrote: $(input).attr({ value: }); On Wed, Jun 10, 2009 at 5:17 AM, naz

  1   2   >