[jQuery] load() not loading my dynamic page

2009-02-05 Thread Code Daemon
When I use load(), it works fine for static pages but doesn't seem to work for my dynamic page. This is what I'm doing: $('#mydiv').load('my/page'); FireBug shows that the response is coming back just as it should. Any thoughts?

[jQuery] Re: load() not loading my dynamic page

2009-02-05 Thread Dean Barker
look at onLoad() http://www.frameJockey.co.uk www.frameJockey.co.uk i...@framejockey.co.uk framejoc...@gmail.com framejoc...@yahoo.com [image: Google Talk:] framejoc...@gmail.com [image: Y! messenger:] frameJockey 2009/2/5 Code Daemon ryan.det...@gmail.com When I use load(), it works fine

[jQuery] Re: load() not loading my dynamic page

2009-02-05 Thread Code Daemon
But $('#mydiv').load('my/page.html');works just fine. On Feb 5, 12:16 am, Dean Barker framejoc...@googlemail.com wrote: look at onLoad()  http://www.frameJockey.co.uk www.frameJockey.co.uk i...@framejockey.co.uk framejoc...@gmail.com framejoc...@yahoo.com  [image: Google Talk:]

[jQuery] Re: [validator] custom rule with additional params

2009-02-05 Thread Jörn Zaefferer
Looks like you didn't pass along proper JavaScript, try this: input id=WBC_I type=text size=6 validate=range_exp:[ 1, 999, 'ND' ] value= name=WBC_I/ Note the quotes around ND. If that isn't it, please provide a testpage. Jörn On Thu, Feb 5, 2009 at 2:21 AM, yongbin superma...@gmail.com

[jQuery] [jquery ui tabs]

2009-02-05 Thread Code Daemon
I have two sets of tabs in my page and I want them to look entirely different. Is this possible?

[jQuery] Re: selector finds element but changing css has no effect?

2009-02-05 Thread Olaf Bosch
pantagruel schrieb: try this: My code is the following fragment: var currentelement = jQuery(# + activecolid); var selectedcontent = jQuery(# + activecolid).find (div.contentdisplay).css({border: 10px solid #699000}); alert(currentelement.html()); alert(selectedcontent.html()); --

[jQuery] reinitiating SuperFish

2009-02-05 Thread Christian Jul
Hi, I am looking for a way to change the state of a superfish dynamically. The thing is I am reloading some content by ajax and want to update the menu to fit the contents. Is there an API for this, or can I change some classes and reload the superfish menu? I've tried different approaches, but

[jQuery] Re: alignment IN IE6 ... with jquery..

2009-02-05 Thread Stephan Veigl
Hi, can you post your code (e.g. at jsbin.com) or give us a link to it. Being standard compliant is always a good idea :-) by(e) Stephan 2009/2/5 shyhockey...@gmail.com shyhockey...@gmail.com: Hi, ok currently I just looked at my website using IE6 and IE7. I notice the pages I used

[jQuery] $.browser and jQuery 1.3

2009-02-05 Thread Liam Potter
Why is this deprecated in 1.3? I use a script using this, to add the browser name and version to the body tag so I can apply css to those browsers without hacks. Is there another way of doing this now, as I can't figure out how I would do this with $.support. - Liam

[jQuery] Re: $.browser and jQuery 1.3

2009-02-05 Thread Mauricio (Maujor) Samy Silva
Liam, Quoting the documentation: It's important to note that jQuery.browser is still in jQuery - and will be for the foreseeable future (too many plugins and pieces of code depend on it). Read the full section at: http://docs.jquery.com/Release:jQuery_1.3#No_More_Browser_Sniffing Maurício

[jQuery] Re: $.browser and jQuery 1.3

2009-02-05 Thread Liam Potter
I know it still works in 1.3, just wondering why we are advised not to use it. Mauricio (Maujor) Samy Silva wrote: Liam, Quoting the documentation: It's important to note that jQuery.browser is still in jQuery - and will be for the foreseeable future (too many plugins and pieces of code

[jQuery] VideoJug slider

2009-02-05 Thread Shaun Culver
How do I replicate the mouseover effect for the video gallery on VideoJug (http://www.videojug.com)? Thank you.

[jQuery] Re: [validate] Plugin Question

2009-02-05 Thread Leonardo K
http://docs.jquery.com/Plugins/Validation/Methods/required#dependency-expression On Thu, Feb 5, 2009 at 00:52, Chris cpot...@siolon.com wrote: On my site http://www.chris-gwen.com/ I use the plugin on the RSVP tab. If you click the Accept radio button you get a dropdown. How can I then set

[jQuery] Having problems getting index() and closest() to work

2009-02-05 Thread paulswansea
Hi, I have a page with multiple tables, and need to get the index value of a cell with a price which i click on, so i can extract the relevent quantity within the row above, i've tried using the index() function but to no avail! also, I wish to extract the content of the previous h2 header, i'm

[jQuery] Re: $.browser and jQuery 1.3

2009-02-05 Thread Klaus Hartl
I know it still works in 1.3, just wondering why we are advised not to use it. Because feature detection is much more future proof and stable than browser sniffing. With browser sniffing you simply make wrong assumptions. CSS may be a different beast, although I've never had the need for an

[jQuery] Re: Dynamic url in ajax call based on select value

2009-02-05 Thread Agile Consulting
This is the nice one

[jQuery] Hover in a loaded page stopped working??

2009-02-05 Thread 123gotoandplay
Hi all, I am stuck with this in a page showContent.php i have code$(document).ready(function() { $(table#test tr.edit).hover(function(){$(this).addClass (hover);},function(){$(this).removeClass(hover);}); });/code and this works in showContent.php. Just a simple grey background color

[jQuery] Total newbie to jcarousel, where do I begin?

2009-02-05 Thread beetlejuice
Hi, I need some help setting up a simple jcarousel query. I've downloaded the files from sorgalla.com. I've looked at the installation files but can't the carousel to load. I've created the following scripts before /head script type=text/javascript src=/carousel/jquery-1.2.3.pack.js/ script

[jQuery] jquery + firefox + css(border, 1px solid black) = bug?

2009-02-05 Thread reyn
Hi all, I'm not sure if this is the correct place to post this. Anyway, I had question regarding the css function. When I use the css function to set the border of a table (border- collapsed) row in firefox from no border to any border, nothing happens. However, it works fine in Safari and

[jQuery] Need help with validation plugin!

2009-02-05 Thread aze
Hello, I'm referring to this problem as I also got the same too, the form seem to submit although there is invalid field http://groups.google.com/group/jquery-en/browse_thread/thread/548c5ef899a93e5c/9c1ac52dc85a0955?lnk=gstq=invalidhandler#9c1ac52dc85a0955 Need help! thanks a lot.

[jQuery] timescales - autocomplete and datepicker

2009-02-05 Thread chrispanda
Hi everyone, I understand that autocomplete has been pulled out of the latest release, and that the datepicker no longer has the range functionality it used to have (ie you can no longer select the start and finish date on the same datepicker) I have an app that uses both these functions - so

[jQuery] Can i use selector to reach slice in jQuery 1.3?

2009-02-05 Thread Jackal
I remember i can use the statement jQuery('.button:eq(1):lt(3)'); in jQuery 1.2.6. example: html body a href=# class=buttonbutton1/a a href=# class=buttonbutton2/a a href=# class=buttonbutton3/a a href=# class=buttonbutton4/a a href=# class=buttonbutton5/a /body html It returned

[jQuery] Can i use selector to reach slice in jQuery 1.3?

2009-02-05 Thread Jackal
I remember i can use the statement jQuery('.button:eq(1):lt(3)'); in jQuery 1.2.6. example: html body a href=# class=buttonbutton1/a a href=# class=buttonbutton2/a a href=# class=buttonbutton3/a a href=# class=buttonbutton4/a a href=# class=buttonbutton5/a /body html It returned

[jQuery] Can i use selector to reach slice in jQuery 1.3?

2009-02-05 Thread Jackal
I remember i can use the statement jQuery('.button:eq(1):lt(3)'); in jQuery 1.2.6. example: html body a href=# class=buttonbutton1/a a href=# class=buttonbutton2/a a href=# class=buttonbutton3/a a href=# class=buttonbutton4/a a href=# class=buttonbutton5/a /body html It returned

[jQuery] Get trained in QTP 9.2 only from a Software Testing Company

2009-02-05 Thread rithi
Get trained in QTP 9.2 only from a Software Testing Company Softsmith Infotech is an independent third party testing services organisation having operations in Bangalore, Chennai USA. The company's clientele include some of the best names such as Accenture, HCL, Infosys, Hexaware, Wipro, Satyam,

[jQuery] Attr(name)

2009-02-05 Thread obiwanknothe
I have created a form that has multiple input tags (6 to 8) and I am using the alt attribute of the of the input tag to to retrieve information with this method var current = $(input).attr(alt);. While this works on the first index of the input tag it does not help if the input fields are chosen

[jQuery] Re: Attr(name)

2009-02-05 Thread Liam Potter
var current = $(input:focus).attr(alt); obiwanknothe wrote: I have created a form that has multiple input tags (6 to 8) and I am using the alt attribute of the of the input tag to to retrieve information with this method var current = $(input).attr(alt);. While this works on the first

[jQuery] Accessing object tag by id

2009-02-05 Thread Olaf Gleba
Hi. Couldn't find any appropriate answer: How do i point to a object tag by ID ? Example: object id=flashsitemap data=xxxn.swf param name=wmode value=transparent/ /object $('#flashsitemap').event(function() { ... }); This assumed syntax does not work obviously. But. If i have an embed

[jQuery] Re: stilted animation in all browsers except Chrome Opera

2009-02-05 Thread Barney
Am very interested in other errors — that's not a conversation killer! Not able to replicate error — although IE reaching past the front end to screw things up hardly surprises me ;) this is probably down to a very lazy system I have which parses a flickr.com RSS feed whenever the php is called.

[jQuery] Re: clueTip - can you parse out heading when reading from external file?

2009-02-05 Thread EricFettman
Too obvious! Thanks, Karl. On Feb 3, 3:40 pm, Karl Swedberg k...@englishrules.com wrote: Hi Eric, If you get rid of the splitTitle option, the plugin will just use the   title attribute of #popup1 for the clueTip title, by default. You can   also set it to a different attribute with the

[jQuery] treeview custom icon

2009-02-05 Thread viklund_anders
Hi I would like to have a custom icon for one specific entry in the tree, is this possible? Thanks!

[jQuery] Re: $.browser and jQuery 1.3

2009-02-05 Thread Liam Potter
I'm doing this because every now and then safari seems to have a spasm with something, and the css hacks for safari are shoddy at best. Klaus Hartl wrote: I know it still works in 1.3, just wondering why we are advised not to use it. Because feature detection is much more future proof

[jQuery] Re: Metadata and firefox 3.1beta2

2009-02-05 Thread maxbnet
if someone is interested https://bugzilla.mozilla.org/show_bug.cgi?id=476809

[jQuery] Re: treeview custom icon

2009-02-05 Thread Mohd.Tareq
Yes it is possible . suppose u have a tree [ A ] Branches are [ B,C,D ] then if u wana add icon on B branch , then give a id of B branch div $('#Bid').prepend('img src=... /'); hope this will help u. regards Ragx. On Thu, Feb 5, 2009 at 6:52 PM, viklund_anders viklund_and...@hotmail.comwrote:

[jQuery] Re: Attr(name)

2009-02-05 Thread Mohd.Tareq
Hi Liam Potter, Yeah u have to pass dynamic id for those input field then u have to pass those id on ur events hope this will help u :) If ur not using dynamic id then obviously it will get first input only b'coz its taking that on top of ur input fields . regards Ragx On Thu, Feb 5, 2009 at

[jQuery] Re: Hover in a loaded page stopped working??

2009-02-05 Thread Rick Faircloth
Sounds like a problem or the plug-in LiveQuery... Check it out here: http://brandonaaron.net/blog/2007/08/19/new-plugin-live-query hth, Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of 123gotoandplay Sent: Thursday,

[jQuery] Re: timescales - autocomplete and datepicker

2009-02-05 Thread Jörn Zaefferer
Take a look at this update of Filament's Group daterangepicker: http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework Jörn On Thu, Feb 5, 2009 at 12:27 PM, chrispanda rubythi...@googlemail.com wrote: Hi everyone, I understand that autocomplete has

[jQuery] Re: BlockUI: multiple blocks

2009-02-05 Thread Jason
Hi Mike, Thanks for the help. The multiple calls to blockUI do work fine, but I can't get the page-wide block to not show a message. I'm using external CSS to define the overlays: $.blockUI.defaults.overlayCSS = {}; $.blockUI.defaults.css = {}; And I'm trying to pass no message or css to

[jQuery] Re: BlockUI: multiple blocks

2009-02-05 Thread Jason
Was actually able to figure this out. I needed to pass in a blank string for the message, then my css would get applied to the message, so all I had to do was manually move it offsreen: $.blockUI( {message:' ', css: { left: '-1000px'} , overlayCss: {opacity: '0'} } ); Thanks again, Jason On

[jQuery] Re: Hover in a loaded page stopped working??

2009-02-05 Thread jQuery Lover
$(#content).load(showContent.php, UI()); You are calling UI() function. Omit the () for callback... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 2:05 PM, 123gotoandplay wesweatyous...@gmail.com wrote: Hi all, I am stuck with this in a page

[jQuery] Re: dynamically building the for attribute

2009-02-05 Thread Liam Potter
try this $(label).each(function (i) { $(this).attr({ id: 'div' + ++i }) }); paulinstl wrote: I have a series of labels and checkboxes. The checkboxes' IDs are generated on the fly, so I have no way of knowing the id at the server (without a lot of heavy lifting). I'd like to do

[jQuery] Re: load() not loading my dynamic page

2009-02-05 Thread eagleon
I've been experiencing the same thing! I hop we can figure out a workaround... This also applies to the $(document).ready() event... does not work on dynamic pages. On Feb 5, 3:21 am, Code Daemon ryan.det...@gmail.com wrote: But $('#mydiv').load('my/page.html');    works just fine. On

[jQuery] jQuery query string implementation

2009-02-05 Thread Matt Gardner
John and crew, was curious for your opinion related to storing query string variables in an array (and perhaps expanding to capture key/value pairs beyond the # as well). Something worthwhile to have in the core?

[jQuery] Re: dynamically building the for attribute

2009-02-05 Thread jQuery Lover
Do this: $('label').each(function(i){ $(this).attr('for', i).prev().attr('id', i); }); Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:25 PM, paulinstl paulsha...@gmail.com wrote: I have a series of labels and checkboxes. The checkboxes'

[jQuery] dynamically building the for attribute

2009-02-05 Thread paulinstl
I have a series of labels and checkboxes. The checkboxes' IDs are generated on the fly, so I have no way of knowing the id at the server (without a lot of heavy lifting). I'd like to do this in jquery... here's what I have so far HTML input id=Checkbox1 type=checkbox value=x /labelsomething/

[jQuery] Re: jQuery query string implementation

2009-02-05 Thread jQuery Lover
Agree, that would be something useful... but it's better to have it as a plugin, since you don't need it for the most of the time... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:44 PM, Matt Gardner lo...@newmethods.org wrote: John and crew,

[jQuery] Re: load() not loading my dynamic page

2009-02-05 Thread jQuery Lover
Maybe it's related to wrong content type being sent by your server !!! Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Feb 5, 2009 at 7:42 PM, eagleon antonypei...@gmail.com wrote: I've been experiencing the same thing! I hop we can figure out a workaround...

[jQuery] Re: Can i use selector to reach slice in jQuery 1.3?

2009-02-05 Thread Stephan Veigl
Hi that selector works just as it should. If you get other results in JQuery 1.2.6, then there was a bug in 1.2.6. What you ask for is: 1. give me every element of class = button {'.button'} == button1,...5 2. give me the element with index 1 = second element {:eq(1)} == button2 3. give me

[jQuery] Re: treeview custom icon

2009-02-05 Thread jQuery Lover
I thinks the plugin already added the image, so you have to replace it. As far as I can remember treeview adds icons using CSS so you should give to the entry a specific id/class and specify a new icon in your CSS file... Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On

[jQuery] Re: dynamically building the for attribute

2009-02-05 Thread Mauricio (Maujor) Samy Silva
$('#my-form label').each(function() { var checkboxId = $(this).prev(':checkbox').attr('id') $(this).attr('for', checkboxId) Maurício -Mensagem Original- De: paulinstl paulsha...@gmail.com Para: jQuery (English) jquery-en@googlegroups.com Enviada em: quinta-feira, 5 de

[jQuery] Re: Superfish - side-by-side menu items

2009-02-05 Thread the.burning....@gmail.com
Ok, so I have determined part of the problem. Superfish IS rendering the second UL - it's just rendering it directly under the first. Here is how I've got the menu coded right now: ul class=sf-menu li a href=#Top Nav Item/a ul liSub Nav 1/li /ul ul lispanSub

[jQuery] autocomplete and json

2009-02-05 Thread zendog74
What is the status of using remote JSON with jquery.autocomplete? I saw a couple of threads in the group about it, but they are patchworky and hard to follow. I did not see anything about using JSON on the autocomplete jquery plugin site. Is using remote JSON supported or do I have to modify

[jQuery] How to access a field in a form

2009-02-05 Thread bob
Hi, What is the best way to access a field in a form when I already have an jQuery object referencing form. function myFunction(formName, fieldName){ var formjQueryObject = jQuery('#'+formName); var formField = jQuery(#+formName+ [name=' + fieldName + ']); or can I somehow

[jQuery] Re: How to access a field in a form

2009-02-05 Thread MorningZ
Use the context parameter of the selector $(input, formjQueryObject) On Feb 5, 10:42 am, bob xoxeo...@gmail.com wrote: Hi, What is the best way to access a field in a form when I already have an jQuery object referencing form. function myFunction(formName, fieldName){         var

[jQuery] Re: changing value of hidden input

2009-02-05 Thread Michael
I finally figured it out. For the record... JS Data: var accounts = [ { name: Account One, id: 0001 }, { name: Account Two, id: 0002 }, { name: Account Three, id: 0003 }, { name: Account Four, id: 0004 }, {

[jQuery] ajax style form, how to pass the php $_FILE variable?

2009-02-05 Thread david.0pl...@gmail.com
Disclaimer: I know there are plugins for this but I'm trying to learn to do things myself before using other people solutions! I have a nice form that send data like this: var nome = $(#nome).attr(value); var hyperlink = $(#hyperlink).attr(value); var gruppi = $(#gruppi).attr(value); var data_f

[jQuery] Re: How to synchronize callback events

2009-02-05 Thread Beres Botond
Ideal solution would be with some custom callback for the append, or something similar... but can't think of an exact solution like that right now. Another solution, which although not ideal, it is simple and *could* work quite well, is calling the ADD_DHTML function with a setTimeout.

[jQuery] Re: dynamically building the for attribute

2009-02-05 Thread paulinstl
Mauricio, This was exactly what I needed... I modified it a bit (:checkbox to input:checkbox) and closed out the function. $('#searchresults div label').each(function() { var checkboxId = $ (this).prev('input:checkbox').attr('id'); $(this).attr('for', checkboxId) }); On Feb 5, 8:52 am,

[jQuery] Re: Dealing with Date Comparison

2009-02-05 Thread Bob O
Thank you everyone for the responses bjorsq your solution worked out great. Thank you for the help. On Feb 4, 5:39 pm, bjorsq p...@bjorsq.net wrote: To do this in JavaScript, you need to extract the text representation of the date you have in the div, parse it, and set up a new JavaScript

[jQuery] Deep $.extend() doesn't work with Date objects

2009-02-05 Thread Tin
Hi guys, I'm trying to create a deep copy of an object with $.extend(true, {}, obj), but I've noticed that all of the dates get copied as a simple Object with no properties. Here's a sample code that demonstrates it: var clone = $.extend(true, {}, {myDate:new Date()}); // clone.myDate returns

[jQuery] Chain Select + Add form elements dynamically

2009-02-05 Thread Mahmoud M. Abdel-Fattah
Hello, I'm using this simple chained combobox http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/ but I want to use it with this : http://mohdshaiful.wordpress.com/2007/05/31/form-elements-generation-using-jquery/ so, when the user click add more, it appears a new changed

[jQuery] Cycle Help, please - can't get working

2009-02-05 Thread Wendy
I've gone through everything I can find with no success in getting this to run (and tried many functions, and copied/pasted code from working examples) so I'm sure it's something dumb on my part, but I sure could use someone pointing it out to me! Example page:

[jQuery] jquery and https irregularities

2009-02-05 Thread blue_nodule
We've made use of jquery on one of our clients' sites. This week we've made it an https site. Since the move to https we've experienced a problem whereby some of the methods are just not doing what they should? Any ideas? I'm at my wits end.

[jQuery] Cycle Help, please - can't get working

2009-02-05 Thread Wendy
[sorry if this is a re-post - msg doesn't seem to have made it through...] I have looked through everything I can find, and copied and pasted examples, and still can't get this to function. I don't care what the function is at this point - if someone can point out what I am missing, I would be

[jQuery] $('#xxx').html() changing xhtml to html

2009-02-05 Thread dantan
I am trying to parse the html out of a specific div to save it with php into a SQL-database. Working good so far. The html is valid xhtml, but html() makes br instead of br / and img.. instead of img./ Is there a workaround to get the xhtml?

[jQuery] Re: XML .text() ?

2009-02-05 Thread runnr
I am a jquery noobie and I am also facing the same issue. How do we get the entire xml structure as a text-based representation? I would highly appreciate a quick reply.. its urgent! Thanks in advance! On Jan 21, 12:15 pm, michaelr524 michaelr...@gmail.com wrote: Oh, I see.. Is there a way to

[jQuery] $('#xxx').html() changing xhtml to html

2009-02-05 Thread dantan
I am trying to parse the html out of a specific div to save it with php into a SQL-database. Working good so far. The html is valid xhtml, but html() makes br instead of br / and img.. instead of img./ Is there a workaround to get the xhtml?

[jQuery] batch operations

2009-02-05 Thread Batur Orkun
i want to do batch operations. and run a callback function. for example: run three jquery method after then run a callback function jQuery('#staff').load('add_1.php', {group: 'staff', dept:'all', typ:'A'}); jQuery('#staff').load('add_2.php', {group: 'staff', dept:'all', typ:'I'});

[jQuery] Re: Dealing with Date Comparison

2009-02-05 Thread Patrick Jarrett
There's also a jQuery plugin which already does this. Check out: http://timeago.yarp.com/ On Thu, Feb 5, 2009 at 11:36 AM, Bob O sngndn...@gmail.com wrote: Thank you everyone for the responses bjorsq your solution worked out great. Thank you for the help. On Feb 4, 5:39 pm, bjorsq

[jQuery] Re: dynamically building the for attribute

2009-02-05 Thread Mauricio (Maujor) Samy Silva
Hi Paul, $(':checkbox') matches all inputs elements whose type is checkbox. Inputs are implied in this selector, so you don't need modify it. :) Maurício -Mensagem Original- De: paulinstl paulsha...@gmail.com Para: jQuery (English) jquery-en@googlegroups.com Enviada em:

[jQuery] Re: Deep $.extend() doesn't work with Date objects

2009-02-05 Thread Stephan Veigl
Hi, this is because jQuery creates anonymous objects for the clones and copies the object properties. For the Date object there are no public properties, so only the empty object hull is created. But you are right, not copying Dates correctly is a bit strange. If you disable the copy deep flag,

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-05 Thread Nicolas R
I've been working on this for a while today. I added the functionality Cliff requested, works like a charm. So now you can get all your data via xml or json or whatever, create a nested list and then call the finder function on that list to create a finder. I haven't uploaded this yet, I will

[jQuery] Re: $('#xxx').html() changing xhtml to html

2009-02-05 Thread Stephan Veigl
Hi, you could use RegExp to replace br with br/ and img .. with img ... /, but tis ir really just a workaround since you would need a single RegExp for every non closed tag in HTML. by(e) Stephan 2009/2/5 dantan hattin...@gmail.com: I am trying to parse the html out of a specific div to save

[jQuery] Re: $('#xxx').html() changing xhtml to html

2009-02-05 Thread Liam Potter
I am trying to parse the html out of a specific div to save it with php into a SQL-database. why do you need jQuery for this? are you doing it through an ajax post or something? dantan wrote: I am trying to parse the html out of a specific div to save it with php into a SQL-database. Working

[jQuery] Re: load() not loading my dynamic page

2009-02-05 Thread photogeek
Beginner question but what is the difference between that .html page and the page that you are trying to load? Thanks Photogeek On Feb 5, 8:56 am, jQuery Lover ilovejqu...@gmail.com wrote: Maybe it's related to wrong content type being sent by your server !!! Read jQuery HowTo

[jQuery] Re: CLick event for Select Box not supported by IE

2009-02-05 Thread James
I see. Yeah, select elements doesn't work like that. Though I found that click can work that way if you give the select element with a size attribute: select class=actions size=4 So if you re-click a selected element, it'll fire. Does this option fit with your design? On Feb 4, 6:01 pm, Pedram

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-05 Thread David Meiser
Rick, I've got a project that I used jTemplates on. They're nice because you use standard HTML to template with and just wrap your JSON items in braces. For me, at least, it took a bunch of javascript strings (some upwards of 1000 characters) and replaced them with a straightforward block of

[jQuery] [validate] logical AND check

2009-02-05 Thread Finky
I need to require a filed when both radio buttons in a group aren't checked. How would I go about doing it? For example: radioButton1 = unchecked radioButton2 = unchecked = field REQUIRED radioButton1 = checked radioButton2 = unchecked = field not required radioButton1 = unchecked

[jQuery] Writing Ajax to table cells.

2009-02-05 Thread Tim Johnson
FYI: I am an experienced web programmer (server-side mostly) with some exposure to javascript and have used ajax calls and dhtml methods a little. Furthermore - I do not _yet_ use jquery. This question is to - some extent - being asked of behalf of a web designer who himself is not on this ML.

[jQuery] Cycle Plugin - content is blank in Internet Explorer

2009-02-05 Thread rmurdoch
Hi, I am encountering an error where all of the content is blank using the cycle plugin on this page: http://testing.kuranda.com/catalog/poly_resin_bed2.php?breed=7-1 in IE 6 and 7. It works fine in FF, Safari, etc. When I remove 3 of the 4 scrolling content divs, the content appears in IE. But

[jQuery] Re: Cycle Help, please - can't get working

2009-02-05 Thread rmurdoch
Quickly looking at your test page, Firebug ( an addon for Mozilla Firefox that can give you good info on JS errors ) is throwing an error saying your cycle all .js file has an illegal character on line 1. Maybe try downloading the script again to cure that error. On Feb 5, 11:25 am, Wendy

[jQuery] Re: Cycle Plugin - content is blank in Internet Explorer

2009-02-05 Thread Mike Alsup
Hi, I am encountering an error where all of the content is blank using the cycle plugin on this page:http://testing.kuranda.com/catalog/poly_resin_bed2.php?breed=7-1in IE 6 and 7. It works fine in FF, Safari, etc. When I remove 3 of the 4 scrolling content divs, the content appears in IE.

[jQuery] Re: Having problems getting index() and closest() to work

2009-02-05 Thread ksun
I am not sure of the functions you have used, 'index' and 'closest', I have not seen them, atleast it is not part of the cheat sheet I use. ok, the following code could solve your problem, //1) get the quantity above the price that is clicked var tableDom = $(this).parents('table')[0]; var

[jQuery] Re: BlockUI: multiple blocks

2009-02-05 Thread Mike Alsup
Was actually able to figure this out. I needed to pass in a blank string for the message, then my css would get applied to the message, so all I had to do was manually move it offsreen:     $.blockUI( {message:' ', css: { left: '-1000px'} , overlayCss: {opacity: '0'} } ); Thanks again,

[jQuery] Re: logical AND check

2009-02-05 Thread MorningZ
You using a plugin like Validate or just a general how do I? question

[jQuery] Re: Writing Ajax to table cells.

2009-02-05 Thread David Meiser
I'm not 100% sure what you're trying to accomplish, but you can output anywhere on the page using a distinct element name. I have code in which I attach tables generated in jquery to DIVs, for example. And I'm certain you could go the opposite way, as well. Hope that helps, somewhat. On Thu,

[jQuery] Re: Cycle Help, please - can't get working

2009-02-05 Thread Wendy
Thanks very much for having a look. I just found when I redownloaded it that I hadn't linked the original Cycle js file correctly. That dumb error taken care of, it's working just as it should now. Like a million other people, I can't believe I spent so much time trying to fix this, when I should

[jQuery] Re: logical AND check

2009-02-05 Thread Jörn Zaefferer
The [validate] indicates that the message is about the validation plugin. I'm asking to put that into the subject on the plugin page. To the question, try this: required: function() { return $(#radioButton1:unchecked).length $(#radioButton2:unchecked).length; } Jörn On Thu, Feb 5, 2009 at

[jQuery] Optimize large DOM inserts

2009-02-05 Thread James
I need tips on optimizing a large DOM insert to lessen the freeze on the browser. Scenario: I receive a large amount of JSON 'data' through AJAX from a database (sorted the way I want viewed), and loop through them to add to a JS string, and insert that chunk of string into a tbody of a table.

[jQuery] Referencing AJAX Loaded Content

2009-02-05 Thread nick
Hello world, I've managed to load a simple HTML file using the .load function. I'm trying to traverse between the multiple pages using forward and back buttons. Right now, I have the click function of the AJAX loaded page inside of the load function, but that is messy and runs into problems. Is

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-05 Thread Rick Faircloth
Thanks for the tip, David! I'll have a look at jTemplates. Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of David Meiser Sent: Thursday, February 05, 2009 12:52 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Turning JSON-formatted AJAX

[jQuery] Re: ajax style form, how to pass the php $_FILE variable?

2009-02-05 Thread James
You cannot upload files via conventional AJAX (XMLHttpRequest). There are several around it, most commonly to do a normal submit of the upload form to a hidden iframe. There are many articles around on that if you do a search. On Feb 5, 5:58 am, david.0pl...@gmail.com david.0pl...@gmail.com

[jQuery] Re: Writing Ajax to table cells.

2009-02-05 Thread Tim Johnson
On Thursday 05 February 2009, David Meiser wrote: I'm not 100% sure what you're trying to accomplish, but you can output anywhere on the page using a distinct element name. I have code in which I attach tables generated in jquery to DIVs, for example. And I'm certain you could go the

[jQuery] Map navigation

2009-02-05 Thread ebru...@gmail.com
Hello, I am working on a map just like mmog games have like travian etc. The map has 4 navigation buttons nord east south west. If someone presses on it it loads the page again, i just want the map to move. Is there some kind of plugin or a other simple way to fix this? Erwin

[jQuery] converting my codes to JQuery

2009-02-05 Thread efet
I use ajax suggest at my website with the following codes. I tried converting them to JQuery after reading few tutorials. I get showHint () is not defned error. What is wrong where? Basically, I submit to test.asp?Process=CheckCustomer then I get results as xxx, xxx2, xxx3... function

[jQuery] list traversing

2009-02-05 Thread amazz...@gmail.com
Hi, I'm trying to traverse a list that has some sub-lists nested, i.e. ul liList Item1/li liList Item2 ul liSub Item1/li liSub Item2/li /ul /li /ul I'm trying to grab the text of List Item2, but without the text of the sublist items. Right now

[jQuery] Re: [validate] Plugin Question

2009-02-05 Thread Chris
On Feb 5, 6:09 am, Leonardo K leo...@gmail.com wrote: http://docs.jquery.com/Plugins/Validation/Methods/required#dependency... Ok, here's my markup and my attempt to do the conditional validation, but it obviously doesn't work. I only want the select (#select) to be required if the radio

[jQuery] Re: Having problems getting index() and closest() to work

2009-02-05 Thread Ricardo Tomasi
duplicate: http://groups.google.com/group/jquery-en/browse_thread/thread/1b8e73583661fa52/ec7d0d275d484f66?hl=en#ec7d0d275d484f66 On Feb 5, 9:19 am, paulswansea sendtoswan...@hotmail.com wrote: Hi, I have a page with multiple tables, and need to get the index value of a cell with a price

[jQuery] Re: How can I extract the index of an item based within a table?

2009-02-05 Thread Ricardo Tomasi
Correction: you actually need the children collection to work out the index: var index = $(this).parent('tr').children().index(this); On Feb 5, 5:01 am, Ricardo Tomasi ricardob...@gmail.com wrote: var index = $(this).parent('tr').index(this); var quantity = $('.price_table

[jQuery] Re: Superfish - Entire menu flickers on hover

2009-02-05 Thread TimA
I've not had any luck troubleshooting this problem. If the flicker were restricted to only teh item being hovered on, I'd probably just let it go, but the entire meny disappearing is to much. any thoughts? -Tim

  1   2   >