I don't know why Google Groups keeps inserting those semi-random blank lines
in the code! Now I'm curious, so I'm trying something a bit different -
let's see what happens..
function parseXml( xml ) {
var html = [];
html.push( '' );
$(xml).find('sites').$each( function( $site ) {
Cool, it will be good to see your continued work. We may be among the last
holdouts in this mailing list - but I figure since the thread started here
we can carry on.
BTW you may notice one bit of annoying repeated boilerplate in that last
version. See how the callback functions for all the .each(
OK, so this is much better than a lesson in parsing XML. Showing the
errors that I had made in my process, you have also shown sound jQuery
which I was having a hard time picking up from the documentation. I
tend to learn best by doing and getting feedback. Mike, thank you. I
am going to keep this
I am trying to toggle content based on toggling links.
Here is the code:
DESCRIPTION
SPECIFICATIONS
Test 1
Test 2
Now when I click the link for Specifications, I want it to show the
next specifications text and hide the description text. Same thing
with Descriptions, only in reverse.
Here is
That is really nice. 100K lines really fast no script time outs. I
need to get back and study a little more. I was so terribly close, but
missed some really basic principles.
I was headed in this direction I was trying to get to the function
(i,parent),function(j,child) I had not quite figured that part out
which is obvious. Let's see what this does.
Thanks
Chad
I'm getting my ass kicked by this mega menu. IE 7 doesn't like it!
It works everywhere else! I've tried everything! The menu items when
hovered appear behind my body content! If I increase the z-index,
then my links in the body are blocked and won't work.
#navbar
#topnav
etc
Has any one 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
Hey,
I am using the following jQuery code snippet:
$("td").editable("islem.php", {
indicator : "wait...",
onblur : 'submit',
select : true,
});
to make table cells editable.
There are multiple columns in a row. Inside , cells
getting bigger each time I click on different cell. Does anyone k
I used to suffer from the problem in Opera when using ajaxfileupload.js
error occur sometime due to the following piece of code
xml.responseText =
io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:null;
xml.responseXML =
io.contentWindow.document
No worries on the XML vs. JSON. It's been interesting to watch your progress
in refactoring the code. I hope it's useful for other people too.
A few notes on the latest version...
* Avoid using ALLCAPS or PARTIALcaps in a variable name. Many JavaScript
programmers will think you intend such varia
Let's me have multiple children:
function parseXml(xml) {
$(xml).find('sites').each(function(){
var PARENTarr = jQuery.makeArray($(this).find('>element'));
$(PARENTarr).each(function(i){
$("div").append(""+
I have a form that I am using in a dialog modal box. This form is
submitted via AJAX to a backend PHP script that inserts a record into
the database.
Next the item that has been inserted into the database (a list of
tasks) that task is added to the end of an unordered lists.
I also have this unor
This is better. The arrays are much more efficient, and I cut the code
by more than half. I know, I know JSON, I will get there, this is
teaching me way more though. I still would like to be able to
determine my level of nesting abstractly, and also getting out non-
standard attributes.
BTW proces
This is better. The arrays are much more efficient, and I cut the code
by more than half. I know, I know JSON, I will get there, this is
teaching me way more though. I still would like to be able to
determine my level of nesting abstractly, and also getting out non-
standard attributes.
function
OK this is some progress. Still want more abstraction where I can,
though this is much improved. I also need to be able to get arrays of
attributes abstractly.
function parseXml(xml) {
$(xml).find('sites').each(function(){
var PARENTarr = jQuery.makeArray($(this).
any help would be greatly appreciated.
See this link:
http://db4free.blogspot.com/2006/06/sorting-of-numeric-values-mixed-with.html
wrong place to post - sorry - using jquery cycle -
On Feb 2, 9:45 am, rc cola wrote:
> Any help would be greatly appreciated. I can send screen shot - site
> is still in dev.
Any help would be greatly appreciated. I can send screen shot - site
is still in dev.
Hi,
I'm not sure what DBMS you are using but most can sort many ways. You
may want to read your DBMS manuals and look for a natural sort method.
MySQL uses something like ORDER BY NATURAL ASC or ORDER
BY NATURAL DESC. Somewhere on the net should be an old
thread about sorting mixed numbers and a
Sort as in a tablesorter parser, an array, or what?
On Tue, Feb 2, 2010 at 07:37, HenryRock wrote:
> I facing a problem in sorting :
>
> 1A,2A,3A,... 10A, 11A, 12A, 13A, 14A
>
> Sample data.
>
> I using the SQL to sort ASC but it return result as below:
>
> 12A
> 13A
> 14A
> 10A
> 11A
> 1A
> 2A
>
2010/1/20 Jonathan Vanherpe (T & T NV)
> German Bortoli wrote:
>
> 2010/1/18 Jonathan Vanherpe (T & T NV)
>
>> German Bortoli wrote:
>>
>>
>>
>> 2010/1/18 Jonathan Vanherpe (T & T NV)
>>
>>> German Bortoli wrote:
>>>
>>> Hello everybody, I'm getting a problem in my server, for example when
>
I facing a problem in sorting :
1A,2A,3A,... 10A, 11A, 12A, 13A, 14A
Sample data.
I using the SQL to sort ASC but it return result as below:
12A
13A
14A
10A
11A
1A
2A
3A
4A
5A
6A
7A
8A
9A
May I know is there have any plugin that can sort the sample data
above to 1A until 14A?
Thanks...
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
25 matches
Mail list logo