[jQuery] cloning ajax

2009-06-17 Thread Peter Marino
Hi jQuery, when I clone a div that contains input fields with ajax then the cloned version will not do any ajaxing? is this normal? btw: I do use clone( true ) regards, Peter -- Power Tumbling - http://www.powertumbling.dk OSG-Help - http://osghelp.com

[jQuery] Re: How to simulate a human-triggered event?

2009-06-17 Thread waseem sabjee
$(#txt).focus() function() { // this is when the user tabs to the control or clicks on it }); $(#txt).blur() function() { // when the user tabs out or clicks on something else }); if you check the JQuery events page you will other helpful event like : keyup keydown mouseup mousedown you can

[jQuery] Re: Loading image before operation starts not working

2009-06-17 Thread Jens L.
Just wanted to add a strange behaviour, I recognized inspecting the code at runtime with firebug. When I set a breakpoint in the line after I set the load image ($(img [name='imageChange']).attr('src', 'load.gif');). The image is correctly displayed and stays after I continue execution until the

[jQuery] Re: Superfish pathClass

2009-06-17 Thread Joel Birch
On Jun 14, 6:08 pm, Touran oliverdav...@gmail.com wrote: I really need a way to change the pathclass based on selecting a item in the menu without going back to the server.  Any ideas. Thanks Hello, You could create a function which removes the 'current' class from all li elements in the

[jQuery] Hide elements cleanly, not appear then disappear

2009-06-17 Thread heldtogether
hey, i want to hide some elements on my site, but don't want to make these inaccessible for users without javascript enabled. Some users are complaining about being able to see that element for a split second before the page has finished loading and the element is hidden. Is there a way in which

[jQuery] Re: $.getJSON() Special Chars

2009-06-17 Thread Obi1
everything is set to use utf-8. though i've notice now, first time i call the getJSON, on $ (document).ready, the response comes fine, with the right chars. the problem happens whe i click a button that calls the method again, witch is meant to perform a search. On 16 Jun, 19:23, James

[jQuery] Regarding HTML post in jQuery

2009-06-17 Thread San
I want to post some html content on a page through jQuery. If I post normal data like abcd then it works but when data contains html tags like divabcd/div it doesnt work. script language=javascript type=text/javascript function ProcessData() { var pageData =

[jQuery] Re: Interface sortable: Limit of elements which can be dragged into a droppable

2009-06-17 Thread sinkingfish
I'm also looking for an elegant solution to this. Did you have any luck? I've implemented it with sortables, but don't have return animations. Is there a better way of achieving this? I've uploaded here for example http://www.sinkingfish.com/target.html http://pastie.org/514867 Thanks

[jQuery] Re: Finding items in an UL by their LI's Attributes

2009-06-17 Thread Paul Hutson
Thanks for the help (and the tip!) It all worked excellently :) Cheers, Paul On Jun 16, 7:19 pm, mkmanning michaell...@gmail.com wrote: $('ul').find('li[typeref=E][typeid=1]') NB: an id attribute that starts with a number isn't valid markup. On Jun 16, 10:05 am, Paul Hutson

[jQuery] How could we pass a xmldom to a webservice?

2009-06-17 Thread Roger He
the webservice was written by asp.net

[jQuery] Two different statement to access at the same tag

2009-06-17 Thread ciupaz
Hi all, what's the difference between writing these 2 statement for the same input checkbox: input type=checkbox name=check id=check / 1) input:checkbox[name=check]' 2) #check Thanks in advance. Luis

[jQuery] Re: $.getJSON() Special Chars

2009-06-17 Thread Obi1
Ok, solved the problem using htmlentities() in all variables before assingnig them to smarty.

[jQuery] Re: plugin site usability

2009-06-17 Thread Enrique Meléndez Estrada
+10 cents El 16/06/2009 18:08, darickard escribió: Does anyone else find the plugin site (http://plugins.jquery.com/) difficult to use? It's great that there are so many plugins to choose from, but it sure makes it hard to find what you need. I only use jQuery and the

[jQuery] Re: tablesorter plugin leaks memory in IE6 and IE7

2009-06-17 Thread pob
Thanks for the prompt reply MorningZ, Apologies for the inaccurate description, the apparent leak is only in IE6 I took your advice, created a simple table 10*200, based on the one on the plugin page. The only scripts on the page are: jquery-1.3.1.js, jquery.tablesorter.js, and the

[jQuery] Re: get email and send email?

2009-06-17 Thread Casey
PHP,ASP,ASP.net,JSP,ColdFusion and any other server side language will work great. It depends on the programmer you have writing the code. He/she gets to pick and it doesn't matter which one he/she picks. In regards to this project, not one language is any better than any other language, it

[jQuery] jQuery Media Plugin - Question

2009-06-17 Thread heohni
Hi, I have implemented the above mentioned plugin, as well as the swfobject plugin. h2 test /h2 and $('h2').media(function(el, options) { options.caption = false; options.height = /h21/i.test(el.tagName) ? 65 : 35; options.src = 'euphemia.swf';

[jQuery] [validate] array name attribute

2009-06-17 Thread warren
hi, i am having problem with validation if i would be using an array name attribute form method=post action= id=form1 Name: input type=text name=applicant[name] id=applicant_name*br Address: input type=text name=applicant[address] id=applicant_address*br Company Name: input type=text

[jQuery] How to change the URL of the tabs after Ajax load

2009-06-17 Thread perpetual_dream
Hello, I want to be able to change the URL of the tab after the ajax content has been loaded. Here is the situation: I have a tab(comapnies-classifieds) at which I want to load all the classifieds of the user if it was clicked selected by the user, otherwise if it was reached through a direct

[jQuery] Cluetip with Image Maps

2009-06-17 Thread Robert
Hi, I have a small problem with image maps and clueTip. Client requires 4 map areas on an image (plus the image itself) to trigger cluetip. The image itself triggers a sticky clueTip with now Title 2 Map Areas trigger a standard clueTip with custom width with No Title 2 Map Areas trigger the

[jQuery] Issue using Scrollpane simple show / hide / toggle scripts together

2009-06-17 Thread tmc
Hi there, Hopefully someone can help, I have been using Kelvin Luck's scrollpane script on a development site and then added in a simple show/hide/ toggle script to change the page's content. This now seems to stop the scroll bar from being overwritten by the scrollpane script. Can provide either

[jQuery] myyearbook navigation

2009-06-17 Thread scvinodkumar
Hi i would like to implement the myyearbook like navigation.(http:// www.myyearbook.com/) You can see this at the home page itself. When you click the up or down arrow key, the content being change in the right hand side. Please tell me how they have implemented it and what jquery plugin they

[jQuery] jquery like navigation

2009-06-17 Thread scvinodkumar
Hi, i would like to implement myyearbook.com navigation in my site. You can see this at the home page itself. Could you please tell me what type of plugin they used and how to implement it?

[jQuery] Problem in JQuery intellisense at VS-08

2009-06-17 Thread Ofer Hashimshony
Hey people I have a bug in Jquert intellisense When I add the reference to the intellisense file (jquery-1.3.2-vsdoc.js) It worked But everything when I add To the page [code]script type=text/javascript src=jquery-1.3.2.js/script / code , the Jquert intellisense Disappeared . What to do? [code]

[jQuery] Problem in JQuery_intellisense at VS-08

2009-06-17 Thread Ofer Hashimshony
Hey people I have a bug in Jquert intellisense When I add the reference to the intellisense file (jquery-1.3.2- vsdoc.js) It worked But everything when I add [code]script type=text/javascript src=jquery-1.3.2.js/script [/ code] To the page the Jquert intellisense Disappeared . What to do?

[jQuery] [validate] array name attribute

2009-06-17 Thread warren
hi, i am having problem with validation if i would be using an array name attribute form method=post action= id=form1 Name: input type=text name=applicant[name] id=applicant_name*br Address: input type=text name=applicant[address] id=applicant_address*br Company Name: input type=text

[jQuery] i need solution

2009-06-17 Thread ransacker
how to set selected optionvalue in activeDropDownList in yii to an activeTextField

[jQuery] jQuery reallysimplehistory solution

2009-06-17 Thread Paul Dragoonis
Hey there I just wanted to feed back my knowledge and experience with reallysimplehistory (RSH) and jquery integration. There were some existing docs but nothing matched the problems i was looking for. Firstly, you may think you need to integrate jquery (and json) with RSH as per their

[jQuery] Star Rating

2009-06-17 Thread Robert Ladd
Hello, this is my first post to the group, so be gentle. I recently downloaded the Star Rating plugin and I've got a few questions that I can't seem to figure out for myself. If they are there in the documentation, I apologize for not figuring them out for myself and I will accept being called

[jQuery] trouble using $.get xml

2009-06-17 Thread MattN
I'm having trouble using remote xml feeds. In this example, I'm trying to get product id's from drugstore.com's xml feed. Looking at my console log in Firebug... my get function isn't working. script type=text/javascript $(function(){ $.get('http://xml.drugstore.com/xml.asp?

[jQuery] getJSON long polling and throbber

2009-06-17 Thread BrianGruber
Hey All! I'm using getJSON to do some cross domain long polling. getJSON calls a PHP script (running lighttpd) and the PHP script waits until a new message is there, then sends the data out to the waiting getJSON request. All works well, but the browser throbber keeps spinning while waiting for

[jQuery] Cycle removes background image from thumbnails (pager)

2009-06-17 Thread jon randahl
Right, here goes: I'm using a modified jQuery Cycle Plugin - 'goto' Demo 2 (aka: Poor Man's pager) implementation of the Cycle plugin, this works fine in FF2+, Op9, Saf3+ and Chrome2 but in IE cycle stops the background- image from repeating! As usual I cannot give out a public link due to NDA

[jQuery] Re: Converting objects to strings

2009-06-17 Thread gdfox
Thanks Steve that did the trick. Greg Actually, I want to both key/value. On Jun 16, 9:05 pm, Steven Yang kenshin...@gmail.com wrote: I think what you want i something likevar params = {        TotalApartmentsServed: $('#TotalApartmentsServed').val(),  

[jQuery] Re: [validate] array name attribute

2009-06-17 Thread Jörn Zaefferer
This may help: http://docs.jquery.com/Plugins/Validation/Reference#Fields_with_complex_names_.28brackets.2C_dots.29 Otherwise, please provide some code examples, not just the HTML. Jörn On Wed, Jun 17, 2009 at 2:41 AM, warrenstealth.mak...@gmail.com wrote: hi, i am having problem with

[jQuery] Re: Cycle removes background image from thumbnails (pager)

2009-06-17 Thread jonrandahl
Forgot to mention that if I change the background from transparent to a color, the color works fine! Unfortunately the client likes the opacity of the png so I need the png for everything above IE6 [which has it's own quirks css file to fix things]! Thanks again for looking! J

[jQuery] Re: Palm Pre and jQuery? Is it possible?

2009-06-17 Thread Stephen Sadowski
Andy, I would think that this is probably possible. We have an application out for the Mojo SDK, and as of yet have not seen any real documentation on developing for WebOS. According to Page 6 of the available chapter of WebOS rough cuts from oreilly on Palm's

[jQuery] Horizontally scroll a table

2009-06-17 Thread michael
Hello all, Is there a plugin somewhere that will allow a table to horizontally scroll within a set width? I could swear I saw this once but can't find it now. Basically I'm looking for an Excel-like setup. I have a div that's 990px wide and need to constrain a table within that to keep from

[jQuery] (validate) conflicts with (jqmodal)

2009-06-17 Thread Phil909
I'm using both validate 1.5.4 plugin and jqmodal r14 plugin (latest releases) When both plugins are loaded the jqmodal plugin fires only one instance on the first element associated to it. for example: head: script type=text/javascript src=http://ajax.googleapis.com/ajax/

[jQuery] Re: Cycle removes background image from thumbnails (pager)

2009-06-17 Thread Mike Alsup
Try setting the 'cleartypeNoBg' option to true. $ss.cycle({ fx: 'fade', cssBefore: { zIndex: 1 }, timeout: 3000, speed: 1500, fit: 1, cssAfter: { zIndex: 0 } , cleartypeNoBg: true }); On Jun 17, 8:48 am, jonrandahl jonrand...@gmail.com

[jQuery] Display data from two columns in ONE jqGrid column

2009-06-17 Thread dev
Hello, I'm trying to create a grid, using jqGrid-3.4.4, which can display data from two columns in ONE jqGrid column. One way to achieve this is to create another data column with combined data from required columns, and then assign that column to jqGrid column. Can this be done in jqGrid ?

[jQuery] Display data from two columns in ONE jqGrid column

2009-06-17 Thread dev
Hello, I'm trying to create a grid, using jqGrid-3.4.4, which can display data from two columns in ONE jqGrid column. One way to achieve this is to create another data column, on the SERVER side, with combined data from required columns, and then assign that column to jqGrid column. Can this

[jQuery] jQuery returns [object Object] on a blank page -- i am a newbie please help

2009-06-17 Thread Joaquim
HI, i am trying to build a bookmarklet using jQuery to display a form in an overlay. The overlay displays displays correctly if I execute the code from a file. But once i move it to the href of a link, it returns a blank page with the javascript in the url and [object Object] in the body of the

[jQuery] Re: jQuery syntax

2009-06-17 Thread cz231
Hi, Thanks for the reply. After some investigation, I found that in my xml file it said: ?xml-stylesheet type=text/xsl media=screen href=/~d/styles/ rss2enclosuresfull.xsl? So just for kicks I put dataType:text/xsl And I think I made progress, but I'm not sure. Because now, it creates the

[jQuery] cluetip + livequery (or other rebinding method)

2009-06-17 Thread Chris Hall
Hello everyone. I've searched and the posts about rebinding cluetip and thought livequery would be a good option, but it just seems to work on the first load? Background: I'm using the cluetip plugin along with the dataTable plugin. DataTable is pulling its table info from ajax after the page

[jQuery] avoid displaying native browser tooltip on links

2009-06-17 Thread Anyulled
I have a series of links in my page, all with its title atribute filled. The thing is that I don't want the browser to show this title whenever i hover those links, but still want to have mi titles in the markup Is there any way to do it? thanks a lot for your help

[jQuery] Ajax firing at page load

2009-06-17 Thread Greg F
Hi, This script (below) is firing at page load. Are there any ideas how not to get it to fire until and event happens. Thanks for the help. Greg $(document).ready(function () { if($('#DrainStackDiameter').val() != null){ $('#PowerPipeConfigurations').change(function(){ getResults ();

[jQuery] Re: Cycle removes background image from thumbnails (pager)

2009-06-17 Thread jonrandahl
Nope, Thanks Mike, I tried that and the clearType: false as this is specific to IE. I can send you a link via PM if you send me your email again? Thanks! J

[jQuery] Re: avoid displaying native browser tooltip on links

2009-06-17 Thread Hector Virgen
You can remove the title attribute from the elements with javascript, and it won't affect the markup (as seen by search engines and when viewing source): $('[title]').removeAttr('title'); -- Hector On Wed, Jun 17, 2009 at 8:17 AM, Anyulled anyul...@gmail.com wrote: I have a series of

[jQuery] Re: Regarding HTML post in jQuery

2009-06-17 Thread waseem sabjee
actually since you are using .NET i would suggest and asp.ent web service for best performance. actually i came across a problem where only IE was taking 3 minutes to load, as it could not handle my ajax post. converting from posting to a page to posting to a web service sorted out my issue. I

[jQuery] Re: i need solution

2009-06-17 Thread waseem sabjee
you were not very descriptive here. are you dealing with server side or client side controls i am amusing you are using a standard select with a textbox $(#myselectbox).change(function() { $(#mytextinput).attr({ value: $(this).val() }); }); On Wed, Jun 17, 2009 at 9:38 AM, ransacker

[jQuery] Re: Animating background color

2009-06-17 Thread Jack Killpatrick
You can use this to animate that: http://plugins.jquery.com/project/color - Jack Apothem wrote: I use jQuery 1.3.2 and tried to use: $('.applied').each(function(){ $(this).css('background-color', '#ff').animate ({backgroundColor: #000 }, slow);

[jQuery] Re: get email and send email?

2009-06-17 Thread inkexit
Thanks for all your help guys. A recomendation is import because I'm a complete noob when it comes to web programming. FWIW, I do have a lot of experince with C++ though. One question. I thought jQuery was a php library? One poster here said that jQuery will only run in the client's browser,

[jQuery] live() appears to be invoking handlers at the wrong time under webkit

2009-06-17 Thread Lee Henson
jQuery v1.3.2 rev 6246 (and I just tried with the current nightly build too - same behaviour) Given the following html which basically has a button floated over the top right corner of an image: div class=abc div class=xyz img src=... title=... / button type=buttonX/button

[jQuery] Re: get email and send email?

2009-06-17 Thread waseem sabjee
JQuery is a JavaScript Library. JavaScript is a form of client side scripting. PHP is a form of server side scripting. they are not the same. JQuery is not a library for PHP, however you can use JQuery and PHP in combination. for example. ?php // this is a php block of code $y = 5; $x = 2 * y;

[jQuery] Re: selector, second to last row of table

2009-06-17 Thread theprodigy
I think I have it working now. It does what it's supposed to, but doesn't really seem to me that it would be all the effecient, should a table have lots of rows (unlikely, but may happen). Here is my code: $('a.moveup').click(function(event) { //Send request to server var href

[jQuery] Re: get email and send email?

2009-06-17 Thread chris thatcher
just to make things terribly confusing ;) javascript is actually ecmascript, which can be used anywhere an implementation of the scripting engine is available. On the server you can use spidermonkey (a c++ implementation from mozilla), rhino(a java implementation also from mozilla), etc. On the

[jQuery] (validate) clearing error state / bug with check function

2009-06-17 Thread Iristyle
I have a feature request / and/or bugfix depending on how you'd like to look at the problem. I have a section of a form that is toggled to/from a disabled state based on another control. For the sake of the example, if the 'authentication' checkbox is checked, then a 'username' and 'password'

[jQuery] Re: Horizontally scroll a table

2009-06-17 Thread michael
I found one. Flexigrid will scroll horizontally. On Jun 17, 9:03 am, michael michael.howl...@gmail.com wrote: Hello all, Is there a plugin somewhere that will allow a table to horizontally scroll within a set width?  I could swear I saw this once but can't find it now.  Basically I'm

[jQuery] Re: jQuery Conference for 2009?

2009-06-17 Thread Karl Swedberg
There will be a jQuery conference in Boston this year, unless something goes horribly wrong. We don't have any information to provide at this time, but will do so when it becomes available. Sorry, I don't mean to leave anyone in the dark. It's just that specific dates, times, number of

[jQuery] Re: Horizontally scroll a table

2009-06-17 Thread liam
You could also add overflow to the container div's style. See http://www.w3schools.com/Css/pr_pos_overflow.asp It might be easier than working with more js. On Jun 17, 9:03 am, michael michael.howl...@gmail.com wrote: Hello all, Is there a plugin somewhere that will allow a table to

[jQuery] Re: cluetip + livequery (or other rebinding method)

2009-06-17 Thread Karl Swedberg
Hi Chris, I went to http://www.sprymedia.co.uk/article/DataTables but I coujldn't find the fnReloadAjax function in the documentation. Does it have a callback argument? If so, you could rebind the cluetip in there. --Karl Karl Swedberg www.englishrules.com

[jQuery] Re: Cluetip with Image Maps

2009-06-17 Thread Karl Swedberg
I think I fixed a couple bugs with this sort of thing in the Github version. Can you try that one and let me know if it works? http://github.com/kswedberg/jquery-cluetip/tree/master thanks, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 17, 2009, at

[jQuery] Re: cluetip + livequery (or other rebinding method)

2009-06-17 Thread Chris Hall
thanks, Karl. You are the best. It does have a callback, but I'm not sure what I would need to include to have it rebind. Do you have any suggestions? On Jun 17, 1:28 pm, Karl Swedberg k...@englishrules.com wrote: Hi Chris, I went tohttp://www.sprymedia.co.uk/article/DataTablesbut I  

[jQuery] Re: cluetip + livequery (or other rebinding method)

2009-06-17 Thread Karl Swedberg
No problem. You could do something like // define the ct function var ct = function { $('a.attr').cluetip({ cluetipClass: 'rounded', dropShadow: false, positionBy: 'mouse', arrows: true }); }; // call the ct function ct(); Then just pass a reference to ct in the callback.

[jQuery] jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread efet
I developed a website using jQuery plugins in part of it. Couple of visitors visited the website with internet explorer complained that some part of the website does not function at all. I have Internet Explorer 8 installed and I dont know how to downgrade it. Can someone test the website and

[jQuery] Submit form with serialize() question

2009-06-17 Thread debussy007
Hello, I submit my form with the $.ajax method and passing it the serialized form. But what about the images inside the form ? Thank you for any help. -- View this message in context: http://www.nabble.com/Submit-form-with-serialize%28%29-question-tp24078650s27240p24078650.html Sent from the

[jQuery] Re: Horizontally scroll a table

2009-06-17 Thread michael
Hmm. Forgot about trying that. The Flexigrid plugin is working like a champ though. Also allows me to resize the table vertically. (I'm stuck developing for 1024x768 and it's rough trying to fit everything on the screen...) On Jun 17, 1:25 pm, liam liamgriffi...@gmail.com wrote: You could

[jQuery] Re: Hide elements cleanly, not appear then disappear

2009-06-17 Thread Ricardo
If a page is small enough, I usually will hide them in javascript, on $ (document).ready(): myEl = $('#myEl').hide(); myEl.each(...); A good alternative is to add a class to the body/html when javascript is on, see here:

[jQuery] Re: Delete image

2009-06-17 Thread brian
First of all, I'd put an ID on those img tags. If you've got these recorded in a database, use the primary key (although keep in mind that an HTML elemenet's ID cannot begin with a number, so you should prepend some string, eg. 'img_543'). You could also just send the img path but, if you do

[jQuery] Re: Problem in JQuery_intellisense at VS-08

2009-06-17 Thread Ricardo
AFAIK the vsdoc.js that ships with VS is only for it's autocomplete feature. Use the latest release from here instead: http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js On Jun 17, 7:09 am, Ofer Hashimshony hasho...@gmail.com wrote: Hey people I have a bug in Jquert intellisense When I

[jQuery] Re: Submit form with serialize() question

2009-06-17 Thread James
By 'images', if you mean uploading images, then no. You can't upload files via AJAX (XMLHTTPRequest). There are a lot of workarounds by using Flash or hidden iframes to make it like AJAX. Do a web search and you'll find a lot of resources and plug-ins. On Jun 17, 7:45 am, debussy007

[jQuery] Re: Ajax firing at page load

2009-06-17 Thread James
The $.load is executed only when the getResults() function is called. And you're calling it on document load. The first line: $('#PowerPipeConfigurations').change(function(){ getResults (); }).change(); You're setting a callback onchange, and then you're calling: .change (); This is executing

[jQuery] Re: jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread Nikola
You know, you can view sites in IE7 mode with IE8 Just change the Document Mode to IE7 standards. Also, it's not a problem with jQuery you have a trailing comma on line 65 of your inline script: clip: {baseUrl: 'http://www.pangeaadvisors.org'}, // -- This comma is the problem On

[jQuery] Re: trouble using $.get xml

2009-06-17 Thread James
If xml.drugstore.com is not the page that your Javascript is located on, it's not going to work. You cannot use AJAX (XMLHTTPRequest) to make cross-domain requests. If xml.drugstore.com is not your domain, you're going to have to use another method. One recommended way is to use a proxy script.

[jQuery] Re: jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread Charlie
page breaks in IE 7 w3 validator shows broken tags and microsoft debug has error here : }).playlist(".entries"); good practice to run validator (easy click from Firefox developer toolbar) , can find issues that may not be obvious, or when page not acting properly

[jQuery] I am a new user and using jquery in lightbox and thikbox but i want more

2009-06-17 Thread SK Developers
Any body Know's where to find free ebook's for jQuery and Ajax let me know at www.mangomobi.com

[jQuery] Re: jQuery Works fine with Firefox and Internet Explorer 8. Not with IE7?

2009-06-17 Thread amuhlou
in IE8 choose Tools Compatibility View to trigger IE7 mode. definitely check out that stray comma Nikola mentioned, as I've seen IE choke on those lots of times before. If you really want to uninstall IE8, you can probably do a system restore back to a date before you installed IE8. On Jun

[jQuery] Re: cloning ajax

2009-06-17 Thread James
It's possible that when you clone the form, you're also cloning all the ID attributes that may be associated with the form or form fields. Remember that a HTML document can only have unique IDs. Otherwise, there will be conflicts, especially with Javascript coding. On Jun 16, 8:24 pm, Peter

[jQuery] Re: I am a new user and using jquery in lightbox and thikbox but i want more

2009-06-17 Thread waseem sabjee
This page has helped me through a lot when i started out. http://docs.jquery.com/Events On Wed, Jun 17, 2009 at 8:45 PM, SK Developers ski...@gmail.com wrote: Any body Know's where to find free ebook's for jQuery and Ajax let me know at www.mangomobi.com

[jQuery] jqModal - ajax response

2009-06-17 Thread prashant roy
Hi, I am using jqModal to pop up the modal dialog box. I want to check the content of loaded request in jqModal dialog box at the time of showing this jqModal dialog box. its same thing like i want to have responseText of ajax call for this JqModal dialog bo. I know it has few methods for its

[jQuery] IE6 Background Image Flicker

2009-06-17 Thread Jeff
Since jQuery.browser and jQuery.browser.version are depreciated as of jQuery 1.3, what is the preferred way to check if the browser (in this case IE6) needs to have the BackgroundImageCache set? The closest match I see is jQuery.support.opacity, but I'm not sure if that is pertaining to how the

[jQuery] jQuery in 3rd party environment

2009-06-17 Thread Paul Tarjan
I'm writing a snippet of code to be put on any third party website and have NO idea what environment it will be dropped into. My end goal is for the badge to be script src=http://example.com/js/badge.js;/script I would like to use jQuery in my badge code to make my life easier, but I don't want

[jQuery] Form plugin - success callback not executed ?

2009-06-17 Thread debussy007
Hi, it seems that my success callback is not getting executed, however, the Ajax post seems to be ok (200) with the correct text output ... The other params have effect, e.g. the ajax calls will be synchronous (option async to false) $('td[id^=order]').each(function(i) { var tdId =

[jQuery] Re: IE6 Background Image Flicker

2009-06-17 Thread waseem sabjee
Opacity should work in IE6. just beware of one think : In IE6 the last element also has the highest priority. I test all my sites on IE6,7,8, FF2,3 Chrome and safari. never had a problem with opacity On Wed, Jun 17, 2009 at 11:05 PM, Jeff jmccl...@gmail.com wrote: Since jQuery.browser and

[jQuery] First Parent Siblings

2009-06-17 Thread FrenchiINLA
I have several following html code: h3a class=classa/a/h3div class=classdiv/div h3a class=classa/a/h3div class=classdiv/div h3a class=classa/a/h3div class=classdiv/div etc I would like toggle div.classdiv when a.classa is clicked I tried $(this).parent('h3').siblings('div.classdiv').toggle();

[jQuery] Re: jQuery in 3rd party environment

2009-06-17 Thread waseem sabjee
I really try my best to avoid running JQuery of this link : http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ or any other external source. wen i do i sometimes see my fade function dragging a bit. may be include JQuery in your script ? On Wed, Jun 17, 2009 at 11:12 PM, Paul Tarjan

[jQuery] Re: First Parent Siblings

2009-06-17 Thread waseem sabjee
do you want to toggle the class on the div or toggle a transition like slideToggle or fadeToggle ? On Wed, Jun 17, 2009 at 11:16 PM, FrenchiINLA mamali.sohe...@gmail.comwrote: I have several following html code: h3a class=classa/a/h3div class=classdiv/div h3a class=classa/a/h3div

[jQuery] Re: First Parent Siblings

2009-06-17 Thread FrenchiINLA
Thank you for the reply. I would like to show hide the div located right after the h3 when a.classa is clicked, and not all other div.classdiv located on other lines. Thanks again On Jun 17, 2:19 pm, waseem sabjee waseemsab...@gmail.com wrote: do you want to toggle the class on the div or

[jQuery] Re: First Parent Siblings

2009-06-17 Thread Mauricio (Maujor) Samy Silva
Try: $(this).parent().next().toggle(); Maurício -Mensagem Original- De: FrenchiINLA Para: jQuery (English) Enviada em: quarta-feira, 17 de junho de 2009 18:16 Assunto: [jQuery] First Parent Siblings I have several following html code: h3a class=classa/a/h3div

[jQuery] Re: Form plugin - success callback not executed ?

2009-06-17 Thread debussy007
I found out it's because I need an existing element for option target. I didn't want any element to be updated by the result, that's why I put this #dummy pointing to nowhere. Well, I added an element display:none in my Html and point it to that one ... debussy007 wrote: Hi, it seems

[jQuery] Re: First Parent Siblings

2009-06-17 Thread Charlie
$(".classa").click(function () { $(this).parent().next(".classdiv").toggle(); }); FrenchiINLA wrote: Thank you for the reply. I would like to show hide the div located right after the h3 when a.classa is clicked, and not all other div.classdiv located on other lines. Thanks

[jQuery] using tabs in form fieldset

2009-06-17 Thread efet
Hi, I was wondering if any of you would suggest me how to use the tabs in the following page in a form: http://refinethetaste.com/html/cp/?Section=ordersProcess=AddOrder I use jQuery.Tools tabs in all other pages but I never used it in a form before. script // perform JavaScript after the

[jQuery] Blocking for javascript include

2009-06-17 Thread Paul Tarjan
I'm writing a snippet of code to be put on any third party website and have NO idea what environment it will be dropped into. My end goal is for the badge to be script src=http://example.com/js/badge.js;/script I would like to use jQuery in my badge code to make my life easier, but I don't want

[jQuery] jsonp - how don't make request after first request

2009-06-17 Thread Kirill
помогите please how to set preferences autocompleter made no inquiry after the first, which has already downloaded all the possible values? какие указать настройки чтобы autocompleter не делал запрос после первого, который уже загрузил все возможные варианты?

[jQuery] how don't make request after first request

2009-06-17 Thread Kirill
помогите please how to set preferences autocompleter made no inquiry after the first, which has already downloaded all the possible values? какие указать настройки чтобы autocompleter не делал запрос после первого, который уже загрузил все возможные варианты?

[jQuery] Re: Form plugin - success callback not executed ?

2009-06-17 Thread Mike Alsup
I found out it's because I need an existing element for option target. I didn't want any element to be updated by the result, that's why I put this #dummy pointing to nowhere. Well, I added an element display:none in my Html and point it to that one Why use the target option if you don't

[jQuery] Error in IE - Error: 'url' is null or not an object

2009-06-17 Thread Heather
Site - http://www.scentsy.com/heather101 Location of js and css - http://heather101.com/jcarousel/skins/tango/skin.css http://heather101.com/jcarousel/scentsy/scentsy.js http://heather101.com/jcarousel/skins/ie7/skin.css The jCarousel works great in all other browsers, but in IE, when you get to

[jQuery] Newbie dumb question

2009-06-17 Thread Dave Maharaj :: WidePixels.com
Ok i am submitting a form with the jquery.formplugin by malsup My dumb question is where do I put the script code? My Page loads - click edit i have a modal window open up and thats the form there in the modal that iwant to submit ajax. Do i put my form script in the form page its self or do I

[jQuery] what is the correct way to test 'display' value in jQuery?

2009-06-17 Thread Jake Barnes
This code works, but it seems inelegant: if ($(#subnav-1)[0].style.display == block) $(#subnav-1) [0].style.display = none; This seems to violate The One True jQuery Way: [0] I assume I'm not suppose to do that. The each() method is more elegant, but it is more verbose:

[jQuery] Re: what is the correct way to test 'display' value in jQuery?

2009-06-17 Thread Charlie Griefer
On Wed, Jun 17, 2009 at 6:02 PM, Jake Barnes lawrence.krub...@gmail.comwrote: This code works, but it seems inelegant: if ($(#subnav-1)[0].style.display == block) $(#subnav-1) [0].style.display = none; This seems to violate The One True jQuery Way: [0] I assume I'm not suppose to do

[jQuery] Re: Cluetip - Fixed position using dimensions of parent element NOT calling element

2009-06-17 Thread PapaBear
Problem resolved. Upon investigation the a tag seemed to have no dimensions (using firebug to investigate) so tried moving the cluetip to be triggered off the img tag instead. Tooltips now positioning correctly. Cheers James.

  1   2   >