I figured it out. All I had to do was move this part to the very end
of the page.
// prepare the form when the DOM is ready
$(document).ready(function() {
// bind form using ajaxForm
$('#msg_form').ajaxForm({
// target identifies the element(s) to update with the server response
target: '#sender'
That's brilliant! Thanks.
Instead of doing $(this).ajaxSubmit(options);
try
$('#formId').ajaxSubmit(options);
where #formId is the id of the form you are submitting.
On Feb 14, 8:58 am, NHARRY wrote:
> I have a form that is loaded using .load it is then posted using the
> jquery form plugin. But it won't post see code
Hi Aquaone
I am using Version 2.0.3
On Feb 4, 11:20 pm, aquaone wrote:
> Please provide the code you're using to invoke tablesorter. It's likely a
> syntax error.
>
> On Thu, Feb 4, 2010 at 05:36, Nagaraju wrote:
> > I am facing problem with jquery.tablesorter.js
>
> > It's working fine if I ha
$('#slideshow').cycle({
fx: 'fade,cover'
});
On Feb 1, 8:14 pm, Florushj wrote:
> I'm having some trouble adjusting jQuery Cycle to my wishes. Unfortunately
> I'm no jQuery hero :-(
>
> This is what I want in short:
> It's basically this
> example:http://www.malsup.com/jquery/cycle/pager-do
A fix has been posted here :
http://github.com/brandonaaron/livequery/issues/#issue/2
On 17 jan, 15:00, "pastel.pro" wrote:
> I'm not using blockUI and livequery doesn't work well with jquery 1.4
> (with 1.3 it's perfect).
> Livequery often work activates when I lunch firebug (strange...). So
What a poor marketing-oriented post...
First off, you seem to make the assumption that anyone using MS's tool
is knee deep in session management and security. *they're not*, as
the baked in Profile, Roles, and Membership objects all take care of
that, and once they are setup, a single line in
So, that means, you say, you are one step ahead in visual development
aids than Microsoft, but still you are building your tool on
Microsoft's tool & jQuery! Am I right?
On Jan 26, 12:47 am, visualwebgui
wrote:
> That is a very good question, thank you for asking. I am not objective
> nor do I pr
Microsoft is providing a proper visual environment, then WHY should we
need this Visual WebGui??!!
On Jan 25, 2:57 am, NCSM wrote:
> Gizmox, the developer of Visual WebGui web/cloud applications platform
> announced the release of its Visual WebGui 6.4 beta 1 version, with
> expanded capabilities
Same here !
seems to be a bug or a breaking change in JQuery 1.4
When I switch back to JQuery 1.3.x it works again.
On 20 jan, 03:23, MrEcho wrote:
> Yes im having the very same issue.
> No idea how to fix it.
>
> On Jan 18, 2:59 am, "Joris D'Huys" wrote:
>
> > I've upgraded to jquery 1.4 and
Thanks. I have posted to blue-ridge and and env.js for more input.
I'll checkout the SpiderMonkey port as well.
Hi
So you should have some thing like this for the div
div content
and something like this for the corner control.
$(document).ready(function() {
$(".rounder").corner("45px");
});
also jquery.js
and jquery.corners.js in the head
You shouldn't need this part .corner("roun
yes, they've moved for a variety of reasons...the link provided in the
email gave insight to the process.
On Jan 20, 8:03 am, "Knight, Doug" wrote:
> Hi all,
> Can someone confirm that this list is moving from Google to Zoho Discussions?
> With the recent spate of cyber attacks I try to confirm
Yes im having the very same issue.
No idea how to fix it.
On Jan 18, 2:59 am, "Joris D'Huys" wrote:
> I've upgraded to jquery 1.4 and my tabs with ajax load no longer
> work.
> uncaught exception: jQuery UI Tabs: Mismatching fragment identifier.
> When I use the previous jquery version, everythin
yeah, I'm pretty sure jQuery UI 1.7.2 is not compatible with jQuery
1.4. The jQuery UI team are working on an update.
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jan 19, 2010, at 3:51 PM, lloydphillips wrote:
We've just had the same issue happen this
sorry not too sure what you have concluded here.
so do you mean after you do the select by code, the problem is solved? or
still occurs?
and is this a problem that jQuery may be responsible to handle or are we
suppose to handle ourselves?
i was already forced to downgrade back to 1.3.2 because of
We've just had the same issue happen this morning. :(
You may want to post to the blue ridge list. I just checked the sample
app and it doesn't work with 1.4, though it gives an error rather than
not just running the specs. I tried updating the env.js that blue
ridge bundles and that fails in a completely different way ... but,
then, so does the 1.3.2
Whoops. I guess this bit of info from the manual is pertinent:
Warning
This function has no effect when PHP is running in safe mode. There is
no workaround other than turning off safe mode or changing the time
limit in the php.ini.
On Tue, Jan 19, 2010 at 4:44 AM, mind01 wrote:
> Thanks for yo
Wouldn't this apply to any Ajax functions in any JS framework? Rey,
how do you suppose they are billing this as a potential security hole
for unauthorized access? I just don't see it. I was really hoping
Chris would contact me.
On Jan 14, 4:51 pm, Rey Bango wrote:
> Hey Chris,
>
> I understand. U
Indeed, the problem is related to the selected option not to the be the
first one, on the first time the object is *clicked*.
The problem is not exactly the "selected" parameter written on the body, but
the currently selected option in runtime.
To verify that, just add an onload event to body, and
I made a quick mock up of this to try to find the problem. As you have both
stated, the problem only occurs in IE (I only tried it on IE6). However, I
rewrote the following and this works on IE6. The problem seems to occur when
you add selected="selected" to the second option value.
http://www.w3
On Jan 19, 4:44 am, mind01 wrote:
> If i try set_time_limit(20); it gives me an 500 error after 20
> seconds, but if i set the value to 60 seconds, i still get a server
> time out after 30 seconds.
If you're in control of the php.ini file, there is almost certainly a
setting in there you can use.
Same here, would love to hear an answer.
On Jan 19, 11:00 am, Steven Yang wrote:
> Hi all
>
> I apologize if this problem has been post or report.
>
> I have a problem using jQuery 1.4 when i use
> $("#mySelect").change(function(){...my logic...})
>
> This problem only occurs in IE. 6-8 all have
Thanks for your tips brian and scott.
> set_time_limit(0);
>
> The expected value is integer seconds. A value of 0 disables the time
> limit altogether.
If i try set_time_limit(20); it gives me an 500 error after 20
seconds, but if i set the value to 60 seconds, i still get a server
time out afte
On Jan 18, 4:25 pm, mind01 wrote:
> I have a PHP script called zip.php to generate a zip file. This
> requires more than 30 seconds so my server give me an server error 500
> time-out. Can i avoid this 500 error with JQuery and AJAX heartbeat?
Probably not. AJAX is just going to give you additio
The error I see is on this line:
setTimeout('chatHeartbeat();',chatHeartbeatTime);
Instead of passing a string as the first arg to setTimeout, pass the
actual fn reference:
setTimeout(chatHeartbeat, chatHeartbeatTime);
When passing a string it will be evaluated in the global context. But
your
> I have a form in which one of the submit buttons initiates a download
> of a file. Under normal circumstances this works perfectly, however,
> if I introduce the JQuery Form plugin as follows:
>
> var options = { target: "#dialog" };
> $('#viewform').ajaxForm(options);
Try setting
I'm not using blockUI and livequery doesn't work well with jquery 1.4
(with 1.3 it's perfect).
Livequery often work activates when I lunch firebug (strange...). So
impossible to understand why it doesn't work with firebug...
live() function needs an event, whereas livequery just execute the
functi
This was my fault. I was also adding an INPUT along with this TR that
was not in a TD. That was invalid and resulted in the tags being
stripped. When I moved the INPUT into a TD, append() worked as
expected.
I still think it's strange behavior on jQuery's part but now I know
better.
Thanks for th
In addition to the JSONP option, you could also use a Web Proxy. This
is simply a server side script that sits on your domain. It takes the
POST from your domain, repackages it, POSTs it to the secondary domain
and sends the response back to the browser.
http://yourdomain.com/yourform.html
POSTs t
Jon what version of blockUI are you using? I think i just ran into similar
problem yesterday when i upgraded jQuery to 1.4 and blockUI stopped working.
but i solved it by upgrading blockUI to the newest version then everything
worked again. i think the newest version was updated some time in Jan 20
ah thank you for that help, that clears up most of the issue. THe home
page bug is very "buggy" it happens once in a while and with a refresh
generally fixes itself.
I guess the vast majorit of the time there is no issue. Thank you very
much! I really appreciate it.
On Jan 13, 12:15 pm, "danny.c
Try Google Closure Compiler
http://code.google.com/intl/pt-BR/closure/compiler/
2010/1/15 m.ugues
> Ok this seems to work.
> How can i minify now the pathed version?
>
> Kind regards
>
> Massimo
>
> On Jan 14, 2:12 pm, Dave Methvin wrote:
> > If you're really stuck, you could try copying the cl
Ok this seems to work.
How can i minify now the pathed version?
Kind regards
Massimo
On Jan 14, 2:12 pm, Dave Methvin wrote:
> If you're really stuck, you could try copying the clone function from
> 1.3 into 1.2.6.
> In 1.4 the built in live() function has been heavily extended, so
> perhaps you can switch to using that instead?
Agreed, but I think livequery should still work. The error posted
there is in blockUI and not livequery anyway. Jon Bennett, can you put
up a simple page that is a complete test case
everything fine with jquery 1.3.2 but when i updating to 1.4
here's firebug console:
TypeError: Result of expression 'node' [undefined] is not an object.
[jquery.blockui.js: 195]
js code when i click the button:
$.blockUI(
{
message: $('#popup_correction'),
In 1.4 the built in live() function has been heavily extended, so
perhaps you can switch to using that instead?
On Jan 15, 12:35 am, Jon Bennett wrote:
> hi,
>
> I've been using LiveQuery a fair bit in my projects, I've just tried
> updating to 1.4, and it appears to have broken it.
> Thishttp:/
> I've been using LiveQuery a fair bit in my projects, I've just tried
> updating to 1.4, and it appears to have broken it.
Can you post a link to the simplest test case that shows the problem?
It is probably a simple fix.
Hey Chris,
I understand. Unfortunately, without more details, it's going to be
very hard for us to help. If you can get us more info, we're here to
listen and help.
Rey...
On Thu, Jan 14, 2010 at 4:45 PM, ChrisM wrote:
> Rey, thanks for getting back to me. The issues were flagged as cross-
> si
Rey, thanks for getting back to me. The issues were flagged as cross-
site scripting, saying a call to getScript, getJSON etc. leaves the
door open for unauthorized requests.
Even though we are sure that we could use this safely in an
application, we are at the mercy of the scan results. Sorry tha
Chris,
Check your gmail. I wrote you with some info.
Justin
On Jan 14, 2:43 pm, Rey Bango wrote:
> Hi Chris,
>
> Thanks for the email. I think the best way to help us is to provide us
> with detailed information as to what your security team is having
> issues with. XHR in itself is not a secur
If there really is an "error", it's very lame that there's no error
message. It just fails silently then. Not helpful.
Thanks.
On Jan 14, 9:00 am, Juan Borda wrote:
> if is not a valid place the code would be loaded but the brower won't
> display because of error
Really? I guess I'm used to Prototype, which ADDS a TBODY tag when you
insert a TR into a TABLE. Okay, I'll try that. Thank you.
If you're really stuck, you could try copying the clone function from
1.3 into 1.2.6.
Ok I found the problem.
In the html i try to clone the problem is limited to clone the head
component.
I tried it with jQuery 1.3.2 and all work fine.
So any suggestions? I cannot upgrade in a production environment to
jQuery-1.3.2 since this involves a lot of not-regression tests.
Is there any f
Is #thing a THEAD or TBODY tag? That would be the only valid place to
append a TR.
Sorry, I just noticed you are using 1.2.6. Ignore my reply.
On Jan 14, 11:26 am, Jules wrote:
> This clone() works for me in ie 6.0 :). May be C.fx.step is an
> element in your page and IE 6 can't find it for some reason?
>
>
>
> script>
>
>