[jQuery] Re: jqModal + validate + blockui plugins

2008-12-17 Thread Jörn Zaefferer
Could you provide a testpage? Jörn On Wed, Dec 17, 2008 at 2:30 AM, Bhavin bhavin.sangh...@gmail.com wrote: Hi, I am trying to implement validate plugin in jqModal. I tried validate () method in onshow, onload method but it is not working. Can anyone confirm whether it is supporting? I

[jQuery] Re: Opening a popup question

2008-12-17 Thread Kean
var img_name = $('#bigimage_id_'.her_id).attr(src); I call attention to this '#bigimage_id_'.her_id Are you concatenating or what? Use + probably will solve the problem.

[jQuery] Re: Trigger same function from 2 different events

2008-12-17 Thread Kean
Try this I assume you used the word trigger NOT in a jQuery sense http://docs.jquery.com/Events/trigger#typedata jQuery(function($){ //document load/ready myHandler(); $('#button').click(myHandler); }); This code runs myHandler on document load. The code runs myHandler when #button is

[jQuery] Re: problem with dynamically setting attributes in IE7

2008-12-17 Thread Kean
Some questions I have 1. Did you use a debugger to assure that the attr is set in IE7 on the first place. 2. Provide some examples? 3. Did you use standard attributes? On Dec 15, 5:06 pm, RandyJohnson ra...@srpropertiesllc.net wrote: I have a jQuery routine that adds attributes to elements

[jQuery] Re: libraries

2008-12-17 Thread Kean
jQuery's API is intuitive by nature, you should learn by heart. On Dec 16, 5:41 pm, Ricardo Tomasi ricardob...@gmail.com wrote: Ah now I see what you mean. You can download the extensions for Dreamweaver or IntelliSense

[jQuery] Re: Superfish: post the license, please

2008-12-17 Thread Joel Birch
No problem. If you view that page again you should see this information added to the end of the plugin description. Hope this is sufficient. Thanks for the suggestion. Joel Birch.

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Andy Matthews
You could use this base64 library to check an encrypted password: http://www.webtoolkit.info/javascript-base64.html Any login done solely with client side code is going to be inherently insecure. If that's part of your requirement, then you'll just have to work around it. andy -Original

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread Rick Faircloth
Yes, interesting... And while I could agree with Jeff's assertion that web apps shouldn't necessarily mimic desktop apps too closely, causing confused expectations based on prior experience, the interface through which we access those web apps might do well to bring some familiarity from the

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
I need to replace the contents of #foo. I would love to use CSS, and if I were starting anew that would be the case, but unfortunately I am working on an existing application converting the plain-jane JS to jQuery. I'm simply trying to replace existing functionality WITHOUT affecting the HTML

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
Don't worry with your english, I'm not a native. So you want to know how to make json request ? Do you still have a question, or do you want just to discuss stuffs ? On Wed, Dec 17, 2008 at 5:21 PM, Dirceu Barquette dirceu.barque...@gmail.com wrote: The initial question was just about

[jQuery] Re: libraries

2008-12-17 Thread Dirceu Barquette
I think the thread just ended. :D If you have some time, download and comment my plugins: http://jqtreevial.sourceforge.net And: http;//isabeladraw.sourceforge.net (official versioning) http://calango.barquettenet.net/~dirceu/isabela_draw/jquery.isabela_draw(nightly version) Thank you very

[jQuery] Re: libraries

2008-12-17 Thread Dirceu Barquette
OH!! I've forgotten the magic word: please :-) 2008/12/17 Dirceu Barquette dirceu.barque...@gmail.com I think the thread just ended. :D If you have some time, download and comment my plugins: http://jqtreevial.sourceforge.net And: http;//isabeladraw.sourceforge.net (official versioning)

[jQuery] Re: Slide Toggle - Bug in Firefox?

2008-12-17 Thread theoga...@googlemail.com
An example page will be helpful. You might want to see if you have set wmode=transparent in your flash first. Thank you for your reply Kean! I added the param vmode as transparent in the HTML, it seems to make it worse :( it seems make it blink for a fraction of a second!! a

[jQuery] Make li list of unique json data?

2008-12-17 Thread alpha tester
Hi I'm just learning JQuery and while I've got my head around the general concepts, the real power of the logic it provides is still escaping me. I've got a page with a JSON dataset like this: var myData = { records : [ { CATEGORY : Sport, TITLE : The world of sport, LINK: http://test.com;

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread Hector Virgen
Or you could do this: var img = your image element wrapped in br /s $('#foo').html(img); -Hector On Wed, Dec 17, 2008 at 9:36 AM, brian bally.z...@gmail.com wrote: On Wed, Dec 17, 2008 at 11:13 AM, ken jqu...@kenman.net wrote: I need to replace the contents of #foo. I would love to

[jQuery] [validate] validation, only onblur

2008-12-17 Thread casavecchio
Hallo, is it possible to validate fields only onblur, also when it was validated before? Boris

[jQuery] Making an AJAX hide and show smoothly

2008-12-17 Thread flycast
I am getting some data on a FAQ page using $.post The problem is that when the server returns the data too fast (most of the time) the images barely gets time to display and the whole thing looks very choppy. What I want to do is have the image slideDown smoothly, display for a certain minimum

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 11:13 AM, ken jqu...@kenman.net wrote: I need to replace the contents of #foo. I would love to use CSS, and if I were starting anew that would be the case, but unfortunately I am working on an existing application converting the plain-jane JS to jQuery. I'm simply

[jQuery] Re: my test passes the first time, but fails the second time

2008-12-17 Thread Dave Methvin
1) Is $(#phrases).find(li) faster than $(#phrases li)? Nope, your way is better. I just copy-pasta'd that and didn't think about it. 2) Is there a way not to have to repeat the method that takes care of the rephrasing in the test suite? As you can see in the updated version

[jQuery] Re: libraries

2008-12-17 Thread Dirceu Barquette
- think your plugin is tied to specific ids on each node. This should not be necessary. I didn't understand this sentence... - the plugin is calling directly image to decorate the tree, I think it should be done via options. You are right. It will be done for the next version! (google : jquery

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 11:46 AM, sshefer shai.she...@gmail.com wrote: Hi, Im using the js-hotkeys plugin with a hover but am running into some issues. The below code runs well but, obviously, selects all of my position_info classes. I'd like to be able to specify $(this) so that the

[jQuery] Re: Get value from option... Internet Explorer 7

2008-12-17 Thread casavecchio
or try this $(document).ready( function() { $('select').change( function() { timecode = $(this).val(); }); }); On 17 Dez., 12:00, MacTommy macto...@spray.se wrote: Hi, I try to catch selected choice in my dropdown inside IE7. span id=prefix   select    

[jQuery] Re: missing ; before statement at DOCTYPE declaration

2008-12-17 Thread Ricardo Tomasi
Are you serving this page as application/xml+xhtml ? I believe the xml declaration at the top can cause parsing errors for some browsers. On Dec 17, 4:31 am, Technosis techno...@gmail.com wrote: I chose to use an xhtml strict doctype for an application I am working on. I'm getting the error on

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread sshefer
Hey Brian - Thanks for the response. I've tried that but get target.bind is not a function in Firebug. Any other ideas? On Dec 17, 1:05 pm, brian bally.z...@gmail.com wrote: On Wed, Dec 17, 2008 at 11:46 AM, sshefer shai.she...@gmail.com wrote: Hi, Im using the js-hotkeys plugin with a

[jQuery] Re: missing ; before statement at DOCTYPE declaration

2008-12-17 Thread Dirceu Barquette
Ricardo, I sow this error in my app. If an PHP message (e_warning, e_error) was sent by the server, it comes in a header and make the code unresponsive. Hope help you. 2008/12/17 Ricardo Tomasi ricardob...@gmail.com Are you serving this page as application/xml+xhtml ? I believe the xml

[jQuery] Superfish with bgiframe does not cover position:relative div in IE

2008-12-17 Thread Jamie Krug
Hi, I'm fairly new to jQuery and not a terribly strong JavaScript guy. I was excited to style up my own Superfish (http://users.tpg.com.au/ j_birch/plugins/superfish/) navigation menu, and it even looked good in IE! But my current design requires a div with a position:relative below the

[jQuery] Re: Relationship between thickbox and calling page...

2008-12-17 Thread Rick Faircloth
Thanks for the feedback. I'm not sure whether or not thickbox is using an iframe. Does it use one by default? Would this code utilize an iframe? Whether this code, which spawns a login dialogue, is run or not is based on a conditional statement checking a user's login status. I had been

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread AdrianMG
One more thing! Thanks you for your opinions I will try to improve my english and tutorials to give more info and better explanations to the readers. Bye! On Dec 17, 4:01 pm, AdrianMG yens...@gmail.com wrote: Hi guys, I don't understand some replies... I just want to say that the mistakes in

[jQuery] Re: Adding carousel to gallery help please

2008-12-17 Thread expat101
if i jump by clicking the thumb to the 6th image, i can then loop the rest On Dec 18, 1:55 am, expat101 nwn.webmas...@gmail.com wrote: Can someone help me with my gallery please why does it stop after the 5th image? all i get is a black/blank container?

[jQuery] Re: Make li list of unique json data?

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 9:49 AM, alpha tester david.oli...@rbs.co.uk wrote: Hi I'm just learning JQuery and while I've got my head around the general concepts, the real power of the logic it provides is still escaping me. I've got a page with a JSON dataset like this: var myData = {

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 1:16 PM, sshefer shai.she...@gmail.com wrote: Hey Brian - Thanks for the response. I've tried that but get target.bind is not a function in Firebug. Any other ideas? My bad. Try: var target = $(e.target);

[jQuery] Draggable to Grid Help?

2008-12-17 Thread ryanhavoc
Hi, I have a series of draggable elements within a containing element. I want the to drag on a grid but I want them all to snap to the same grid no all have their own individual snappings. Does anyone know how I can do this? Thanks

[jQuery] Clone and HTTPS

2008-12-17 Thread Mike
I am recieving an unsecure its on page error from an HTTPS page that looks fine with all hyperlinks. I narrowed it down to the jquery clone method, as it is cloning a hyperlink, but the href is https on their. Not sure why this would cause this but it is. Any fix for this?

[jQuery] Re: Adding carousel to gallery help please

2008-12-17 Thread expat101
how can i add jquery cycle to this?? http://malsup.com/jquery/cycle/download.html http://illusionz.x24hr.com/?q=content/welcome#undefined http://devkick.com/lab/galleria/ link href=galleria.css rel=stylesheet type=text/css media=screen script type=text/javascript src=jquery.js/script script

[jQuery] Re: Optimized Code

2008-12-17 Thread issya
Thank you for all of the great replies. I am going to implement some of this code now. As I mentioned before, It is always great to see how others would do something. Especially when I am newer to jQuery. On Dec 16, 8:40 am, Ricardo Tomasi ricardob...@gmail.com wrote: I'd write it like this:

[jQuery] desktop style apps with jquery

2008-12-17 Thread Andreas
This topic seems to be hot, with at least two posts about it on the group frontpage: http://groups.google.se/group/jquery-en/t/6ed2cd3c890b99c8 Creating an OS Web Interface in jQuery (Part I) http://groups.google.se/group/jquery-en/t/d7623b55dfb8270 Client side web application with jQuery And

[jQuery] Re: Clone and HTTPS

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 1:52 PM, Mike cblaz...@gmail.com wrote: I am recieving an unsecure its on page error from an HTTPS page that looks fine with all hyperlinks. I narrowed it down to the jquery clone method, as it is cloning a hyperlink, but the href is https on their. Not sure why

[jQuery] Re: Sorting php tables

2008-12-17 Thread GoJakie
Sorry to bother you guys. My issue is resolved. I forgot to add script type=text/javascript src=tablesorter.js/script

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread .net junkie
i i like you tutorial very much its a gr8 effort. keep it up. hope to see more soon :)

[jQuery] Re: jqModal + validate + blockui plugins

2008-12-17 Thread Bhavin
i have following js code: var qptarget = $('#qp div.jqmdMSG'); (#qpForm).validate(); $(#qp).jqm({ trigger:'a.qpTrigger', ajax:'@href', modal:true,

[jQuery] Re: HowTo: Trigger error callback in ajax request

2008-12-17 Thread Rob Wilkerson
On Dec 17, 9:57 am, MorningZ morni...@gmail.com wrote: Is it a non-200 status code I can't say it's 100% of the time, but in my code it seems to be the case Ding, ding, ding. Looks like that's it. In my PHP script, this is what I did to test... try { throw new Exception ( 'Something I

[jQuery] empty() textarea when hidden before not work. NEWBIE

2008-12-17 Thread tlob
Hi I like to empty() specific textareas. Works fine. Except the textareas, that are hidden before. http://www.vum.ch/thomas/post/1-3.html it works in Safari, but not in FF I have no clue why. cheers tl

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread sshefer
Thanks Brian but doesn't seem to work... What I am trying to do is create a quick preview effect like Mac Leopard 10.5 has - where pressing the spacebar while selecting something give you a quick preview of it. The way I thought I could do this is by the code above, where while I was hovered

[jQuery] Re: Font size in sifr plugin

2008-12-17 Thread A Wood
I am having the same problem. Got the sIfr to work but can't get the font size right. On Dec 15, 5:43 pm, flycast e...@janasnyder.com wrote: Yes. I have also copied the examples at the bottom of this page:http://jquery.thewikies.com/sifr/#description And they work except that the resulting

[jQuery] Re: Advance Cycle synchronize image thumnail pager

2008-12-17 Thread Mike Alsup
How can I use  'prevNextClick'  callback to be able to set the 'pageAnchorBuilder'  to enable highlight in the next batch item. I cant see the possibility to pass the 'pageAnchorBuilder' to the first item next batch. prevNextClick is a callback function. When it is invoked you can so

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread sshefer
Here is my current code: $('.position_info').hover( function(e) { var target = $(e.target); target.bind('keydown', 'space', function(){ target.children('strong').toggle(); }); }, function(e) {

[jQuery] Re: Question about UI Accordion - multiple triggers in nested lists

2008-12-17 Thread taykahike
P.S.; forgive some extraneous code and comments. Copied and revised quickly for this post. On Dec 17, 11:02 am, taykahike rcarr...@gmail.com wrote: Hello, Can anyone tell me if it's possible to have multiple triggers in nested lists using the jQuery UI Accordion? Also, is it configurable to

[jQuery] Re: Google Analytics breaks jQuery.

2008-12-17 Thread Kean
I think you have to publish some html to get more constructive responses On Dec 17, 7:31 am, simshaun simsh...@gmail.com wrote: Thanks for the tip. I already am canceling the link's default action however.  It is definitely the Google Analytics code on the page I'm injecting that's causing it

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Cam Spiers
Hey Leandro, These links might help.. Here is some stuff I just wrote up: HTML/JavaScript: http://pastebin.com/m5d3766dd PHP: http://pastebin.com/m3fb38f94 This link helped me: http://www.peej.co.uk/articles/http-auth-with-html-forms.html I just worked on it for a short time... Username:

[jQuery] Re: HowTo: Trigger error callback in ajax request

2008-12-17 Thread Andy Matthews
I think the problem is that you're expecting a different sort of error than what the AJAX call is expecting. That method only looks for an error in what it's trying to do. The server process is solely separated from the JS process. You could check for a string of error on success, then pass that

[jQuery] Re: Making an AJAX hide and show smoothly

2008-12-17 Thread Ricardo Tomasi
A clunky way of doing it but should work, the callback will take at least one second to execute after starting the request: // Ajax area $(ul.questionListlia).click(function(){ //Save the clicked a tag for later use var $this = $(this); //Check to see if there is already an answer for this

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
Aptana does a good job for auto completion. I you weant to learn the api for yourself, I think that visualjquery.com is excellent, I almost always have it open whilst developing. On Tue, Dec 16, 2008 at 8:22 PM, Dirceu Barquette dirceu.barque...@gmail.com wrote: Hi, I'd like to know,

[jQuery] Relationship between thickbox and calling page...

2008-12-17 Thread Rick Faircloth
I'm trying to understand the relationship between the page that spawns a thickbox and the code in the thickbox, itself. The question is: Can the jQuery code that is embedded in a thickbox affect the elements on the page that spawned the thickbox? For instance: (pseudo-code) callingpage.cfm

[jQuery] Re: [OT] Client side web application with jQuery

2008-12-17 Thread Cam Spiers
Oh and I would suggest you try it in Firefox as that is the only browser I tested in. On Thu, Dec 18, 2008 at 8:36 AM, Cam Spiers camspi...@gmail.com wrote: Hey Leandro, These links might help.. Here is some stuff I just wrote up: HTML/JavaScript: http://pastebin.com/m5d3766dd PHP:

[jQuery] HowTo: Trigger error callback in ajax request

2008-12-17 Thread Rob Wilkerson
I have an ajax request being sent to a PHP script. If that script captures an error, I'd like it to echo that error and return whatever it needs to return to trigger the error callback in my ajax call. I can't seem to find what that is. Is it a non-200 status code? Simply throwing an error

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
The problem with that approach is, why even use jQuery for that? Might as well use .innerHTML = ... I was hoping to develop a pattern that could be reused, so that the SRC, or wrapping elements (BR's in this example) can be programmatically set or modified. This approach does not facilitate that.

[jQuery] Re: What am I doing wrong here -- htmlTo?

2008-12-17 Thread ken
That's basically the form I've developed thus far: var img = jQuery( 'img/' ).attr( 'src', 'image.gif' ); jQuery( '#foo' ).html( img ).prepend( 'br/' ).append( 'br/' ); It just seems very inelegant contrasted with the 'normal' jQuery usage. On Wed, Dec 17, 2008 at 11:41

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread Alexandre Plennevaux
As a matter of fact, just had a good read exactly on this topic at the ever excellent Coding Horror blog: http://www.codinghorror.com/blog/archives/000869.html On Wed, Dec 17, 2008 at 4:30 PM, Rick Faircloth r...@whitestonemedia.com wrote: Yes, keep up the good work. I don't of anyone whose

[jQuery] Re: using cycle for website navigation, choppy in firefox

2008-12-17 Thread Mike Dodge
Great news, I was able to get the site online so I can show others and therefore get some help. Here is the URL: http://adc4web.adceval.com Any insight to why it is being jerky/choppy would be greatly appreciated. Thanks Mike On Tue, Dec 16, 2008 at 11:42 AM, Mike Alsup mal...@gmail.com wrote:

[jQuery] clueTip: set options on the fly for individual elements

2008-12-17 Thread jarlknu...@gmail.com
I've got a bunch of clueTips that show up onmouseover and I've got two issues that I'm hoping someone can help me with. 1. I would like to set the width of the clueTip dynamically for individual clueTips. Can this be done? 2. I would like to set the offset of the clueTip dynamically for

[jQuery] Basic help with elements and selectors

2008-12-17 Thread sshefer
Hi, Im using the js-hotkeys plugin with a hover but am running into some issues. The below code runs well but, obviously, selects all of my position_info classes. I'd like to be able to specify $(this) so that the effect is only applied to the element I am hover over. Am I going about this

[jQuery] Jquery Validation always not showing correct error message

2008-12-17 Thread kayode81un...@gmail.com
My Jquery validator refuses to show the correct error message but rather the default error message every time the validation fails. I am doing 3 things. First $.validator.addMethod(regexValidator0, function(value) { return /^\(?\b([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]

[jQuery] Adding carousel to gallery help please

2008-12-17 Thread expat101
Can someone help me with my gallery please why does it stop after the 5th image? all i get is a black/blank container? http://illusionz.x24hr.com/?q=content/welcome and how can i add a carousel to the gallery so it auto starts and loads the images?

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
quick comments: - think your plugin is tied to specific ids on each node. This should not be necessary. - the plugin is calling directly image to decorate the tree, I think it should be done via options. (google : jquery plugin pattern) actually the best is to use css clases for the different

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
Dirceu is this a different question ? in that case you should start a new thread with a different title also if you are using a tool for automatic translation, just mention it. I'm trying to understand what is your question. You are trying to create a client-side widget in a MVC framework, and

[jQuery] Re: JQ Modal IE6 and 7 issues

2008-12-17 Thread MorningZ
Try using the topTop Parameter $('#div1').jqm({ toTop: true }); On Dec 17, 9:16 am, jive01 jo...@zerooneproductions.net wrote: Not sure what is wrong... Works great in Firefox: http://www.zero1productions.com/inacronym/preview/profile.php (please click on the my people tab and then click

[jQuery] jQuery API in XML or JSON Format

2008-12-17 Thread James Hughes
Hello, I was wondering if anyone knew where I could get my hands on the 1.2.6 API documentation in either JSON or XML format (preferably XML)? I looked at the visualjquery website but for some reason the JSON payload when pasted into another page (var payload = { long object })

[jQuery] Re: HowTo: Trigger error callback in ajax request

2008-12-17 Thread MorningZ
Is it a non-200 status code I can't say it's 100% of the time, but in my code it seems to be the case this code: function reqJSON(url, params, success, error) { var CallParams = {}; CallParams.type = params.Method || POST; CallParams.url = url; CallParams.processData = true;

[jQuery] Question about UI Accordion - multiple triggers in nested lists

2008-12-17 Thread taykahike
Hello, Can anyone tell me if it's possible to have multiple triggers in nested lists using the jQuery UI Accordion? Also, is it configurable to open the accordion to the correct level dynamically based on the current page? Sample code below doesn't accomplish all of these things, so I'm hoping

[jQuery] keyup ajax responses in order

2008-12-17 Thread C. Feldmann
Hello, I have been using the .keyup to produce a result list, after the third letter in an input box. so something like this (this is off the top of my head, syntax error possible, but the real code works): $('.myInput').livequery('keyup', function() { if ( $('.myInput').val().length 2 ) {

[jQuery] Get value from option... Internet Explorer 7

2008-12-17 Thread MacTommy
Hi, I try to catch selected choice in my dropdown inside IE7. span id=prefix select option value=108:00 - 16:30nbsp;nbsp;(8:00h)/option option value=209:00 - 17:30nbsp;nbsp;(8:00h)/option /select /span In my jQuery-function I use this to set the value to my string timecode:

[jQuery] Re: libraries

2008-12-17 Thread Dirceu Barquette
Ok! Thanks to all!. But the right stuff I want is everything like this: http://tof2k.com/ext/formbuilder I want to build components for the view layer. People (me included) has been building widgets and plugins for topics apps. Most of them mixes among styles and logic to build it and force you

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Markus Peter
On 17.12.2008, at 11:47, Tom Hume wrote: There are efforts ongoing to put pressure on ISPs to either drop transcoding altogether, or at least configure it responsibly. I'd be interested in hearing any thoughts on technical solutions to this problem; would it, for instance, be reasonable and/or

[jQuery] AJAX and transforming proxies

2008-12-17 Thread Tom Hume
I have a general query around AJAX; apologies in advance if this isn't on-topic for the list, but I figured you guys are experts and would be a good place to start :) If there's a better place for me to post this, please do let me know. One of the issues we're battling with in the world of

[jQuery] Newbie Question with Hot Keys

2008-12-17 Thread sshefer
Hi, I've been having a bit of trouble with this bit of code and I was wondering what I am doing wrong in the chaining... I am using the js-hotkeys plugin to allow keypress events only while hovering over a specific class. However, I would like the effects only to be applied to it's id. How

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Tom Hume
Thanks Markus. If the header was respected, would you consider it an appropriate mechanism to avoid problems with these proxies? If so I guess I'm wondering whether it'd be prudent to start asking AJAX library authors to include it. We mobile web folks seem to be seeing this problem sooner than

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Bil Corry
Tom Hume wrote on 12/17/2008 8:38 AM: If the header was respected, would you consider it an appropriate mechanism to avoid problems with these proxies? I believe that's the entire purpose of no-transform, to instruct the proxies to not transform the data:

[jQuery] Superfish transparancy?

2008-12-17 Thread dazbot
Maybe a feature request, or maybe something that can be done now...but is there anyway that the dropdowns can be transparent or vary the level of transparancy? TIA

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread Alexandre Plennevaux
... and we will continue to read and comment on them, Adrian! Thanks a lot for sharing ! On Wed, Dec 17, 2008 at 4:09 PM, AdrianMG yens...@gmail.com wrote: One more thing! Thanks you for your opinions I will try to improve my english and tutorials to give more info and better explanations to

[jQuery] Re: Get value from option... Internet Explorer 7

2008-12-17 Thread Hector Virgen
Try reading the value attribute directly: timecode = $(this).attr('value'); -Hector On Wed, Dec 17, 2008 at 3:00 AM, MacTommy macto...@spray.se wrote: Hi, I try to catch selected choice in my dropdown inside IE7. span id=prefix select option value=108:00 -

[jQuery] treeview

2008-12-17 Thread tdhsaurabh
Hi, I am new to jquery i want to use jquery treeview plugin in one of my project. It will have 2 panes left one will consist of treeview and right pane will consist of content The content will change on click of tree leaf. According to me the only way to achieve it to put a onclick or (click

[jQuery] missing ; before statement at DOCTYPE declaration

2008-12-17 Thread Technosis
I chose to use an xhtml strict doctype for an application I am working on. I'm getting the error on the DOCTYPE declaration line. I'm receiving the following error: Error: missing ; before statement Source File: http://localhost/crmgen2/js/jquery-1.2.6.pack.js Line: 2, Column: 2 Source Code:

[jQuery] JQ Modal IE6 and 7 issues

2008-12-17 Thread jive01
Not sure what is wrong... Works great in Firefox: http://www.zero1productions.com/inacronym/preview/profile.php (please click on the my people tab and then click the first + sign on the first photo and the jq modal box will pop up). In IE6 and 7 everything else is not clickable on the

[jQuery] Re: libraries

2008-12-17 Thread Dirceu Barquette
The initial question was just about libraries. The thread now pointing to CMS. This is my goal! Write in English about this is so much difficult to me. I have been doing many apps (my job...) using jquery. I follow this group just to learn more with others developers. When I have some dummy doubt

[jQuery] Re: Relationship between thickbox and calling page...

2008-12-17 Thread tlphipps
absolutely possible. If you are NOT using an iframe in thickbox, then the thickbox is just another div on the calling page. Therefore your jquery/javascript code would interact with elements exactly the same way it would interact if the code was on the calling page (since it really is still the

[jQuery] Re: Making an AJAX hide and show smoothly

2008-12-17 Thread flycast
Ricardo: Thanks for the solution. While I waited I also came up with the following solution. What is basically does is use the callback functions on the slideUp and slideDown functions. That way the slides end up completing completly before moving on. I suspect that this is the reason that these

[jQuery] Re: HowTo: Trigger error callback in ajax request

2008-12-17 Thread Andy Matthews
Have you tried 'throw' yet? http://www.w3schools.com/js/js_throw.asp andy -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rob Wilkerson Sent: Wednesday, December 17, 2008 8:26 AM To: jQuery (English) Subject: [jQuery] HowTo:

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread Rick Faircloth
Yes, keep up the good work. I don't of anyone whose coding can't be improved! We're all continuously learning. An OS Interface such as you're creating might be just the type of interface that could bridge the gap between typical desktop OS users and the new Cloud crowd. A familiar face on

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 2:31 PM, sshefer shai.she...@gmail.com wrote: Here is my current code: $('.position_info').hover( function(e) { var target = $(e.target); target.bind('keydown', 'space', function(){

[jQuery] Re: Google Analytics breaks jQuery.

2008-12-17 Thread simshaun
Thanks for the tip. I already am canceling the link's default action however. It is definitely the Google Analytics code on the page I'm injecting that's causing it to break. After I remove Google Anaylitics from the injected page, it works fine. At the moment, I'm performing something like

[jQuery] .NET with jQuery - noconflict?

2008-12-17 Thread dianenar
Is it a must to call jQuery.noconflict when using jQuery with .NET. What are the potential problems that would arise? I am NOT using jQuery noconflict at the moment on a social networking site w/ all the bells and whistles. I don't see any conflicts but I'm worried that performance is taking a

[jQuery] Re: my test passes the first time, but fails the second time

2008-12-17 Thread nachocab
Hey Dave, You blew me away with your method; it's so much more elegant than the madness I was getting into. Thanks a lot! I've got a couple of questions, though: 1) Is $(#phrases).find(li) faster than $(#phrases li)?, or just better style? 2) Is there a way not to have to repeat the method that

[jQuery] Re: libraries

2008-12-17 Thread Olivier Percebois-Garve
using a MVC framework such as cakephp or zend framework, you can put the html in a view, and on top of that view insert the js. If you use the head helper, you can make it be inserted between in the head/head. same for css. The I advice you to put your javascript code into seperate files, one for

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread AdrianMG
Hi guys, I don't understand some replies... I just want to say that the mistakes in english are because I am not good enough in english as I would like to be, not for writting tutorials fast or similar. And as I said in the tutorial, it's only the first part of a serie focused on creating a os

[jQuery] Re: libraries

2008-12-17 Thread Dirceu Barquette
Forgive me the wrong words and semanthics. My mind is a tool for automatic translation... You are right about new thread. But in other words I want build the view part only. To do this I need some IDE. See this IDE like a GUI builder (with components ready to use). Second: If an user wants a

[jQuery] Re: AJAX and transforming proxies

2008-12-17 Thread Bil Corry
Bil Corry wrote on 12/17/2008 10:07 AM: To have Apache automatically add the no-transform cache directive header, you'd do this (must have mod_headers enabled): Header set Cache-Control no-transform Actually, you probably want to do this, to avoid removing already set headers:

[jQuery] Re: Basic help with elements and selectors

2008-12-17 Thread brian
On Wed, Dec 17, 2008 at 4:05 PM, brian bally.z...@gmail.com wrote: On Wed, Dec 17, 2008 at 2:31 PM, sshefer shai.she...@gmail.com wrote: Here is my current code: $('.position_info').hover( function(e) { var target = $(e.target);

[jQuery] Re: Jquery Validation always not showing correct error message

2008-12-17 Thread Jörn Zaefferer
Are you using the latest release? Adding messages via rules() has been added only recently. Otherwise I'd need a testpage to look at. Jörn On Wed, Dec 17, 2008 at 9:09 PM, kayode81un...@gmail.com kayode81un...@gmail.com wrote: My Jquery validator refuses to show the correct error message but

[jQuery] Re: Slide Toggle - Bug in Firefox?

2008-12-17 Thread theoga...@googlemail.com
Just to make it clear, do not view this in IE since it works, but in Firefox it doesn't and also seamonkey if anyone uses that! I have also found that Firefox doesn't play well with wmode=transparent. Not sure if this has been fixed since this was the case a while back.

[jQuery] javascript namespacer

2008-12-17 Thread Kean
I wrote a simple namespacer. Do you think this is useful in real world applications? Any improvements that can be made to the code? Thank you. var namespace = function (name, global){ var root = global || '$'; (!eval('window.'+root))? eval('window.' + root + '={}') : '';

  1   2   >