[jQuery] [validate] Test element validation without triggering error message display?

2008-09-12 Thread boermans
How would I check if the value of a given text field is valid according to the rules specified with the Validation plugin (returning true or false) without triggering validation? Like using validation().element(el) or $(el).valid() - purely for the returned boolean - without the error message

[jQuery] Re: ToolTip Bassistance and TinyMCE

2008-09-12 Thread Jörn Zaefferer
Your selector is borked, the $-prefix doesn't make much sense. That should be #tinymce (by id) or .mceContentBody (by class). Jörn On Thu, Sep 11, 2008 at 11:51 PM, shapper [EMAIL PROTECTED] wrote: Hello, I am trying to make the ToolTip Bassistance to work with TinyMCE:

[jQuery] Re: [validate] Test element validation without triggering error message display?

2008-09-12 Thread Jörn Zaefferer
There is no plugin method for that, but you can use the validator check method directly: var validator = $(#myform).validate(); var result = validator.check(#myelement); That still has side effects on the internal validator state, but that shouldn't be a problem. Let me know if that helps.

[jQuery] Re: Tabs and focus() input-Elements issue

2008-09-12 Thread Klaus Hartl
Hallo QT, I noticed you're using the old Tabs 2. I do not support that any longer, UI Tabs replaced it since quite a while and I don't really have the time to support both. I suspect that the focus problem has something do do with history but I'm not sure. --Klaus On Sep 11, 9:32 am, qt

[jQuery] superfish image buttons

2008-09-12 Thread tuffcode
Hello, I've searched the List and read the entries. The problem is that I could not get them to work. I'm ok with css, certainly not a pro. I'm better with javascript and PHP. Here's the bit of css that I modified from another post to this List... #community a { background: transparent

[jQuery] Replace form with new form - AJAX stops working

2008-09-12 Thread jyushinx
Hi, I'm very new to both AJAX and jQuery, so bare with me. I have a form with three fields that is stored as a template (call it myForm.php). When the parent page is loaded, it loads myForm.php inside it and there is an AJAX script using jQuery which sends the form data to a PHP script (call it

[jQuery] Re: Superfish menu activate on click

2008-09-12 Thread jardeeq
Hi, I made patch which addresses your problem with not-responding submenus and makes lower-level submenus open on hover. Any other suggestions or code improvements would be appreciated. You can find my patch (including instructions ) on http://plugins.jquery.com/node/3967 jarda On Aug 7,

[jQuery] JQuery text replace on Search Box

2008-09-12 Thread adeking
Hi, I have encountered a strange problem with my text replace using JQuery for my search box. Everything worksd as it should, but if a user clicks the back button while navigating my site, the JQuery will then not work. If I havent explained myself adequatly, please click the link below, go

[jQuery] Re: JQuery Form Plugin and json

2008-09-12 Thread Stefan Sturm
Hello beforeSubmit: function(arr) { var json = // ... build json string arr.length = 0; // throw away current array contents (if you want) arr[0] = { name: 'someName', value: json }; } thats it :-) Thanks... Greetings, Stefan Sturm

[jQuery] jQuery jerking animation

2008-09-12 Thread weidc
Hi, well I made some kind of slideshow with some picture's. It's jerking really hard sometimes especially when the picture's are over the whole screen 'cause of the 100% width. Is there any way to get it smooth? Here's the code: $(document).ready(function(){ $(#slideshow

[jQuery] Re: Superfish menu activate on click

2008-09-12 Thread insekticid
test On 7 Srp, 09:34, yitzc [EMAIL PROTECTED] wrote: Hi. I am using the Superfish menu, and it fits my needs perfectly. The problem is that the client I am designing the website for has decided that he wants the menus to appear only when he clicks on them - and not when he hovers the mouse

[jQuery] Showing And Hiding Select Options - Works in FF not IE

2008-09-12 Thread VirtualRichard
Hi, this is quite the frustration. It works in Firefox 3.0.1 but not in IE 7. Say I have a select box with 7 options. I want to selectively show or hide options based on a selection in another select box. When the first select box changes, that fires off a call like: FilterOptions(1, 1, 1, 0,

[jQuery] superfish and lightbox dont work together

2008-09-12 Thread ric
hi, as soon as i fill my header the required data for lightbox. script type=text/javascript src=lightbox/js/prototype.js/ script script type=text/javascript src=lightbox/js/scriptaculous.js? load=effects/script script type=text/javascript src=lightbox/js/lightbox.js/script link rel=stylesheet

[jQuery] Re: $.post callback problem

2008-09-12 Thread Peter Edwards
It looks like you have a rogue parenthesis to me - $.post($(this).attr(href)) - the last closing parenthesis completes the $.post call, so your callback function will not fire. on 11/09/2008 21:49 Tom Shafer said:: i am trying to use data i am getting back from $.post but I am not able to

[jQuery] Re: Detecting Ctrl + click

2008-09-12 Thread BB
Just something I would like to add: if you now say: e.altKey doesn't work!! it is right... but will be fixed in the next release of jQuery, see: http://dev.jquery.com/ticket/2947 On 11 Sep., 22:10, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Just do something like this:

[jQuery] Re: Superfish menu activate on click

2008-09-12 Thread jardeeq
Hi, I made patch against superfish-1.4.8, which fixes your problem and adds desired functionality. We are using it in company intranet and it looks like working well with some minor issues. Any further sugestions or code improvements will be appreciated. You can find my patch on

[jQuery] Re: Code Editors

2008-09-12 Thread tlob
holy moly, I didn't know aptana, I think it will replace my jEdit.org. thx!

[jQuery] Re: Newbie question on positioning images

2008-09-12 Thread BB
Is the gif visible when you try to get it's height? If not try this: var height = $('#wait_also').css(visibility, visible).height(); $('#wait_also').css(visibility, hidden); On 12 Sep., 12:23, Kevin Thorpe [EMAIL PROTECTED] wrote: Sorry, this is very simple I think but I can't fathom it out.

[jQuery] Re: Fire events programmatically

2008-09-12 Thread Huub
Right, is it to be a part of jQuery? I can use the extension Great. Regards, Huub On Sep 9, 4:40 pm, Richard D. Worth [EMAIL PROTECTED] wrote: Sounds like you may be interested in jquery.simulate: http://dev.jquery.com/view/tags/ui/latest/tests/simulate/jquery.simul... It will create and

[jQuery] What is crashing Safari 2?

2008-09-12 Thread PED
I've found some reference to problems with Safari 2.0.4 and have fixed one rendering issue related to using fadeTo but I have more severe problems which crash it. The following page will crash Safari when a thumbnail is clicked: http://lonemadsen.pedesign.co.uk/photos.php It uses jQuery version

[jQuery] Re: Replace form with new form - AJAX stops working

2008-09-12 Thread Mike Alsup
The problem I am running into is that on a failure, the myForm.php with the error message and fields filled in is passed back, but clicking on the Submit button no longer seems to call the jQuery event handler for the click. Nothing happens. Can dynamically loaded HTML be used in conjunction

[jQuery] Re: jQuery BlockUI

2008-09-12 Thread W3Max
Thank you, it works... But, I would like to use a custom cursor and as soon as I use -- cursor : 'url(/images/ajax-loader.gif)' it does not work anymore. Any idea ? W3Max On Sep 11, 6:14 pm, Mike Alsup [EMAIL PROTECTED] wrote: I can't change thecursorfor the jQueryBlockUIPlugin... Am I the

[jQuery] Re: Oddity with Jquery and Adobe AIR

2008-09-12 Thread Andy Matthews
Ah... That makes perfect sense then. In that case, I believe that AIR has trouble (or might not be able to) read externally loaded Javascript. It's a sandboxing issue: http://labs.adobe.com/wiki/index.php/AIR:HTML_Security_FAQ#So_what_does_this _new_security_model_look_like.3F

[jQuery] Re: Fire events programmatically

2008-09-12 Thread Richard D. Worth
I don't know of any plans to add it to core. I think it works fine as a plugin. - Richard On Fri, Sep 12, 2008 at 8:37 AM, Huub [EMAIL PROTECTED] wrote: Right, is it to be a part of jQuery? I can use the extension Great. Regards, Huub On Sep 9, 4:40 pm, Richard D. Worth [EMAIL

[jQuery] jQuery tabs not working in IE. Functioning in FF.

2008-09-12 Thread godsgimp
Hi my name is Craig and I am a copywriter who has never done any previous web design (so be kind) In the past two weeks I have been trying to build a website for my girlfriend who is a photographer. I have used a plugin called stepCarousel from dynamic drive for the gallery- after some misses I

[jQuery] Re: Id not Found

2008-09-12 Thread shapper
I tried it ... but I wanted to ask just to cover all the situations. I needed to be sure ... Thank You! Miguel On Sep 12, 2:51 pm, MorningZ [EMAIL PROTECTED] wrote: Will I create any problem to a page or fire any error if I apply a JQuery plugin to an id that does not exist? Why not *just

[jQuery] Re: Detecting Ctrl + click

2008-09-12 Thread [EMAIL PROTECTED]
Hi there, Does the if(e.ctrlKey) { apply also for Macs? I know a Mac doesn't have a Ctrl key as such, but it has some key that allows for multiple selections of things. - Dave On Sep 11, 2:10 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Just do something like this:

[jQuery] Re: Tabs Rotate Overlap

2008-09-12 Thread Orkan
btw. I played a bit with ui.effects on Tabs http://orkan.jaslo4u.pl/chili_toolbar/ On Sep 11, 11:31 am, Klaus Hartl [EMAIL PROTECTED] wrote: You mean the animation? I'm sorry, currently not. Implement cross- fading is on my list though... --Klaus On Sep 10, 3:57 pm, Chad Pry [EMAIL

[jQuery] JQuery Plugin: ajaxContent questions

2008-09-12 Thread Scott Stewart
Hi all, I'm using the ajaxContent plugin, it's loaded via a ColdFusion template (header.cfm) I'm running into a couple of issues with it.. 1) It positively will not load pages into a div in IE7 (works on one page in Firefox) 2) I'm running it on multiple pages, however it will not work on

[jQuery] Child ID

2008-09-12 Thread shapper
Hello, I have the following: $(#StartDate, #FinishDate).each(function() { $(this).mask(-99-99 99:99:99); }); It is working but I want to apply this only to StartDate and FinishDate inputs that are inside the form with id Create. How can I do this? Thanks. Miguel

[jQuery] Re: Child ID

2008-09-12 Thread shapper
The problem is not exactly that ... I am developing a MVC application ... for example, PostController has views: Create, Destroy and Edit. All views have a form named Create, Destroy and Edit. Most forms have common JQuery scripts: ToolTip, FileStyle, etc ... However, in some cases they

[jQuery] Accordian menu + FadeIn - some weirdness...can someone help me?

2008-09-12 Thread RFletcher
I am making an accordian menu with 4 main buttons. All buttons should be closed at start. When you click 1 button the content area should slide down and then the content should fade-in. I have for the most part written the script to create this effect however i see some glitches with it. When

[jQuery] Re: IE and Validate

2008-09-12 Thread Steve Blades
Yeah, I tried that. No luck there either (the former was for adding functionality that needed to occur after validation, but prior to submission). It's really odd, as there are no errors thrown, and it works like a champ in FF. The code in the html is so ridiculously simple as well, and appears to

[jQuery] Re: $.ajax isn't parsing JSON object properly

2008-09-12 Thread MorningZ
I cannot access any properties of the object Do you get an error? Not sure how to access the values? Something else? The first result is valid JSON (to see, just paste it into the excellent JSON Viewer you can download at http://www.codeplex.com/JsonViewer) But you don't provide enough

[jQuery] Re: Comparing two textboxes

2008-09-12 Thread Littletower
thanks a lot, but it still doesn't work :( now i always get the error message... Here is the code of checkpasse.php: ?php $Mdp=$_POST['edtMdp']; $Mdp2=$_POST['edtCMdp']; if ($Mdp==$Mdp2) { echo yes; } else { echo no; } ? On 10 sep, 09:21, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[jQuery] Re: Accordian menu + FadeIn - some weirdness...can someone help me?

2008-09-12 Thread Rob Fletcher
Noone knows how to stabilize the animation and make this run better? On Fri, Sep 12, 2008 at 11:42 AM, RFletcher [EMAIL PROTECTED]wrote: I am making an accordian menu with 4 main buttons. All buttons should be closed at start. When you click 1 button the content area should slide down and

[jQuery] Toggle doesn't perform well in Safari and crashes Chrome

2008-09-12 Thread robertaugustin
Hi, I'm having a problem with jquery's toggle function in Safari 3.1.2 and Google Chrome, maybe one of you knows the issue and can help... Here's the code: ***CODE //For each menu button, toggle its child div (containing child menu items) while hiding the others if they are open

[jQuery] Re: help with ajax post

2008-09-12 Thread nananannae2
Thank you! On Sep 5, 4:24 pm, Jake McGraw [EMAIL PROTECTED] wrote: $.ajax({     type: POST     , url: GetNewHash.aspx     , data:     {       orderid : $(#orderid).val()       , amount : $(#amount).val()       , dtnow : $(#time).val()       , Gateway_MerchantConfigID :

[jQuery] Re: $.ajax isn't parsing JSON object properly

2008-09-12 Thread Namlet
Says undefined, so it's not accessing the properties properly with an rdata.guid for instance. Turns out, I need to eval the string which I couldn't get right at first. I tried eval(rdata); but it failed. However, when I tried eval('(' + rdata + ')') it worked fine! So why is this how I have

[jQuery] JQuery Plugin: ajaxContent questions

2008-09-12 Thread Scott Stewart
Hi all, I'm using the ajaxContent plugin, it's loaded via a ColdFusion template (header.cfm) I'm running into a couple of issues with it.. 1) It positively will not load pages into a div in IE7 (works on one page in Firefox) 2) I'm running it on multiple pages, however it will not work on one

[jQuery] Re: AutoComplete Detecting mustMatch failure.

2008-09-12 Thread PeterS
There is a simple way to solve this - but you have to alter the plugin code: 1. Look for the `function hideResultsNow()` 2. Below the code else $input.val( ); I added this line: $input.trigger(result, null); That's it - this makes the `result` event is triggered (with

[jQuery] sortable, draggable and droppable compared with plugin tablednd

2008-09-12 Thread Mike Miller
Hi can anyone tell me if the jquery ui functions sortable, draggable and droppable can be applied to tables? Similar to what the tablednd plugin does? M

[jQuery] pagination sample ?

2008-09-12 Thread cc96ai
Does anyone use pagination plugin http://plugins.jquery.com/project/pagination is there any sample for calling ajax ? how could we apply it ? 1) we set the number record in pagination, if that's ajax dynamic return, we don't know how many will be, how could we resolve it ? function

[jQuery] Re: $.ajax isn't parsing JSON object properly

2008-09-12 Thread FrenchiINLA
are you using .net 3.5? in this casse try the following: success: function(rdata) { var obj = rdata.d; for some security reason web service make this way the JSON object On Sep 12, 8:31 am, Namlet [EMAIL PROTECTED] wrote: I'm trying to digest a JSON object returned from an ASP.NET Webservice.  

[jQuery] Form re-skinning as in ExtJS

2008-09-12 Thread jhead
Is there a form re-skinning plugin for JQuery? I am wanting ExtJS like results: http://extjs.com/deploy/dev/examples/form/dynamic.html where you can re-skin all the form input elements; that would be really useful. Thanks, JHead

[jQuery] Re: keyup() + clicking = hmmm...

2008-09-12 Thread alexg
Hi. First time posting here. I am trying to replicate holding shift + click to select multiple links. I have the shift/click working but have no clue how to go about say, clicking on the 1st link, then holding the shift key, eventually clicking the 5th link, would add a class to highlight links

[jQuery] mousedown, mousemove, mouseup

2008-09-12 Thread RandyJohnson
below is the jQuery code that I am writing to draw a simple box on the screen. When I depress the mouse ('mousedown') it sets the box's initial position. As I drag the mouse ('mousemove') the box gets redrawn from the initial position to the new point. When I release the mouse ('mouseup') it

[jQuery] How do I update my control after I submit data to my database?

2008-09-12 Thread jmDesktop
If I use jQuery .ajax to submit to my myUpdate.php file, after I do that, how do I then update my control that I submitted the information to update in the first place? For example, I have username textbox on a form, and I submit that username to a database. I then have a div or label that

[jQuery] Re: IE ajax request giving the same result every time it's called

2008-09-12 Thread Josh Nathanson
IE always caches the response, so you have to explicitly set cache=false in your ajax call. You can either do that on your specific ajax call, or globally via the $.ajaxSetup function. Consult the jQuery docs - Ajax section for more information. -- Josh - Original Message -

[jQuery] Re: How do I update my control after I submit data to my database?

2008-09-12 Thread Josh Nathanson
You would do this in the callback function from the ajax call. One way might be to have an empty div available on your page: div id=username/div Then the ajax callback, assuming you are returning json data: function( data ) { $(#username).text( data.username ); } -- Josh - Original

[jQuery] XML: How to get all attributes of a element?

2008-09-12 Thread DC
Is there anyway to iterate through a element's attributes without knowing beforehand how many or what attributes an element will have? For example: object name=Apple type=Fruit state=Vermont/ object name=Orange / I'd want to make some kind of json from this, with the Apple object having values

[jQuery] Re: Form re-skinning as in ExtJS

2008-09-12 Thread Sam Sherlock
There is themeroller for ui don't know if that extended to basic form elements or just the ui widgets (expected the later) - S 2008/9/12 jhead [EMAIL PROTECTED] Is there a form re-skinning plugin for JQuery? I am wanting ExtJS like results:

[jQuery] Bind events on DOM elements inserted from other frame

2008-09-12 Thread hubbs
I have been experiencing strangeness with trying to bind events to DOM elements that have been inserted from a different frame using .get(). For some reason the elements don't be binded with the events if they are inserted from other frame. In testing, if I try the same thing within the SAME

[v8-users] V8 and XML

2008-09-12 Thread rajika
hello there, I'd like to know about any API or a sample code of handling XML , something like E4X in V8 or any other thing available for V8. Thanks in advance.! --~--~-~--~~~---~--~~ v8-users mailing list v8-users@googlegroups.com

Re: REWARD VILLA MEWAH GRATIS

2008-09-12 Thread DEWI BENING
On 8/27/08, DEWI BENING [EMAIL PROTECTED] wrote: SUDAH BOSAN TINGGAL DI RUMAH KONTRAKAN? MAU PUNYA RUMAH SENDIRI SECEPATNYA? TAPI UANGNYA UNTUK DP DAN CICILAN TIDAK PUNYA? ATAU.. Ith summarized info if (lastblock != ) { $(#row_ +

Sexy Teenage Lovers Unseen Hot Lift Sex Scandal Video...

2008-09-12 Thread sherin s
*Sexy Teenage Lovers Unseen Hot Lift Sex Scandal Video...* http://www.mirchiactress.com/Sex%20Scandal%20Videos/lovers-lift-scandal-video.php http://www.mirchiactress.com/Sex%20Scandal%20Videos/lovers-lift-scandal-video.php