Tagged Questions
0
votes
1answer
66 views
Add, edit and delete function to my javascript
I'm looking to add edit and delete functionality to the following JavaScript and I'm not sure where exactly to start.
This functions just fine as a input add but It needs to be editable and ...
0
votes
0answers
43 views
How to fix this js script to send a value by method post
I have This Java Script And I want to click ok and call detel method in my controller
but its not working and I dont't know why im new in js
I need to but 2 values in this submit
id and name
Also I ...
0
votes
1answer
54 views
Django DeleteView JavaScript confirmation
I need to use JS confirmation instead of django's HTML confirm. Here I found a solution of my problem, but there is no code example. Please, help and give me some code.
Here is my View:
class ...
0
votes
0answers
13 views
magento slideshow plugin delete undefined
Working on a slideshow that came within a purchased theme and the delete button for the slideshow itself does not work. Here is the delete button javascript to give some background.
$delButton = ...
0
votes
1answer
10 views
DOM Excptn 8: Adding a Picture to a Div
I'm creating this function that will add an image to a div that I'll later code to delete the information in said div. I keep getting the DOM Exception 8 error on this portion of the code. Any help ...
0
votes
1answer
26 views
Using Javascript to remove url after redirecct
I have a chrome extension that redirects the (horrible) chrome new tab page to one of the user's choosing (in my case, a html file stored locally)
It works fine BUT it leaves the url ...
0
votes
1answer
34 views
Cookie not getting deleted
In my asp.net application, am creating a cookie from server side using following code
Dim aCookie As New HttpCookie("StartDownload")
aCookie.Value = "True"
aCookie.Expires = ...
-1
votes
2answers
27 views
Deleting value of each input Javascript
I have 3 inputs (autocomplete's of JqueryMobile).
Using this function:
$('.ui-input-clear').attr('onclick', 'delete_email();');
I add onclick event to each clear button, but what can I do for ONLY ...
0
votes
2answers
28 views
Javascript delete object from object
i have following function that should delete an object in object under following id:
contactDeleteCounter++;
console.log(orderContactIds);
console.log(deletePosition);
...
0
votes
0answers
56 views
JavaScript delete object
I'm doing some ajax request and loading some new content.
In my homepage i'm using :
var App = function($el) {
this.$el = $el;
if ($.isFunction(this.init)) this.init();
}
App.prototype = {
...
0
votes
3answers
68 views
Delete a div using “this” with Javascript
What I would like to do is to create a div by clicking on a button. In that div there will be another button if clicked will delete the div that it is in. So potentially the first button will create ...
0
votes
1answer
48 views
How to delete this cookie?
Ok so I found a cookie script that I am reviewing, it works to create the cookie but does not kill the cookie.
Code:
function SetCookie(cookieName,cookieValue,nDays) {
var today = new Date();
...
0
votes
2answers
342 views
Firefox exception 'JavaScript component does not have a method named: “available”'
I'm building a web app with Django. I have a bunch of API calls in Javascript via Ajax (jQuery v1.8.3).
Most of them work, but a particular one results in a return object with status 0 and this ...
0
votes
6answers
166 views
Remove the last one array like [[“1”]] by .splice() , why output = [[]] not []?
var arr=[["1"]];
arr[0].splice(0,1);
// arr = [[]]
Why I can't remove the last one array to blank ?
I need arr = [] not [[]] when removed and sub-array (array in array) is blank
Demo : ...
0
votes
1answer
53 views
My code does not work. How can I delete a element in Firebase list?
I need to do something like that. Who can I help me?
var listRef = new Firebase("https://t3zlg47s3v6.firebaseio-demo.com/some-list");
for (var i=0 ; i < 3 ; i++){
...
0
votes
1answer
34 views
Js. Check duplicated elements in moredimensional array and delete only one element
I want to delete one of the duplicated elements in a moredimensional array. This was my code so far:
for (var i = 0; i< blog.length; i++){
for (var i = 0; i< blog.length; i++){
var ...
3
votes
1answer
33 views
Able to delete non-var variables, but not var declared variables?
For example: Here I declare a variable with var, then try to delete it and fail.
var derp = "foo";
\> "foo"
derp;
\> "foo"
this.derp;
\> "foo"
delete derp;
...
-1
votes
2answers
211 views
How to Check every time if user session is expired in JavaScript
Check every time if Session has expired and if yes then redirect to home page by using JavaScript such as facebook do if I press cltr+shift+del then it shows login window .I am using .aspx web ...
0
votes
1answer
151 views
Delete JavaScript Session Cookie in PHP [duplicate]
A "browser" session cookie gets deleted when the browser closes.
When setting a "browser" session cookie in JavaScript, no expiry date is included.
document.cookie= "MyCookieName = MyValue; path=/";
...
0
votes
1answer
60 views
How do I clear the collection or the comments and names on the screen from the console
I am using the following code to insert data into mongo and am wondering how to I wipe it all from the console so my page isnt all cluttered. I guess I would also like to know how to selectively ...
1
vote
2answers
160 views
Delete (unlink) files matching a regex
I want to delete several files from a directory, matching a regex. Something like this:
// WARNING: not real code
require('fs').unlink(/script\.\d+\.js$/);
Since unlink doesn't support regexes, ...
1
vote
1answer
175 views
Ember deleteRecord too much recursion
I'm having trouble getting Ember to delete a record that has a belongsTo relationship. I have a couple models set up with a one-to-one relationship like this:
App.User = DS.Model.extend({
...
0
votes
2answers
68 views
How to delete without javascript
I'm trying to make my application work with DELETE action without javascript.
Evrything work as long as my app/view/layout/application.html.haml file do contain the following :
!!! 5
%html
%head
...
0
votes
3answers
102 views
JAVASCRIPT remove value from associative array [duplicate]
Possible Duplicate:
Remove specific element from a javascript array?
I am having an array, from which I want to remove a value.
Consider this as an array
[ 'utils': [ 'util1', 'util2' ] ]
...
0
votes
5answers
79 views
Javascript: Delete entire object if one property has certain value
I have an Array of objects that looks like this but a little bigger:
var total = [{ cost="6.00", descrip="tuna"},{ cost="5.50", descrip="cod"}];
I need a way of deleting specific full objects ...
0
votes
2answers
147 views
Has anyone run into SiteCore removing JavaScript from the page editor?
I've been working on a custom page in SiteCore over the holidays, and I've noticed an issue where SiteCore removes JavaScript lines from the editor.
Here's an overview of my current scenario:
I add ...
0
votes
0answers
260 views
Javascript to delete cookies in Chrome
Hi I have a JS doc for creating, saving and deleting cookies, however it won't delete them in Chrome? I've looked at other questions on here but couldn't find a solution.
Also, the delete cookies ...
3
votes
1answer
58 views
Difference between removeItem and delete [duplicate]
Possible Duplicate:
Deleting from localStorage: should I use delete or .removeItem?
What is the difference between
localStorage.removeItem("my_variable_in_storage")
And
...
0
votes
1answer
290 views
CURL Delete request to Instagram API fails
Im trying to unlike a photo that I just liked on Instagram with a call to the API. My url is exactly as the URL in instagrams API tool. Im using Curl. I get an empty response, no error or status code.
...
6
votes
4answers
119 views
How to detect that a space was backspaced or deleted
I need to find a way to detect if a space was deleted or backspaced, and run a function if that is the case. I am working on this in JavaScript / jQuery.
I know I can get the delete or backspace key ...
0
votes
3answers
49 views
Deleting items from an array causes Uncaught TypeError
I have a few jQuery plugins that I made - all parse JSON feeds and render them using Mustache.js; each plugin takes an integer value of how many items to display.
I recieved a Uncaught TypeError: ...
0
votes
1answer
169 views
Creating Symbol, then Deleting it
I'm working with edge to make an animation in JS/jQ. All I'm trying to do right now, is initiate a symbol on the stage, and then delete it halfway through the timeline.
So, to begin with, I have a ...
-3
votes
1answer
2k views
Dynamically Create and Delete Div tag using Javascript
I want to create 3 Div tags Dynamically when I press 3 different buttons (Red Green Blue).. When I press Red I want the height of 'red' div to be the size of my screen so that whole page appears to be ...
1
vote
3answers
87 views
Mousedown jquery except or not
I have the following javascript, I don't want this mousedown function to fire if the user is clicking on a delete div inside the .field_trip_mini_div. The delete div id is 'delete'. What code should I ...
1
vote
1answer
203 views
How to remove elements that were fetched using querySelectorAll?
his seems like something that would have a quick answer, but I can't find one. Maybe I'm searching the wrong terms? No libraries please, though I don't need cross-browser fallbacks, I'm targeting all ...
-1
votes
2answers
397 views
Delete the row you click on (javascript dynamic table)
I want to delete a row form a table, i am using javascript.
I am dynamically creating table rows and in the last cell i have delete button so how to make it delete the row?
var newData4 = ...
0
votes
1answer
69 views
Deleting Particular Parts of a JSON
Was hoping someone may be able to point me in the right direction with this.
I have returned a list object in JSON format from .Net and then parse with JQuery.
var jsonOpens = ...
-1
votes
1answer
66 views
How to delete from javascript array an ajax when it is done
How how do I delete a jQuery Deferred from an array when it finishes? I have:
myarray[key]=$.ajax({
}).done(function(response){
// work with response,
// then delete myarray[key];
});
This ...
0
votes
2answers
220 views
Recover item deleted with parentNode.removeChild
Do you know how I could recover an item deleted with JavaScript in the following way:
elem1.parentNode.removeChild(elem1);
1
vote
1answer
207 views
Javascript cookie delete function stops working after ajax complete
When the page loads, a cookie is created via PHP prior to any other content or headers with this code:
$steam_login_verify = SteamSignIn::validate();
if(isset($_COOKIE['userid']))
{
//work with ...
-1
votes
3answers
477 views
how to delete cookies in browser using php or javascript code [closed]
How to delete all cookies from my browser using php or javascript code.
I want to delete my browser cookies when I run php or javascript file into my browser then all cookies should be delete. can ...
1
vote
1answer
102 views
Javascript delete than splice
Hi guys I am working on javascript project where I have 2 arrays 1. elements 2. elementsOrder ; elementsOrder array contains the names of each element, and elements array contains all properties of ...
0
votes
1answer
478 views
javascript checkbox function if checked will delete the data not working
i have a simple checkbox function in javascript which would determine which items are checked.
<script type="text/javascript" language="javascript">
var items = new Array();
function ...
2
votes
2answers
547 views
Creating confirmation dialog pages when Javascript is disabled
I'm using Django and I want my users to confirm that they really want something to be deleted.I'm considering pure Django solution(no Javascript confirmations).
According to what I think,I can create ...
0
votes
3answers
58 views
Delete specific text from form when clicked - javascript
I'm new to javascript so I hope to get some help.
Basically I want to make a function that, when the text is clicked, it prints the 'id' on the form. and when it's clicked again, only that 'id' is ...
2
votes
1answer
2k views
DELETE method on jQuery Blueimp FileUpload not allowed using Codeigniter/PHP (405 error)?
I'm trying to delete files using this very nice jQuery Blueimp File Upload plugin.
I put this plugin in my root directory and was able to upload and delete files no problem.
However, when I embed ...
3
votes
1answer
317 views
Firebug gives applying the 'delete' operator to an unqualified name is deprecated
I'm reading book about OO programming in JavaScript and get some strange behaviour:
function f1() {
var a = 1;
console.log('a in f1 function ', a);
console.log('f2() called ', f2());
...
0
votes
1answer
70 views
Javascript - Deleted row keeps coming back
I'm having trouble deleting a row from my table. Tt successfully deletes, but upon resorting, the deleted item reappears at the top of my table. It looks like it somehow hasn't been deleted ...
-1
votes
1answer
640 views
delete rows from table corresponding to selected checkboxes on click on delete
I am using codeigniter framework for my website. In views i have a php file which displays a table like this
# Name
checkbox 1 Aanchal
checkbox 2 Abhijeet
Now i ...
0
votes
3answers
73 views
Delete item from array , why for and for in output are different?
var arr = ["a", "b", "c",null,undefined];
delete arr[0];
for (var i = 0,j=arr.length; i < j; i++) {
console.log(arr[i]);
/*
undefined
b
c
null
undefined
*/
}
for ...

