[jQuery] Re: Edittable plugin problem

2009-06-02 Thread bharani kumar
yes please send it On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé gustavon...@gmail.comwrote: 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 bharanikumariyer...@gmail.com Hi All, Am using the

[jQuery] Already Exist jquery plugin

2009-06-02 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] Ann: jqPlot 0.6.2 released

2009-06-02 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.

[jQuery] Re: json indexing not working for me

2009-06-02 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: ?php $arr = $_GET; $myjson = json_encode($arr);

[jQuery] Re: json indexing not working for me

2009-06-02 Thread Steven Yang
sorry i am not too familiar with phpput i guess $arr or $_GET is all the parameters you get from the GET request. can you simply print out the $arr and $myjson somewhere on server and see?

[jQuery] Re: json indexing not working for me

2009-06-02 Thread Peter Marino
:) yea. working on that now trying to create a way I can debug this on the server - peter On Tue, Jun 2, 2009 at 10:04 AM, Steven Yang kenshin...@gmail.com wrote: sorry i am not too familiar with phpput i guess $arr or $_GET is all the parameters you get from the GET request. can you simply

[jQuery] Form plugin asynchronous behavior

2009-06-02 Thread dann
Hello all, An application I'm building has a form that can initiate several different actions on the server side, which take varying amounts of time to return (up to 30 seconds or so). I'm using the jQuery Form plugin to AJAXify the form. I've set the dataType option to json and I'm using a

[jQuery] Accessing iframe's content

2009-06-02 Thread Paul Peelen
Hi, I am trying to access the content of an iframe. I have search google and read a couple of other post, but my problem is a little bit more complicated. I can't use the ...contents().find(whatever) function though the result is of content type text/plain. In other words: There is not HTML is

[jQuery] How to prevent a particular field being submitted in form submission

2009-06-02 Thread Clare
I have email, password and some other fields, and I'm using $.post to send data. $(#MyForm).submit(function(){ $.post('/register.php', $(this).serializeArray(), callback, json ); return false; }); In Ajax form submission,

[jQuery] jCarousel plugin question

2009-06-02 Thread scranthdaddy
Hi, I am using the jCarousel plugin. I have the container set to 100% so it spans the width of the page. If I only have a single image (or just a couple images) in the container, the images repeat instead of just showing blank space. Any ideas? Thanks!

[jQuery] jQuery ajax 404 error

2009-06-02 Thread raymond
Hi, all. I have extremely annoying issue for my project, which made me keeping 3 days on it. I used jQuery.ajax, but it gets all time 404 error, although target url is still available. When I have checked with firebug console, yes, it shows target url with red color, which might mean that no file

[jQuery] Need a boost on managing a loop to show and hide

2009-06-02 Thread david
Hello, I'm still inexperienced in javascript and have chosen jQuery to learn. This is the following situation: Control: ul class=list liPost #1/li liPost #2/li /ul I'm doing a loop on php, it gives me this output, echo div class='posts' id='$uniqueID' ; echo h1 Summary /h1; echo p

[jQuery] JSON- PHP generated JS-file question

2009-06-02 Thread Kristof
Hello, i have just joined this group. First Google group i join ! I'm not native English speaking so sorry if i make some grammar mistakes. Anyway, the past 2 weeks i've been looking into JSON/AJAX functions of jquery. Now the reason for me doing that is that I want to make the following: I

[jQuery] How to prevent a particular field being submitted in form submission

2009-06-02 Thread Clare
I have email, password and some other fields, and I'm using $.post to send data for Ajax submission. $(#MyForm).submit(function(){ $.post('/register.php', $(this).serializeArray(), callback, json ); return false; }); The

[jQuery] Re: jquery accordion inside the jquery tabs

2009-06-02 Thread Ryan
I'm getting the exact same problem. Accordion inside 2nd tab of 3 is freezing. Visual Studio points to this line: j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit g is NaN, l.prop is height. g is set right before this: g=(l.now-l.start)/(l.end-l.start) l.now, l.start, l.end

[jQuery] Re: Multipart forms, file uploads and the accept header

2009-06-02 Thread atd
I have a simple file upload form. It works exactly as expected without javascript. It *almost* works as expected when I convert it to an ajax form, with something like form.ajaxSubmit(options). My options contain a dataType definition, {'dataType' : 'json'}. I believe that this

[jQuery] Can jQuery parse XML locally?

2009-06-02 Thread fredriley
Ok, perhaps that's a provocative subject line, but it is my basic question. I'm testing jQuery's capacity for parsing XML files, and have immediately hit the error: Access to restricted URI denied code: 1012 This came simply from replicating the example at

[jQuery] Re: jQuery ajax 404 error

2009-06-02 Thread Jonathan Vanherpe (T T NV)
raymond wrote: Hi, all. I have extremely annoying issue for my project, which made me keeping 3 days on it. I used jQuery.ajax, but it gets all time 404 error, although target url is still available. When I have checked with firebug console, yes, it shows target url with red color, which might

[jQuery] FCKeditor clone issue

2009-06-02 Thread Mohammed Arif
Hi Guys, I am into serious FCKeditor issue while cloning, it works fine in IE 6/7 but it's not getting instantiated in FF 2/3. Test URL: http://www.mohammedarif.com/test/clone_fckeditor.html This piece of functionality is really important for our project. Also want instance name keeps

[jQuery] Re: FCKeditor clone issue

2009-06-02 Thread Mohammed Arif
If someone has some other approach, that is also welcome. Thanks Mohammed Arif On Jun 2, 4:15 pm, Mohammed Arif arif.moham...@gmail.com wrote: Hi Guys, I am into serious FCKeditor issue while cloning, it works fine in IE 6/7 but it's not getting instantiated in FF 2/3. Test

[jQuery] Parsing a very large xml file

2009-06-02 Thread Tolis Christomanos
I have a xml file about 2MB. When i try to parse it my browser stops responding... Any good advices for parsing large xml files with jquery?

[jQuery] Re: Parsing a very large xml file

2009-06-02 Thread Michael Lawson
What are you doing with the file exactly? Is there anyway you can break it up to parse smaller chunks? Does the file have to be 2mb in the first place? Won't this make the overall experience of your page/application much slower? cheers Michael Lawson Development Lead, Global Solutions,

[jQuery] Re: Parsing a very large xml file

2009-06-02 Thread Tolis Christomanos
Michael Lawson wrote: What are you doing with the file exactly? Is there anyway you can break it up to parse smaller chunks? Does the file have to be 2mb in the first place? Won't this make the overall experience of your page/application much slower? cheers Michael Lawson Development

[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread kaspar
waseem sabjee thank you for replay I think there would be the same restriction of different domains On Jun 1, 7:34 pm, waseem sabjee waseemsab...@gmail.com wrote: $.ajax({ URL :www.myurl.com success: function(html) { var my id = $(#myid, html); alert(myid); }); }); On Mon, Jun 1,

[jQuery] Re: Parsing a very large xml file

2009-06-02 Thread Michael Lawson
Can you share with me some of the xml and some of your code? Maybe we can optimize something. cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer would test gold. If you find

[jQuery] Re: Parsing a very large xml file

2009-06-02 Thread Gordon
Your best bet in that case is trying to talk your client out of it then. XML is not a very efficient format for data and a file containing effectively the entire database is only ever going to be huge and unwieldy. If you're processing it in a browser it's simply going to be slow, there's no

[jQuery] BlockUI not always firing

2009-06-02 Thread Shadraq
I posted this in the UI group and was told to put it in here... My problem is that I have a function that is to call blockUI both upon login and logout. BlockUI only fires upon logout. Here's my code: **code** function Processing(dataString,l_processing,control) { if

[jQuery] Re: BlockUI not always firing

2009-06-02 Thread Donny Kurnia
Shadraq wrote: I posted this in the UI group and was told to put it in here... My problem is that I have a function that is to call blockUI both upon login and logout. BlockUI only fires upon logout. Here's my code: **code** function Processing(dataString,l_processing,control) {

[jQuery] Re: Accessing iframe's content

2009-06-02 Thread Liam Byrne
If the iframe is from a different domain, then this is not possible. Paul Peelen wrote: Hi, I am trying to access the content of an iframe. I have search google and read a couple of other post, but my problem is a little bit more complicated. I can't use the ...contents().find(whatever)

[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread kaspar
This restriction calls Same origin policy http://en.wikipedia.org/wiki/Same_origin_policy On Jun 1, 7:34 pm, waseem sabjee waseemsab...@gmail.com wrote: $.ajax({ URL :www.myurl.com success: function(html) { var my id = $(#myid, html); alert(myid); }); }); On Mon, Jun 1, 2009 at 7:51 AM,

[jQuery] Re: Unable to Formulate a Proper Title

2009-06-02 Thread kiusau
On Jun 1, 4:21 pm, kiusau kiu...@mac.com wrote: On Jun 1, 9:39 am, kiusau kiu...@mac.com wrote: It would be unjust to say that my time was completely wasted in this forum, but it would be foolish for me to waste any more, because I have discovered here what I dislike most about IT forum's in

[jQuery] Superfish menu - I want my current active tab and corresponding sub nav to display on certain pages -- a newbie begging for help.

2009-06-02 Thread Juliane
I'm a novice and relied on freelancer to build my superfish menu. Everything is working correctly here -- http://www.cmpl.org/ but I want to take it to the next level. When a user clicks on a major sub tab (such as About Us) I want the horizontal sub navigation to stay visible (not hover and

[jQuery] Re: location persistance + ajax load problem

2009-06-02 Thread Victor Jonsson
I too need to find a solution to persistance when using async. dipidi: Have you found a solution to yours? Regards, Victor On 5 Apr., 18:23, dip...@gmail.com dip...@gmail.com wrote: [SORRY!, this is a proper message, the first one i forgot to add a topic] hey all, having a problem with

[jQuery] Re: jQuery ajax 404 error

2009-06-02 Thread Chris Chen
are you sure the url is available?? 2009/6/2 Jonathan Vanherpe (T T NV) jonat...@tnt.be raymond wrote: Hi, all. I have extremely annoying issue for my project, which made me keeping 3 days on it. I used jQuery.ajax, but it gets all time 404 error, although target url is still available.

[jQuery] Hover image under flash element.....

2009-06-02 Thread Warrick
I am trying to place several hover/tool tips using jQuery in a page that contains a flash elemnt to the right. When viewed in a browser the hover/tool tip appears partially below the adjacent flash element. Any one have any ideas??? Thanks

[jQuery] Treeview, async, persist location

2009-06-02 Thread victorjons...@gmail.com
Good day. I'm using the treeview plugin with async. And it works great. But I miss the persist location functionality. Does anyone have a solution to this? I have a parameter in the URL that could be used to load that page's submenus. (the value of that parameter is the same as the value used

[jQuery] LI:last of submenu's

2009-06-02 Thread josb...@gmail.com
I don't want background-image's on all the last list-items of a submenu. I use this code but it only apply the edit to the last submenu. $('ul#sidebarmenu1 ul li:last a').css('background-image', 'none'); How can i apply this to all submenu's? My HTML (generated by CMS): ul class=menu

[jQuery] Jquery Superfish navbar question

2009-06-02 Thread FnTm
Hi! I have a problem, that i think is mostly css related, but I am not sure. What I would like to do, is have the second tier of the navbar centered under the first tier menu item. A little example: Menu Menu Menu Menu Menu Menu -|---

[jQuery] Re: Request: build hoverFlow in jquery core

2009-06-02 Thread Mark
On Mon, Jun 1, 2009 at 9:46 PM, Mark mark...@gmail.com wrote: 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

[jQuery] Re: Hover image under flash element.....

2009-06-02 Thread Nic Hubbard
You need to use the wmode for your flash element. Setting wmode to opaque should fix this. On Jun 2, 5:38 am, Warrick warric...@gmail.com wrote: I am trying to place several hover/tool tips using jQuery in a page that contains a flash elemnt to the right. When viewed in a browser the

[jQuery] Any way to make an anonymous function die?

2009-06-02 Thread Laker Netman
I am using .live() in jQuery 1.3.2 to assign a dynamic click event to multiple Select lists. When one of the lists is clicked on I would like to have that particular list to no longer be clickable. Here's the issue. I currently assign the click function in .live() with an anonymous function, so

[jQuery] Re: Any way to make an anonymous function die?

2009-06-02 Thread Isaac Gonzalez
I'm not sure if this is the best solution but you can always change the class name of the li after it's been click. Then add a conditional statement in your anonymous function filter list with the revised class name. On Jun 2, 2009, at 8:55 AM, Laker Netman wrote: I am using

[jQuery] Re: Add Class to all form elements

2009-06-02 Thread waseem sabjee
Yes but he only wants to add class to forms. myway is loop through all forms. or all forms with a specific class. then for each form loop through all inputs. this way is better only if you want certain forms not to have the class name or if you have inputs that are not within forms. On Tue, Jun

[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread waseem sabjee
I currently use that cod on a few sties. it works perfectly. On Tue, Jun 2, 2009 at 3:58 PM, kaspar kaspar...@gmail.com wrote: This restriction calls Same origin policy http://en.wikipedia.org/wiki/Same_origin_policy On Jun 1, 7:34 pm, waseem sabjee waseemsab...@gmail.com wrote: $.ajax({

[jQuery] Re: LI:last of submenu's

2009-06-02 Thread Mauricio (Maujor) Samy Silva
Use $('ul#sidebarmenu1 ul li:last-child a').css('background-image', 'none'); :last = Matches ONLY the last selected element. last-child = Matches ALL elements that are the last child of their parent. Maurício -Mensagem Original- De: josb...@gmail.com Para: jQuery (English)

[jQuery] Re: How to prevent a particular field being submitted in form submission

2009-06-02 Thread waseem sabjee
$(#myfieldid).attr({ value:; }); this should set the value to nothing. On Tue, Jun 2, 2009 at 7:24 AM, Clare little.miss.miracle.g...@gmail.comwrote: I have email, password and some other fields, and I'm using $.post to send data for Ajax submission. $(#MyForm).submit(function(){

[jQuery] Re: How to prevent a particular field being submitted in form submission

2009-06-02 Thread waseem sabjee
SORRY SYNTAX ERROR here is the correct $(#myfieldid).attr({ value: }); On Tue, Jun 2, 2009 at 6:11 PM, waseem sabjee waseemsab...@gmail.comwrote: $(#myfieldid).attr({ value:; }); this should set the value to nothing. On Tue, Jun 2, 2009 at 7:24 AM, Clare

[jQuery] Re: How to prevent a particular field being submitted in form submission

2009-06-02 Thread Gustavo Salomé
Try to disable the field. I think its gonna work. 2009/6/2 waseem sabjee waseemsab...@gmail.com SORRY SYNTAX ERROR here is the correct $(#myfieldid).attr({ value: }); On Tue, Jun 2, 2009 at 6:11 PM, waseem sabjee waseemsab...@gmail.comwrote: $(#myfieldid).attr({ value:; }); this

[jQuery] Re: jqPlot - New charting plugin

2009-06-02 Thread Chris Leonello
I've made significant updates to the jqPlot plotting plugin: data tooltips, rotated axis text, customizable date formatters, vertical and horizontal bar charts and many other features. Visit the home page, http://www.jqplot.com/ or the project page, http://www.bitbucket.org/cleonello/jqplot/ if

[jQuery] Re: Add Class to all form elements

2009-06-02 Thread Gustavo Salomé
Try it: $('form').find(':input,:radio,:checkbox').addClass('class'); 2009/6/2 waseem sabjee waseemsab...@gmail.com Yes but he only wants to add class to forms. myway is loop through all forms. or all forms with a specific class. then for each form loop through all inputs. this way is better

[jQuery] Ajax forms

2009-06-02 Thread Dave Maharaj :: WidePixels.com
Can someone give me a hand getting this right. Using the jQuery Form Plugin on http://malsup.com/jquery/form/ I am trying to submit a form but the script I am having problems with. I know its wrong...but cant figure out how to remove the duplicate post and url parts. $(document).ready(function()

[jQuery] Re: Superfish menu - I want my current active tab and corresponding sub nav to display on certain pages -- a newbie begging for help.

2009-06-02 Thread Laker Netman
On Jun 2, 8:41 am, Juliane jmor...@cmpl.org wrote: I'm a novice and relied on freelancer to build my superfish menu. Everything is working correctly here --http://www.cmpl.org/but I want to take it to the next level.  When a user clicks on a major sub tab (such as About Us) I want the

[jQuery] Re: Add Class to all form elements

2009-06-02 Thread mkmanning
if you have inputs that are not within forms That should never happen if you're using valid markup ;) Although the OP gave no indication there'd be other forms on the page, if you want to target a specific form just use the context: $(':text,:checkbox,:radio',$('SPECIFIC_FORM')).addClass

[jQuery] Re: Parsing a very large xml file

2009-06-02 Thread Gustavo Salomé
I had the same problem a while ago Theres a bug about it, you cant use the success function, you must use the complete function function in the ajax request 2009/6/2 Gordon grj.mc...@googlemail.com Your best bet in that case is trying to talk your client out of it then. XML is not a very

[jQuery] Re: Edittable plugin problem

2009-06-02 Thread Gustavo Salomé
Its here: http://jquery.izfree.com/editable.js Now any function get the return (data, object) You can use it, for example, this way: $('object').editable({onSubmit:function(data,$this){ class=$this.attr('class'); }}); 2009/6/2 bharani kumar bharanikumariyer...@gmail.com yes please send it

[jQuery] accessing value in ajax form without submitting the form

2009-06-02 Thread in...@reenie.org
I have a form. Upon submit, the data is sent to the server. Under certain conditions, the form is replaced via ajax with a set of radio buttons that offer the user a a choice. I need to access the radio buttons before I submit the form again. Normally I could just access the buttons with

[jQuery] Re: Already Exist jquery plugin

2009-06-02 Thread jsuggs
You are going to have to be more specific than that. Where are the values for user or email stored? In a database? If so, then you'd probably need to make an ajax call with the values that you would want to check. You might want to take a look at one of my other posts where I show you how I

[jQuery] Re: accessing value in ajax form without submitting the form

2009-06-02 Thread jsuggs
You said the form is replaced by an ajax call. Can you show us what is going on in that call? On Jun 2, 12:25 pm, in...@reenie.org in...@reenie.org wrote: I have a form. Upon submit, the data is sent to the server. Under certain conditions, the form is replaced via ajax with a set of radio

[jQuery] Re: Already Exist jquery plugin

2009-06-02 Thread Chris Chen
why 2009/6/3 jsuggs jsu...@gmail.com You are going to have to be more specific than that. Where are the values for user or email stored? In a database? If so, then you'd probably need to make an ajax call with the values that you would want to check. You might want to take a look at one

[jQuery] Mouseleave event

2009-06-02 Thread zayatzz
Hello Is it possible to mouseleave event have some kind of delay inserted into it? I have this small script, which is working just fine : script type=text/javascript $(document).ready(function () { $(ul.LvlOne

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

2009-06-02 Thread Gustavo Salomé
Im not sure if i understood what you want, but try this: function glow(){ if($('#front').data('state')==true)return false; var myCols = [{param:'background-color', fromColor: '#222', toColor: 'random', random: true}] $('#front').colorBlend(myCols).data('state',true); } function

[jQuery] Re: Mouseleave event

2009-06-02 Thread Gustavo Salomé
Try the setTimeout function 2009/6/2 zayatzz alan.kesselm...@gmail.com Hello Is it possible to mouseleave event have some kind of delay inserted into it? I have this small script, which is working just fine : script type=text/javascript $(document).ready(function

[jQuery] Re: Can jQuery parse XML locally?

2009-06-02 Thread jsuggs
Basic answer, yes. If you copied and pasted the example html, then the url parameter references labels.xml, which would have to reside in the same directory as where you saved the html file. Also, don't forget that you also need the jquery file it references as well. So to more succinctly

[jQuery] fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Luch Univision
I am running into an effect issue with IE only. I have a UL with about 4 LI and I apply the fadeIn() on individual LI based on user actions. Inside of each LI I have a div that is styled with: -moz-opacity:.8; opacity:0.80; filter:alpha(opacity=80); The problem is that when I fadeIn() the LI

[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Gustavo Salomé
Its true, i had the same problem a while ago. I couldnt solve it. 2009/6/2 Luch Univision lara...@us.univision.com I am running into an effect issue with IE only. I have a UL with about 4 LI and I apply the fadeIn() on individual LI based on user actions. Inside of each LI I have a div

[jQuery] Re: JSON- PHP generated JS-file question

2009-06-02 Thread jsuggs
Look at some of the auto-complete plugins, they do a lot of what you are asking for already including caching of results so that you don't have to do as many lookups or requests. http://plugins.jquery.com/project/autocompletex http://plugins.jquery.com/project/js-autocomplete

[jQuery] Re: Form plugin asynchronous behavior

2009-06-02 Thread Gustavo Salomé
Be sure to set the ajax param 'async' to true. 2009/6/2 Mike Alsup mal...@gmail.com The problem I'm having is that the form submissions seem to be queued and submitted synchronously, so if a user submits a request that takes say 30 seconds and then immediately submits another request that

[jQuery] Re: Any way to make an anonymous function die?

2009-06-02 Thread Ricardo
Or add another class name: select class=myselects opt.../ /select select class=myselects opt.../ /select $('.myselects:not(.clicked)').live('click', function(){ $(this).addClass('clicked'); }); On Jun 2, 1:00 pm, Isaac Gonzalez ier...@gmail.com wrote: I'm not sure if this is the

[jQuery] Re: JSON- PHP generated JS-file question

2009-06-02 Thread James
I don't mean to step on your idea, but I think the database method probably works better. Databases are usually highly optimized to do text-search and it should be fairly quick. By using the separate JSON file method, you're just placing all the processing work on the client- side, which might

[jQuery] Create Ajax Request and edit html request

2009-06-02 Thread Kevz
[b]Hay guys![/b], I worked with now in jQuery. Property however at present the following problem: [i]I provide a AJAX Request. the side is loaded, the parameters all conveyed and back receives I a complete HTML side. Now I would like to have only certain elements however from this side, like

[jQuery] Re: [autocomplete] hard time with accent

2009-06-02 Thread Tom Worster
On 6/1/09 2:48 PM, Gui guilhermealcant...@gmail.com wrote: 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

[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread Ricardo
Right, you won't be able to circumvent that. Thinking of it, it's not feasible to use OAuth via javascript. One, because of these cross-domain issues, two, because you would expose your secret to the browser. You should probably do the authentication server-side and pass only what's necessary to

[jQuery] Re: Mouseleave event

2009-06-02 Thread zayatzz
Thanks. I did that: script type=text/javascript $(document).ready(function () { $(ul.LvlOne li:has(ul)).bind(mouseenter,function(event){ $(ul.LvlTwo).slideToggle('medium'); });

[jQuery] Re: Create Ajax Request and edit html request

2009-06-02 Thread Gustavo Salomé
Select the elements you want before the request, like: var $elements=$('input'); $.ajax({success:function(data){ alert($elements.html()); }}); 2009/6/2 Kevz godec...@gmx.net [b]Hay guys![/b], I worked with now in jQuery. Property however at present the following problem: [i]I provide a

[jQuery] Re: Create Ajax Request and edit html request

2009-06-02 Thread Andy Matthews
If you're loading in a chunk of HTML, then you can treat that chunk as a jQuery object. For example, if you have the following HTML code that is being pulled back from an AJAX call, and you only want to use the div tag you might do something like this. REMOTE HTML: p This is

[jQuery] Re: accessing dom from different domain ?

2009-06-02 Thread waseem sabjee
That data I transfer was non-sensitive data, but yeah...I am looking for a better way. On Tue, Jun 2, 2009 at 8:24 PM, Ricardo ricardob...@gmail.com wrote: I guess you're using local pages on IE, otherwise same origin policy applies. On Jun 2, 1:08 pm, waseem sabjee waseemsab...@gmail.com

[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Mauricio (Maujor) Samy Silva
Reset the opacity to IE when fading in the element like so: -Mensagem Original- De: Luch Univision Para: jQuery (English) Enviada em: terça-feira, 2 de junho de 2009 14:46 Assunto: [jQuery] fadeIn() on elements with alpha filter not working properly in IE I am running

[jQuery] Re: Mouseleave event

2009-06-02 Thread Gustavo Salomé
Check out this plugin: http://cherne.net/brian/resources/jquery.hoverIntent.html It may help you. Instead of mouseenter and leave do $('object').hoverIntent(function(){ $(ul.LvlTwo).slideToggle('medium'); },function(){

[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Mauricio (Maujor) Samy Silva
Sorry for the previous post.Hit send early :-( Reset the opacity to IE when fading in the element like so: $('elementToFade').css('filter','alpha(opacity=80)').fadeIn(); Maurício -Mensagem Original- De: Luch Univision Para: jQuery (English) Enviada em: terça-feira, 2

[jQuery] Re: Ann: jqPlot 0.6.2 released

2009-06-02 Thread Jack Killpatrick
This is really great work, thanks for sharing! Good stuff! - Jack Chris Leonello wrote: 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

[jQuery] CSS attributes as a variable.

2009-06-02 Thread jeff
Hello, I am trying to get the color of an element and change the color of another element with that color. Does this make sense? What is wrong with this? I would like all of the H1 tags to inherent the color of .ui-state-error. Thank you in advance! $(function(){ var color =

[jQuery] jquery help

2009-06-02 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 marked

[jQuery] Re: jquery help

2009-06-02 Thread Michael Lawson
Hmm, i'm not familiar with fancy box, but I don't see an onclick event being bound to any objects. What should your code do, and what is it doing instead? cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Examine my

[jQuery] Re: CSS attributes as a variable.

2009-06-02 Thread waseem sabjee
something like this var mycolor = #000; $(h1).css({color:mycolor }); this is your statement 'color', ' + color + ' it should be color:color On Tue, Jun 2, 2009 at 8:50 PM, jeff jeffreykarbow...@gmail.com wrote: Hello, I am trying to get the color of an element and change the color of

[jQuery] Re: Any way to make an anonymous function die?

2009-06-02 Thread Laker Netman
On Jun 2, 1:08 pm, Ricardo ricardob...@gmail.com wrote: Or add another class name: select class=myselects    opt.../ /select select class=myselects    opt.../ /select $('.myselects:not(.clicked)').live('click', function(){      $(this).addClass('clicked'); }); On Jun 2, 1:00 pm,

[jQuery] Re: CSS attributes as a variable.

2009-06-02 Thread mkmanning
$(h1).css({'color':color}); On Jun 2, 11:50 am, jeff jeffreykarbow...@gmail.com wrote: Hello, I am trying to get the color of an element and change the color of another element with that color. Does this make sense? What is wrong with this? I would like all of the H1 tags to inherent the

[jQuery] Re: CSS attributes as a variable.

2009-06-02 Thread jeff
Worked! Thanks!!! On Jun 2, 2:58 pm, waseem sabjee waseemsab...@gmail.com wrote: something like this var mycolor = #000; $(h1).css({color:mycolor }); this is your statement 'color', ' + color + ' it should be color:color On Tue, Jun 2, 2009 at 8:50 PM, jeff

[jQuery] Re: tilde (~) selector

2009-06-02 Thread Jakub Suder
I've checked in multiple browsers using browsershots.org, and only the ones from Opera 10 and Firefox 3.1 were OK, the rest were broken (example: Firefox 3.0: http://dl.getdropbox.com/u/41808/ff3win.png). It looks like this might be the answer:

[jQuery] Re: Any way to make an anonymous function die?

2009-06-02 Thread Laker Netman
On Jun 2, 1:59 pm, Laker Netman laker.net...@gmail.com wrote: On Jun 2, 1:08 pm, Ricardo ricardob...@gmail.com wrote: Or add another class name: select class=myselects    opt.../ /select select class=myselects    opt.../ /select $('.myselects:not(.clicked)').live('click',

[jQuery] Re: jquery help

2009-06-02 Thread alienfactory
thanks for responding, fanctbox is a lightbox plugin if you have not already notice, when clicking on a image it loads an ajax requested file it works find the code below will hide all classes with the name target. i need a callback function to hide the item that is clicked i imagine the click

[jQuery] Superfish Horizontal Nav-bar Question

2009-06-02 Thread gerbert
On the Superfish Horizontal Nav-bar there is one issue I am having: when a user hovers over a button that doesn't have a subnav, it doesn't clear out the current subnav menu...I think it would be better usability-wise to clear out the links so the subnav is empty when a parent link has no

[jQuery] Re: Mouseleave event

2009-06-02 Thread zayatzz
Thanks for the info This mouseintent is quite cool script. I did just what you suggested - i just removed the extra 2 seconds timeout and used config from the example instead. Thanks again. Alan On Jun 2, 9:41 pm, Gustavo Salomé gustavon...@gmail.com wrote: Check out this

[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Luch Univision
Mauricio, I am dealing with the fading in of one li which in turn has three child elements: ... li id=foo img / div class=opacity/div img / li ... .opacity { -moz-opacity: .8; opacity:0.80; filter:alpha(opacity=80); } ... $('#foo').fadeIn('slow'); ... So, by doing

[jQuery] Re: Superfish Horizontal Nav-bar Question

2009-06-02 Thread waseem sabjee
Isn't this a Superdrop style menu ? ahh anyway in order to achieve that you would need to have a specific class for those that don't have drop downs. then for the hove event var theclass $(this).attr(class); if(theclass != nosub) { $(lower).show(); } else { $(lower).hide(); } On Tue, Jun 2,

[jQuery] Re: tilde (~) selector

2009-06-02 Thread Mauricio (Maujor) Samy Silva
Yes, it appear to be a 1.3.2 jQuery version bug. Take a look at test cases: Version 1.3.1 working: http://jsbin.com/usidi/edit Version 1.3.2 doesn't working: http://jsbin.com/upapu/edit Maurício -Mensagem Original- De: Jakub Suder Para: jQuery (English) Enviada em:

[jQuery] Re: jquery help

2009-06-02 Thread alienfactory
ok i added a click handler to the callback 'callbackOnStart':function(){ $('.target').click(function(){$(this).css ({'visibility': 'hidden'}); }); but when clicked on the first time it does nothing but any time after that it work as intended

[jQuery] Re: Can jQuery parse XML locally?

2009-06-02 Thread fredriley
On Jun 2, 6:42 pm, jsuggs jsu...@gmail.com wrote: Basic answer, yes.  If you copied and pasted the example html, then the url parameter references labels.xml, which would have to reside in the same directory as where you saved the html file. Also, don't forget that you also need the jquery

[jQuery] text of first sibling of a parent...How do I get it

2009-06-02 Thread con-man-jake
Still a newbie. I have this: table tr td text I want to get /td td /td td div id=knowndiv/div /td tr /table If I have the div with id of knowndiv as an object (call it obj), How do I get the text inside the first td?

[jQuery] Re: Superfish Horizontal Nav-bar Question

2009-06-02 Thread gerbert
Thanks waseem, I'm not sure what superdrop is, but mine is a slightly modified version of the superfish nav-bar style located here: http://users.tpg.com.au/j_birch/plugins/superfish/#examples I will try to implement your code. The hard part is going to be putting it in the right place. These

[jQuery] Re: text of first sibling of a parent...How do I get it

2009-06-02 Thread waseem sabjee
first lets give an ID to your table table id=mytable now heres your script. var obj = $(mytable); var rows = $(tr): // according to this we going to find text in the first td of the first tr rows.each(function(i) { var columns = rows.eq(i); alert(columns.eq(0).text()); }); the script

  1   2   >