To be more specific: I'm actually trying to integrate to Baseacamp using their new Basecamp api which supports OAuth 2.0. and thx to their poor resources &
I have a table with input fields inside the td. How can i get the values from the input fields (by button click) and store them into an array (one row) using JQ
I have a gridview in which i have two Templatefields which are having dropdownlist as ItemTemplates. On First DropDownList's SelectedValue Changed event,i want
I have a 2D array: var array = [["a", "b", "c"],["a", "b", "c"],["a", "b", "c"]] I want to delete an entire column of this array (i.e. delete every third ele
I've got this piece of code: $(document).ready(function () { $.getJSON('http://localhost:5000/', function (response) { console.log(response); }
I am using the bootstrap-multiselect plugin to make dealing with drop down menu easier. However, I am having an issue when trying to make the menu hidden by def
When i am typing in a text area, how can i detect whether the current word i am typing is the first word in the newline. I just want to find w
// check if e-mail address is well-formed if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { $emailErr = "Invalid email format"; } This code is filtering
i want to print number after every n number of seconds and based on few conditions i am changing the timer as well as i am stopping the print function. i have d
In a input form in a HTML file, the user is supposed to put an URL (let's call it thislink). Then I want, when the user clicks on the submit button, to open a n
I am having an issue with Javascript. I'm getting this error message: Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before wh
I want to know that how can I create a download page in PHP that download files without reveling the download link to the file, and source to the file and downl
I'm using a *.js.erb in my Rails-App, which reacts to a clicked Link. But when I render my page, by getting there via a link_to, I have to refresh the Page, to
My current method of playing music through my website is by the HTML audio tags. However I want to be able to play it through HTML button instead. This button s
I hope somebody could answer, is kind of silly question probably... I would like to change the values of monthnames, monthNamesShort. I found I can change the v
I have HTML like: a#clickme{width:20px; height:20px; background:#444; cursor:pointer;display:block; text-indent:-9999px} div.mydiv{width:200px; height:200px;bor
I can't get the enable binding to work in Knockout JS. With the enabled property set to false, the button is not disabled and I can still click it. see fiddle
How do I copy the text inside a div to the clipboard? I have a div and need to add a link which will add the text to the clipboard. Is there a solution for this
I have a web application makes in JQuery + KnockOut that reads all data in a JSon format from a web service. The data are reloaded and reparse every seconds wit
I am trying to combine WTForms with jQuery Form Plugin. With the latter, I bind a form and provide a callback function. On the other hand, WTForms has to do th