[jQuery] Re: json indexing not working for me

2009-06-01 Thread Peter Marino
I wish I could tell you.. I don't have any way of dumping the return json results.but I do know if I do a json.member I get a valid object but json.member.name is invalid? it would seem that this is the reason its not working but why? server side: On Tue, Jun 2, 2009 at 7:55 AM, Steven Yang wr

[jQuery] Ann: jqPlot 0.6.2 released

2009-06-01 Thread Chris Leonello
jqPlot is an open source plotting plugin for jQuery. The 0.6.2 release adds many new features including: Rotated axis text. Vertical and horizontal bar charts. Automatic trend line computation. Data point highlighting. Cursor tooltips showing data and grid position. And many other features. The

[jQuery] Already Exist jquery plugin

2009-06-01 Thread bharani kumar
Hi All , Name of Plug in for User or Email already exist , -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/

[jQuery] Re: Edittable plugin problem

2009-06-01 Thread bharani kumar
yes please send it On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé wrote: > No way you can do this. > Ive a modified version of the plugin that i made which can do this. > Ill send to if u want it. > > 2009/6/1 bharani kumar > > Hi All, >> Am using the editable plug in , >> >> When i edit the val

[jQuery] Re: Superfish - Hide Submenu For Home Button

2009-06-01 Thread gerbert
Sorry, I should mention this behavior only applies to the horizontal nav-bar version of the plugin. On Jun 1, 10:34 pm, gerbert wrote: > Can someone possibly help me here? I need to hide the superfish > submenu when a user hovers over my home button, since there are no sub > categories for that

[jQuery] Re: json indexing not working for me

2009-06-01 Thread Steven Yang
json is the data passed back from the serverdoes the data passed back from server look like { "member" : { "name" : "some name" } } ? or are u just trying to access your "data"?

[jQuery] Superfish - Hide Submenu For Home Button

2009-06-01 Thread gerbert
Can someone possibly help me here? I need to hide the superfish submenu when a user hovers over my home button, since there are no sub categories for that button. Someone else asked the question earlier but it was never answered. This seems to be a common request. Thanks for any help, I love the p

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
On Mon, Jun 1, 2009 at 11:29 PM, Musixz Man wrote: > The change event fires when the mouse is released (slide stop) - which > updates the value correctly on mouse release. > > But, is there no way to get a accurate real-time value while the mouse is > held down while dragging it all the way left

[jQuery] Re: What is the best way to pass variable data from Python to jQuery?

2009-06-01 Thread Mohd.Tareq
Hi, I dont know about python but I can suggest you, that you can retrive your data in json format. To retrive data into json format you need set ajax request type : json Means prepare one array in your server script assign your variables value into array key. Now here you have complete array with y

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread Ricardo
Hacky attempt. Lot's of mark-up and CSS: http://jsbin.com/abuku/ On Jun 1, 8:13 pm, dmikester1 wrote: > Thanks Ryan.  That worked pretty well.  There is still one thing that is > causing an issue.  It is now pushing the right name farther to the right and > pulling it back.  Any ideas how to fix

[jQuery] Re: Weird Problem with Default Web Page in Some Browsers

2009-06-01 Thread jhm
Turns out it was a bug in my code that killed the script from running any further, which occurred before I registered any events. I knew it had to be my fault! I guess some browsers javascript processors are just a little more tolerant of faults than others. Thanks for your help! Jim

[jQuery] general jquery help

2009-06-01 Thread alienfactory
can anyone in the jquery community help me with an issue. the group for fancybox is not very active my problem is the following i am trying to use a callback in the fancybox plugin 'callbackOnStart':function(){ $(".target").css({'visibility': 'hidden'}); this example hides all the classes marke

[jQuery] Re: Weird Problem with Default Web Page in Some Browsers

2009-06-01 Thread Musixz Man
It sounds like some kind of path problem. Are you sure any external JS files are being included/loaded correctly when using relative paths? You might want to try using fullly qualified URLs for them just to be sure. I dont know the PROPER fix, but if using Apache, you could always use mod_rewr

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
The change event fires when the mouse is released (slide stop) - which updates the value correctly on mouse release. But, is there no way to get a accurate real-time value while the mouse is held down while dragging it all the way left and then right? Even if I let go of the mouse with the sli

[jQuery] Weird Problem with Default Web Page in Some Browsers

2009-06-01 Thread jhm
Hi all, I've got a frustrating problem I can't figure out, and thought someone here might be able to help. Seems so simple that I must be doing something wrong, but not sure what to do about it... When I load my site with just the URL and depend on the default page getting loaded (i.e. www.mysit

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
Oh geez. I totally missed that change event :0 Thank you much for your help/time. -Kevin Date: Mon, 1 Jun 2009 22:39:34 -0400 Subject: [jQuery] Re: Slider Values Not Accurate at Ends From: rdwo...@gmail.com To: jquery-en@googlegroups.com Sorry, I was going off your previous instructions, so I

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
Sorry, I was going off your previous instructions, so I was looking for 0 and 10. Now that I've had a closer look at your code, I see what the source of the problem is. You want to use the change event, in addition to the slide event: http://docs.jquery.com/UI/Slider#event-slide http://docs.jquer

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
The same is happening with Safari and Opera on a 2nd machine. So...it cant really be just me...hehe...right? From: mus...@hotmail.com To: jquery-en@googlegroups.com Subject: [jQuery] Re: Slider Values Not Accurate at Ends Date: Mon, 1 Jun 2009 21:27:58 -0500 Yes, I'm still experiencing

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
Yes, I'm still experiencing the issue with the output on jsbin. Slide the top slider all the way to the left. It SHOULD show 80:20 (20 being the slider value). For me, it shows 70:30. But when I then move it back one step to the right...it then shows 80:20. Are you getting a different result?

[jQuery] Re: how to change colours?

2009-06-01 Thread James
Look in the file superfish.css and find ".sf-menu a" and below. Just do trial and error and see what changes what. On Jun 1, 10:54 am, Andreas wrote: > sorry for my ignorance. I don't mind about fancy stuff with the > Superfishmenu. > > I just want to be able to change the colour of the text an

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-06-01 Thread MorningZ
Ya know.. you are going to run into major issues if the fix is that your code has to be at the problem You've got underlying issues that you really really should get help on before you continue... and it's absolutely impossible to do so unless you provide a live and working (well, *non-working*)

[jQuery] Re: Net Tuts interviews Karl Swedberg

2009-06-01 Thread James
Nice! Thanks! On Jun 1, 3:32 pm, MorningZ wrote: > I post this since Karl is way too humble to do so himself > > A good read for those that may have not seen it yet > > http://net.tutsplus.com/articles/interviews/jquerified-with-karl-swed...

[jQuery] Net Tuts interviews Karl Swedberg

2009-06-01 Thread MorningZ
I post this since Karl is way too humble to do so himself A good read for those that may have not seen it yet http://net.tutsplus.com/articles/interviews/jquerified-with-karl-swedberg/

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
On Mon, Jun 1, 2009 at 9:10 PM, Musixz Man wrote: > Richard, > > No, I just include the default jQ ui.js and call $(#element).slider > The css in ui.slider.css is functional. It's also present in any complete jQuery UI theme. > > http://jsbin.com/abuxi > > I think I did that right > You

[jQuery] Re: JQquery Ajax call WCF remotely doesn't work

2009-06-01 Thread Gustavo Salomé
I bet that is the problem. 2009/6/1 bittermonkey > > Are you getting the "Access to restriced URI denied" error? If you > are, here's my old post: > > http://groups.google.com/group/jquery-en/browse_thread/thread/b6579cd6f6c0a160/5e163538fcb0c139?hl=en&lnk=gst&q=brakes2k3#5e163538fcb0c139 > >

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
Richard, No, I just include the default jQ ui.js and call $(#element).slider http://jsbin.com/abuxi I think I did that right Thanks. Date: Mon, 1 Jun 2009 19:53:50 -0400 Subject: [jQuery] Re: Slider Values Not Accurate at Ends From: rdwo...@gmail.com To: jquery-en@googlegroups.com Are yo

[jQuery] Re: Add Class to all form elements

2009-06-01 Thread mkmanning
Or you could just do this: $(':input,:checkbox,:radio').addClass('YOUR_CLASSNAME'); On Jun 1, 10:24 am, waseem sabjee wrote: > > $(function() { > > var myforms = $("form"); > > myforms.each(function(i) { > > var myform = myforms.eq(i); > > var myfields = $("input", myform); > > myfields.each(

[jQuery] Re: Edittable plugin problem

2009-06-01 Thread Gustavo Salomé
No way you can do this. Ive a modified version of the plugin that i made which can do this. Ill send to if u want it. 2009/6/1 bharani kumar > Hi All, > Am using the editable plug in , > > When i edit the values , i want to check the already exist and also want to > pass the unique key to the qu

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread Gustavo Salomé
Try to separate the "&" symbol in a or another tag with position absolute. I think it will solve your problem. 2009/6/1 dmikester1 > > > Thanks Ryan. That worked pretty well. There is still one thing that is > causing an issue. It is now pushing the right name farther to the right > and > pu

[jQuery] Re: Slider Values Not Accurate at Ends

2009-06-01 Thread Richard D. Worth
Are you using ui.slider.css? Can you share a sample page? Maybe put something on jsbin.com? Also note, there's a dedicated list for jQuery UI questions: http://groups.google.com/group/jquery-ui - Richard On Mon, Jun 1, 2009 at 7:00 PM, Musixz Man wrote: > Hi all! > > No matter if I set min/m

[jQuery] Re: Unable to Formulate a Proper Title

2009-06-01 Thread kiusau
On Jun 1, 9:39 am, kiusau wrote: > How does one assign the return value of a jQuery method/plug-in to a > reference variable? Why is this such a difficult question to answer? Who was it who once wrote that the jQuery community is helpful to those at all levels of mastery? Where are you now? Rod

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread dmikester1
Thanks Ryan. That worked pretty well. There is still one thing that is causing an issue. It is now pushing the right name farther to the right and pulling it back. Any ideas how to fix that? Thanks again. Mike ryan.joyce...@googlemail.com wrote: > > > scuze my lazy code, on a teabreak - t

[jQuery] Slider Values Not Accurate at Ends

2009-06-01 Thread Musixz Man
Hi all! No matter if I set min/max, step, etcwhen sliding all the way left or right, the values are incorrect at the end. For example, with default values, sliding all the way left results in a value of 10but moving back to the right slightly causes it to drop to 0 and then count up f

[jQuery] Validate plugin: help with success function

2009-06-01 Thread Douglas Graves
So while digging around in our group's past discussions centered around the Validate plugin (which is awesome by the way), I found a function that deals with the placement of the error message on an invalid input. This was great because I needed to append the error to the invalid input's parent l

[jQuery] Bug in Block-UI jQuery plugin

2009-06-01 Thread g0dkar
Hi, I just found a bug on the Block-UI jQuery plugin. I'm using it to block a div on a component I'm developing but the problem is that the has overflow: auto and max-height: 200px; so that the content inside it don't make it too big and be scrollable. The problem is that the overlay that block

[jQuery] MultiFile plugin taking no parameters

2009-06-01 Thread depot2
This MultiFile plugin is taking no parameters. I must be overlooking something simple. Hope someone can help me out. Here's my test code: Here they come... $(function() { // wait for document to load $('#myinput').MultiFile({ list: '#mydiv' }); }); See: http://www.

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-06-01 Thread stevegmag
Thanks everyone. I verified the includes and, not sure if this fixed it, but I moved all the validate code to the bottom of ready() function and everything started working. Really a great plugin! Having other issues, but will post those in new thread.

[jQuery] how to change colours?

2009-06-01 Thread Andreas
sorry for my ignorance. I don't mind about fancy stuff with the Superfishmenu. I just want to be able to change the colour of the text and the background. The default is light cyan and blue. How can I do this? Many thanks! Andreas.

[jQuery] form plugin, state change error

2009-06-01 Thread bfuzze
I'm using the ajax form plugin for jquery (1.2.6). I'm running into a problem with multiple submits, where on the second submission the response is not assigned to the correct state, even though the submission was successful. Instead, the response is classified under the onreadystatechange. It

[jQuery] Not detecting element after adding new object

2009-06-01 Thread humsuplo
Hey, I hope anyone here can help me out. Basically what i am trying to do is that i have a unordered list and basically destroys the new list and creates a new one. The problem is that each element of that list has a hover event method. After the new list is created, the hover event is not detecte

[jQuery] Re: cycle plugin issue

2009-06-01 Thread Mike Alsup
> $('#slideshow').cycle({ >             fx: 'scrollHorz', >             timeout:  0, >             speed:    1000, >            prev:    '#prev2', >             next:    '#next2', >                         easingIn        : 'easeOutCubic', >              easingOut       : 'easeInBack' The option

[jQuery] cycle plugin issue

2009-06-01 Thread alienfactory
ok i cant get the easing plugin to work with cycle plugin 1. does cycle 2.65 work with easing 1.3 2. does easing work on the scrollHorz 3. if both of these are true then what am i doing wrong $('#slideshow').cycle({ fx: 'scrollHorz', timeout: 0, speed:1

[jQuery] scrollTo plugin: prevent tabbing between slides?

2009-06-01 Thread Jack Killpatrick
Hi, Does anyone know of a way to prevent tabbing (via keyboard tab key) between form fields in different "slides" when using the jquery scrollTo plugin? For example, I have a UL with 2 LI's in it and each LI has a inside of it. If a user is on slide 1 and hits tab on the last visible form f

[jQuery] Re: Form Plugin

2009-06-01 Thread Robbie Clutton
So when I added the error and complete callbacks I can see it working, but I'm getting an error. It looks like it's submitting 3 times and is timing out. On May 31, 7:00 pm, Robbie Clutton wrote: > Hey, I tried the form plugin, but I'm not getting the expected > complete event.  Below is the co

[jQuery] Re: Question Animating and Removing Elements

2009-06-01 Thread spryor
Hi Karl, Thanks for the response. It works great. Thanks, Stephen

[jQuery] Re: no intellisense ...

2009-06-01 Thread MorningZ
here's your exact HTML with Intellisense working just fine for me http://i42.tinypic.com/2mdjo9e.jpg I'd take a guess you didn't install something correctly (and just to note, i am also on Windows 7 RC, so it's not that) On Jun 1, 9:48 am, Kris-I wrote: > Hello, > > I'm running Visual Stud

[jQuery] Re: Passing a PHP variable to jQuery

2009-06-01 Thread Mike C
Thanks for the replies! :D On Jun 1, 1:12 pm, Isaac Gonzalez wrote: > I personally would just use jQuery's .get() method. Then with your PHP   > pages you can use xml, json, or html snippets. I tend to use html   > snippets. > > i.e. > > HTML > View Bad   > Ass Page > > > JAVASCRIPT - > $('#Bad

[jQuery] Problem with Form and Validate plugins

2009-06-01 Thread Matt
Ok, this is my last resort, as I've been working on this for a while and am completely stumped. I'm probably just doing something stupid that I haven't noticed, so maybe a fresh pair of eyes would help. Essentially my problem is this: on this website I'm developing, users can submit photos for a

[jQuery] Re: Form Plugin

2009-06-01 Thread Robbie Clutton
So when I added the error and complete callbacks I can see it working, but I'm getting an error. It looks like it's submitting 3 times and is timing out. On May 31, 7:00 pm, Robbie Clutton wrote: > Hey, I tried the form plugin, but I'm not getting the expected > complete event.  Below is the co

[jQuery] Re: Passing a PHP variable to jQuery

2009-06-01 Thread Isaac Gonzalez
I personally would just use jQuery's .get() method. Then with your PHP pages you can use xml, json, or html snippets. I tend to use html snippets. i.e. HTML View Bad Ass Page JAVASCRIPT - $('#BadAssPage1').click(function(){ var pagelink = $('#BadAssPage1').attr('href');

[jQuery] Re: Plugin for styling ?

2009-06-01 Thread amuhlou
Thanks, I'll look into this one today! On Jun 1, 2:58 pm, clorentzen wrote: > For custom formatting selects, try the linkselect plugin: > > http://www.givainc.com/labs/linkselect_jquery_plugin.htm > > Best, > > --Carl. > > On Jun 1, 1:25 pm, amuhlou wrote: > > > Hey Everyone, > > > I've been lo

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Karl Swedberg
Oops. Sorry I misspelled your name, Adrian. --Karl On Jun 1, 2009, at 3:58 PM, Karl Swedberg wrote: On Jun 1, 2009, at 2:27 PM, Adrian Chen wrote: Use CSS to control the initial display of the images. How would that be done? Right now this is what I'm using .pics { height: 220p

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Karl Swedberg
On Jun 1, 2009, at 2:27 PM, Adrian Chen wrote: Use CSS to control the initial display of the images. How would that be done? Right now this is what I'm using .pics { height: 220px; width: 960px; margin-left: auto; margin-right: auto; } .pics img { width: 960px;

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
Found how how to do it: .pics { width: 960px; height: 220px; margin-left: auto; margin-right: auto; overflow: hidden; } .pics img { width: 960px; height: 220px; } overflow: hidden did the trick. Thanks! On Jun 1, 1:27 pm, Adrian Chen wrote: >

[jQuery] Re: Question Animating and Removing Elements

2009-06-01 Thread Karl Swedberg
Hi Stephen, Use a callback function in the second argument of slideUp(). For example: $('.delete').click(function() { $('someElement').slideUp(400, function() { $(this).remove(); }); }); --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 1, 2009,

[jQuery] Request: build hoverFlow in jquery core

2009-06-01 Thread Mark
Hey, The biggest issue i always had with jquery was that queue build up stuff. Now we have the hoverFlow plugin to fix that: http://www.2meter3.de/code/hoverFlow/index.html But i was wondering.. shouldn't this be part of the core? like for example that you can say to the animate function to run o

[jQuery] Re: Passing a PHP variable to jQuery

2009-06-01 Thread GravyFace
On Mon, Jun 1, 2009 at 3:37 PM, Mike C wrote: > > So I'm going to be printing a list of items from a database, and with > each item there will be a link printed with it. Essentially, I want > something like Load, > except I want the link to use ajax. So in my scripts.js file I'll have > something

[jQuery] Passing a PHP variable to jQuery

2009-06-01 Thread Mike C
So I'm going to be printing a list of items from a database, and with each item there will be a link printed with it. Essentially, I want something like Load, except I want the link to use ajax. So in my scripts.js file I'll have something like $('#link_1').click( function() { $('#link_1').load ("

[jQuery] Wait for a certain word in array before executing when using .each loop

2009-06-01 Thread SmpleJohn
Here's my jQuery: var arr = ['621|342| ','620|343| ','622|342|clicked']; for (var i=0; i < arr.length; i++){ var splode = arr[i].split('|'); xPos = splode[0]; yPos = splode[1]; click = splode[2]; $('#box').animate({top: yPos+'px', left: xPos+'px'},15); if (click === 'clicked'){ alert(

[jQuery] Re: Plugin for styling ?

2009-06-01 Thread clorentzen
For custom formatting selects, try the linkselect plugin: http://www.givainc.com/labs/linkselect_jquery_plugin.htm Best, --Carl. On Jun 1, 1:25 pm, amuhlou wrote: > Hey Everyone, > > I've been looking around the web for solutions to styling HTML form > elements and haven't come up with much.

[jQuery] Re: browser detection, conditional CSS

2009-06-01 Thread Tom Worster
On 6/1/09 1:16 PM, "waseem sabjee" wrote: > i good thing to do is to declare this styles on your default / index page > /* > keep your page defaults the same across each browser > */ > html { > width:100%; > height:100%; > } > /* > declare the initial margin and padding of each element to be 0,

[jQuery] [autocomplete] hard time with accent

2009-06-01 Thread Gui
Hi folks, I'm currently using this JQuery autocomplete plugin. It fits my needs, pretty cool, however I'm having a hard time with accents. If I type: Antonio, the plugin won't retrieve Antônio. I mean, it won't handle the special characters (á, à, é, í, ó, ú and so on.) Is there any option so th

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
> Use CSS to control the initial display of the images. How would that be done? Right now this is what I'm using .pics { height: 220px; width: 960px; margin-left: auto; margin-right: auto; } .pics img { width: 960px; height: 220px; }

[jQuery] Re: JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Mike Alsup
> I'm trying this Cycle Plugin, but whenever I load, lets say I have 5 > images in the rotation pool, they all show up (briefly) whenever the > page reloads, and then they dissapear (starting the rotation). > > Is there any way to avoid this? The images I'm using are 960 x 220, so > it pretty much

[jQuery] JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
I'm trying this Cycle Plugin, but whenever I load, lets say I have 5 images in the rotation pool, they all show up (briefly) whenever the page reloads, and then they dissapear (starting the rotation). Is there any way to avoid this? The images I'm using are 960 x 220, so it pretty much fills the

[jQuery] Re: JQquery Ajax call WCF remotely doesn't work

2009-06-01 Thread bittermonkey
Are you getting the "Access to restriced URI denied" error? If you are, here's my old post: http://groups.google.com/group/jquery-en/browse_thread/thread/b6579cd6f6c0a160/5e163538fcb0c139?hl=en&lnk=gst&q=brakes2k3#5e163538fcb0c139 Otherwise, you can try removing "http://localhost:3314"; from the

[jQuery] Stop .blur() on tabbing out.

2009-06-01 Thread w.m...@hotmail.co.uk
Hi everyone, I'll post the code first and then ask my question... $('input, select, textarea').change().focus(function(){glow (self)}).blur(function(){stopGlow()}) function glow(){ var myCols = [{param:'background-color', fromColor: '#222', toColor: 'random', random: true}] $('#

[jQuery] Question Animating and Removing Elements

2009-06-01 Thread spryor
Hi, I have a scenario where the user can click a delete button to remove a dynamic element from the page. Whent he button is clicked I want the element to slide up and then be removed from the DOM. I can't make this work however. I can either slide it up or remove it. Can anyone tell me how to for

[jQuery] Accordion and Facebox

2009-06-01 Thread Ben
I have installed accordion on my project. It works perfect for my side navigation bar. However, when i install my project with facebox afterwards, it is not working perfectly. For instance, 1. when i close the popup by facebox, the accordion isn't working until i click one of the sidebar. 2. the

[jQuery] Live Event Handler

2009-06-01 Thread chris.lek...@gmail.com
Hi jQuery gurus :) I am trying to use the Live Event instead of the default bind. What I have notice though is that I can't use the live event if I am selecting a specific elementID. for example $('#myInputBox').live(...) but if I use it as $(':input).live(..) it works fine. Was wondering if thi

[jQuery] JQquery Ajax call WCF remotely doesn't work

2009-06-01 Thread NH
I am trying to use JQuery Ajax to call WCF, but it seems it doesn't recoginze the path. Here is my code: $.ajax({ type: "GET", url: "http://localhost:3314/WCFServiceEx/Service.svc/ GetData", contentType: "application/json; charset=utf-8", dataType: "j

[jQuery] Accordion and Facebox

2009-06-01 Thread Ben
I have installed accordion on my project. It works perfect for my side navigation bar. However, when i install my project with facebox afterwards, it is not working perfectly. For instance, 1. when i close the popup by facebox, the accordion isn't working until i click one of the sidebar. 2. the

[jQuery] Accordion and Facebox

2009-06-01 Thread Ben
I have installed accordion on my project. It works perfect for my side navigation bar. However, when i install my project with facebox afterwards, it is not working perfectly. For instance, 1. when i close the popup by facebox, the accordion isn't working until i click one of the sidebar. 2. the

[jQuery] Plugin for styling ?

2009-06-01 Thread amuhlou
Hey Everyone, I've been looking around the web for solutions to styling HTML form elements and haven't come up with much. Has anyone found a jQuery plugin (or possibly a standalone javascript) that lets you do this? I'm especially interested in styling the element, but it would be great to know

[jQuery] Re: Add Class to all form elements

2009-06-01 Thread waseem sabjee
$(function() { var myforms = $("form"); myforms.each(function(i) { var myform = myforms.eq(i); var myfields = $("input", myform); myfields.each(function(i) { var myfield = myfields.eq(i); myfield.addClass("myflied_"+i); }); }); }); On Mon, Jun 1, 2009 at 7:19 PM, Loony2nz wrote: > >

[jQuery] Add Class to all form elements

2009-06-01 Thread Loony2nz
Hey everyone, I need help with a jquery task. I have a form that has it's HTML inserted into the database (yeah yeah I know..not my idea..I'm new here and just finding this out). Anyway, each form field has an embedded class in the HTML. The form is dynamically generated. Can be anywhere from

[jQuery] Re: browser detection, conditional CSS

2009-06-01 Thread waseem sabjee
i good thing to do is to declare this styles on your default / index page /* keep your page defaults the same across each browser */ html { width:100%; height:100%; } /* declare the initial margin and padding of each element to be 0, 0 */ * { margin:0; padding:0; } On Mon, Jun 1, 2009 at 6:44 PM,

[jQuery] Re: Accessing generated (= by a jQuery function) links

2009-06-01 Thread brian
On Mon, Jun 1, 2009 at 8:51 AM, madhatter wrote: > > Hi there, > > for an introductory article regarding jQuery I have done the obvious > and shown how to do a slide show of pictures (nothing as fancy as > lightbox :-). The application consists of 1 HTML, 1 JavaScript and one > PHP file. > > Prov

[jQuery] browser detection, conditional CSS

2009-06-01 Thread Adam
What's everyone's opinion on current best-practice for offering conditional CSS for specific browsers. I just noticed that Jquery used to have a detection function rolled in, which was deprecated. I have been using IE conditional comments to do this for a long while but recently used a WP theme (J

[jQuery] Unable to Formulate a Proper Title

2009-06-01 Thread kiusau
How does one assign the return value of a jQuery method/plug-in to a reference variable? Roddy An IT idiot with apparent zero ability to communicate among Geeks who systematically eschew reading but readily recommend the writing of others.

[jQuery] Re: json indexing not working for me

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: accessing dom from different domain ?

2009-06-01 Thread waseem sabjee
$.ajax({ URL : www.myurl.com success: function(html) { var my id = $("#myid", html); alert(myid); }); }); On Mon, Jun 1, 2009 at 7:51 AM, kaspar wrote: > > Ricardo , > thank you for replay > but I'm getting the same exception "Permission denied to > get property" > >jq13("#open-oauth-bu

[jQuery] json indexing not working for me

2009-06-01 Thread Peter Marino
the basics: php, jquery, javascript server side ajax_member.php (bascially try to send what I get back to the client,.. for testing!!!) client side: var data = { "mybutt" : "is so big!", "member" : { "name" : "Donald Duck" } } $.ajax({ url: "http://localhost/test/gui/ajax_member.php";, type: "G

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: Autocomplete two fields

2009-06-01 Thread Numan Ahmed
--- On *Mon, 6/1/09, numan * wrote: hello my friend how are u latest summer fashion hot fashion videos visit my website http://fashioninfokit.com/

[jQuery] Re: AutoComplete with extraParam

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: jqGrid with an editable checkbox column

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: Accessing generated (= by a jQuery function) links

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: json reading data on server

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: downloading application/json file instead of jQuery handling it

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] slider ui 1.6 with different handle class doesn't work

2009-06-01 Thread kape
I was using jQuery UI 1.5.3 and after I upgraded to 1.6 some of my sliders are not working properly. To be more specific, once I let go of the slider handle after moving it, it still moves with the mouse, even though my mouse button is not pressed anymore. It seems that if I used a different han

[jQuery] Re: jqGrid with an editable checkbox column

2009-06-01 Thread dev
Thanks. I created a custom formatter for checkbox column called checkboxFormatter(). - jqGrid - Custom Formatter

[jQuery] Re: [autocomplete] matchContains in multiple words

2009-06-01 Thread Tom Worster
On 5/31/09 5:36 PM, "Alec" wrote: > http://docs.jquery.com/Plugins/Autocomplete > > Say I have the following entry in a data array: > > "Quick brown fox" > > Is it possible to return this entry when I search for e.g. "qui fox"? > At this moment I can only get this result when searching for "q

[jQuery] Re: AutoComplete with extraParam

2009-06-01 Thread Tom Worster
On 5/30/09 5:15 PM, "Dushyant Patel" wrote: > > Hi All, > > I am using AutoComplete plug-in, its working great for me. But now i > have some new requirement and i am not able to make it work with > autocomplete. > > Requirement is as follow: > > Now i need 2 extra parameter to pass and these

[jQuery] Re: Autocomplete Question

2009-06-01 Thread Tom Worster
On 5/30/09 12:31 PM, "Marc" wrote: > I am using jquery.autocomplete in a search for schools. I have > optional fields (referenced as extraParams) which allow the user to > narrow the search to a specific state and city. > > This part works fine. If the user selects a state and city and then > i

[jQuery] no intellisense ...

2009-06-01 Thread Kris-I
Hello, I'm running Visual Studio 2008 SP1 on Windows 7 RC, I installed the KB958502, get the files jquery-1.3.2-vsdoc2.js and jquery-1.3.2.js placed in the root (but I tried other places) with the code below ... no intelisense . Do you have an idea why ? Thanks, <%@ Page Language="C#" AutoEve

[jQuery] Accessing generated (= by a jQuery function) links

2009-06-01 Thread madhatter
Hi there, for an introductory article regarding jQuery I have done the obvious and shown how to do a slide show of pictures (nothing as fancy as lightbox :-). The application consists of 1 HTML, 1 JavaScript and one PHP file. Provided, I include Bilder 1

[jQuery] Re: Autocomplete two fields

2009-06-01 Thread Tom Worster
On 5/30/09 5:15 AM, "Adrian Grigoras" wrote: > I use JQuery.Autocomplete to autocomplete values into one field. > Depending on the first field, I also need to populate a second field. > > For example: > > I autocomplete the Name field and depending on the selected name I > need to autocomplete

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread ryan.j
by the way, z-index controls layer order and wouldn't have much impact if the elements were all displayed inline. if think of your elements as being made up of sheets of paper stacked ontop of each other z-index is their order in that stack. the default behaviour is the first element in the sourc

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread ryan.j
by the way, z-index controls layer order and wouldn't have much impact if the elements were all displayed inline. if you had two absolutely positioned elements overlapping, the one with the highest z-index would be nearer the back of the pile. On Jun 1, 2:30 pm, "ryan.j" wrote: > scuze my lazy

  1   2   >