Tagged Questions

1
vote
1answer
254 views

appending a jquery object throws invalid arguement in IE

I am trying to create a jQuery plugin that will clone a form to an iframe then submit a form. It is a hack to fake an ajax file upload. I also know there are plugins like this alr …
0
votes
6answers
62 views

need to write at beginning of file with php

Im making this program and im trying to find out how to write data to the beginning of a file rather than the end. "a"/append only writes to the end, how can i make it write to the …
0
votes
5answers
26 views

Problem with nested for loops in jQuery

I'm a jQuery newbie, so be gentle! I have a loop that outputs extra fields in a form (based on value). All good so far. However, in my extra fields is a date of birth set, which …
0
votes
2answers
39 views

ToStringBuilder append X appendSuper

Hi all... in my classes when writing the toString() method I always use the ToStringBuilder from org.apache.commons And when I'm extending other classes I use appendSuper() and t …
0
votes
3answers
106 views

Haskell Noob question: What’s wrong with my append function?

Hi guys, I'm trying to write a Haskell append function... Here's what I have: myappend :: [a] -> [a] -> [a] myappend [] x = x myappend [x:xs] y = x : myappend xs y But it' …
0
votes
6answers
72 views

create/append node vs innerHTML

Does anyone have a good reason to use one over the other? As far as I can tell, create/append node simply prevents you from creating invalid code, while innerHTML allows you to inj …
0
votes
2answers
54 views

jquery AppendTo & Append Error in Firefox

Hi, I am getting a strange error using jQuery 1.3.2 and Firefox. I have created a small popup window for an element and I am using the code var popupWindow = $($('#template')[0 …
0
votes
2answers
37 views

Ajax replace instead of append

I used the following jQuery example which works like a charm. However it appends the results. What do I need to change to replace the results instead of appending?
0
votes
3answers
122 views

jquery fadeIn after items are added using append

Please please someone put me out of my misery....i have poured hour upon hour into this... I have (this is abbreviated) been creating a function which adds boxes to a page using a …
0
votes
5answers
127 views

Subversion: How to append text to every committed file?

I am looking for a way to do the following either on pre-commit or post-commit or any other way. Here is what I need to be working User commits the file Something runs (hook …
0
votes
3answers
40 views

PHP how can i append data into a serialized array

if i have a serialized array...how can i append more values to it? should i unserialize it first -> add data and then serialize it again?
0
votes
5answers
134 views

appending successfully to a python list

This may seem like the worlds simplest python question... But I'm going to give it a go of explaining it. Basically I have to loop through pages of json results from a query. the …
0
votes
1answer
29 views

remove last append element jquery

I have this code; $(this).children("a:eq(0)").append( '' ); Now I want to remove last appened element (an image). Please give sugguestions;
0
votes
1answer
125 views

Add / Remove from XMLList while in a loop.

Hi Everyone, I am trying to parse some XML i have retrieved via e4x in an HTTPService. The loop works and for each episode in the list it goes through the loop. However i get the …
2
votes
2answers
61 views

Can apache FileUtils.writeLines() be made to append to a file if it exists.

The commons FileUtils look pretty cool, and I can't believe that they cannot be made to append to a file. File file = new File(path); FileUtils.writeLines(file, printStats(new Dat …

1 2 3 4 5 7 next
15 30 50 per page