www.webdeveloper.com

Search:

Type: Posts; User: lovelf

Search: Search took 0.01 seconds.

  1. jQuery use the input affected by autocomplete as the source for the autocomplete

    How to use the input's value as the source for the autocomplete, or better,

    use a custom function plus the input's value as the source, a la facebook - like they do "just use "user value" as...
  2. [RESOLVED] Image cropping with drag for the crop

    Image cropping with drag for the crop, a la facebook.
    Drag the image to adjust. On profile picture - edit thumbnail.

    Is there something similar available on the web?

    I thought of a div...
  3. How to affect a second input with autocomplete

    I have the following autocomplete affecting the input with an id of "autocomplete". I want to affect a second input as something is selected with a different value than the label or the value, how...
  4. jQuery autocomplete let the label trigger a js function

    $("#jTagLabel").autocomplete({
    source: [
    {
    label: "aardvark",
    ...
  5. Replies
    6
    Views
    1,094

    Mimicking GET with location.href

    How to mimic the GET method out of a url, example:
    http://domain.com/search-results.html?r=word
    how to retrieve word with the variable location.href

    something that retrieves the letters after...
Results 1 to 5 of 5
HTML5 Development Center



Recent Articles