hi,
this is jquery table editor plugin,
http://dev.iceburg.net/jquery/tableEditor/demo.php
it is work in this version
/*
* jQuery 1.0.3 - New Wave Javascript
*
* Copyright (c) 2006 John Resig (jquery.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
No solutions???
On Aug 17, 2:42 pm, Arun Kumar <[EMAIL PROTECTED]>
wrote:
> A small correction,
>
> If I set that header, it is not working in FF. If I remove that
> header, it is not working in IE 7.
>
> Than I added another parameter to my ajax request, dataType: "
No solutions?
On Aug 17, 2:12 pm, Arun Kumar <[EMAIL PROTECTED]>
wrote:
> Have a look at the sample code given below:
>
> http://www.w3.org/
> TR/html4/strict.dtd">
>
>
>
> XML Parsing
>
>
I am creating an anchor tag using JS DOM. Focus event handler is
binded to it using
$("#id").focus(function(){
displayDetails(this.id);
});
I am focussing it using $("#id").focus(), then the displayDetails() is
called for twice.
I am using jQuery table key navigation plugin and I have three key
navigateable tables. And focus can be moved across tables. How can I
know the table name which has focus?
se.
>
> $("A", xmlDoc).find("os\\:TestTag").text();
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com/
>
> On 12 jul, 09:12, Arun Kumar <[EMAIL PROTECTED]> wrote:
>
>
>
> > I have the following XML File:
>
> >
> >
I have the following XML File:
10
JSHDHSKJAD
I want to get the tag os:TestTag value. I am using the following query
(This XML is in xmlDoc variable).
$("A", xmlDoc).find("os:TestTag").text();
The above query is not working, So I tried the below one:
$("A", xmlDoc).find("TestTag").tex
Suppose I have two tags and as below:
2008-07-07
TestTag Text Node
20:15:45
How can I find whether TestTag is present in between the and
tags or not?
The may present any where in the document. But I want to
know whether it is present between and tags or not?
TestTag is
is something you can sort. You can use JavaScript's sort() method of
> the Array object with a callback function that compares two elements as you
> wish.
>
> If you have a large number of elements in the array, a sort callback can
> slow down sorting. Let me know if this is t
I have a JSON object (dynamically created) which is given below:
var jsonObj = {
1 : {
"Name" : "B",
"Position" : "Sr"
},
2 : {
"Name" : "S",
"Position" : "Sr"
},
3 : {
"Name" :
How can I get DIV elements not having a class ("test-class") inside a
main DIV#Main?
I am trying
var count = 0;
$("#Main > div").each(function(){
if(!($(this).hasClass(".test-class")))
{
count += 1;
}
});
alert(count);
But this is not the correct way I think.
How can I do it?
How to disable use of proxy in jQuery UI sortables functionality?
I am sorting three DIV elements that contains iFrames inside it. While
Dragging is started, for some time I am not able to view content
inside that iFrame which is being dragged as it is a proxy element for
the original one. So, Is
Visit http://tech-test.tutorialsforu.com/jQueryDnD.html, There is some
problem in using jQuery sortables. You can find screen shot is
at:http://tech-test.tutorialsforu.com/jQueryDnD.PNG
Got this problem while dragging the div item.
I don't know why it is taking more time to get my posted message on
jQuery-en group messages list...?
I am getting JSON response(string format) from the URL to which I am
sending request. I want to use the methods formatResult to format the
result.
$("#month").autocomplete("Search.php", {
minChars: 0,
max: 12,
autoFill: true,
mustMatch: true,
matchContains: false,
sc
Already asked...
But got no useful response.
On Jun 4, 6:42 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> Please ask on the jQuery UI list:
>
> http://groups.google.com/group/jquery-ui
>
> - Richard
>
> On Tue, Jun 3, 2008 at 3:54 AM, A
That is why I have posted a question here...
On Jun 3, 9:19 pm, Sid <[EMAIL PROTECTED]> wrote:
> Nope, nothing happening on dragging anything
>
> On Jun 3, 5:35 pm, Arun Kumar <[EMAIL PROTECTED]> wrote:
>
>
>
> > Not that,
>
> > Drag that gadget
container, the default "error" page
> opened.
>
> On Jun 3, 12:53 pm, Arun Kumar <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Please visit the URL below and let me know if there is any problem in
> > using the jQuery UI sortables.
>
> >http://tech-test.tutorialsforu.com/- Hide quoted text -
>
> - Show quoted text -
Can I use sortables for div's that contains iFrames (Shindig gadgets)?
that doesn't need refresh of iFrame?
Inside that iFrame, I have placed a alert, and each time I drag it, I
will get two alerts.
Is there any way of not using a proxy element?
Please visit the URL below and let me know if there is any problem in
using the jQuery UI sortables.
http://tech-test.tutorialsforu.com/
It is not working for me in the case of load() function. I have to try
it once again.
On May 29, 3:54 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> $.load() using $.ajax() at it's core so yes.
>
> It's a really good idea to check the documentation and the source code
> when you have questions like
>
> http://docs.jquery.com/Ajax/jQuery.ajax#options
>
> The $.ajaxSetup() call applies to all AJAX based calls after that,
> until they're changed.
>
> Karl Rudd
>
> On Wed, May 28, 2008 at 12:31 AM, Arun Kumar
>
> <[EMAIL PROTECTED]> wrote:
>
> > Not th
I have a html page with two alerts and it's source is given below: