Having trouble with what I thought was a relatively simple jQuery plugin...
The plugin should fetch data from a php script via ajax to add options to a . The ajax request is pretty generic:
$.ajax({
url: o.url,
type: 'post',
…
ajax
firefox
jquery-plugins
jquery
asked Jul 08 '09 at 18:26
fitzgeraldsteele
4,547
3
24
25
265
votes
22 answers
Twitter bootstrap remote modal shows same content every time
I am using Twitter bootstrap, I have specified a modal
x
Update Item
…
jquery
jquery-plugins
twitter-bootstrap
modal-dialog
asked Sep 05 '12 at 16:58
Dhruv Kumar Jha
6,421
8
37
48
252
votes
13 answers
Change Placeholder Text using jQuery
I am using a jQuery placeholder plugin(https://github.com/danielstocks/jQuery-Placeholder). I need to change the placeholder text with the change in dropdown menu. But it is not changing. Here is the code:
$(function () {
$('input[placeholder],…
jquery
jquery-plugins
asked Feb 10 '12 at 18:26
Krishh
4,111
5
42
52
239
votes
8 answers
How can I check if a jQuery plugin is loaded?
Is there any way to check if a particular plugin is available?
Imagine that you are developing a plugin that depends on another plugin being loaded.
For example I want the jQuery Validation plugin to use the dateJS library to check if a given date…
jquery
jquery-plugins
asked Dec 30 '08 at 17:26
Vitor Silva
17,114
8
33
27
227
votes
11 answers
jQuery Scroll To bottom of the page
After my page is done loading. I want jQUery to nicely scroll to the bottom of the page, animating quickly, not a snap/jolt.
Do iI need a plugin like ScrollTo for that? or is that built into jQuery some how?
jquery
jquery-plugins
asked Nov 22 '10 at 19:23
AnApprentice
108,152
195
629
1,012
218
votes
3 answers
Why does the JavaScript need to start with ";"?
I have recently noticed that a lot of JavaScript files on the Web start with a ; immediately following the comment section.
For example, this jQuery plugin's code starts with:
/**
* jQuery.ScrollTo
* Copyright (c) 2007-2008 Ariel Flesler -…
javascript
jquery
jquery-plugins
serverside-javascript
asked Mar 20 '10 at 01:33
TK.
27,073
20
64
72
218
votes
2 answers
Correct way to integrate jQuery plugins in AngularJS
I was wondering what is the correct way to integrate jQuery plugins into my angular app. I've found several tutorials and screen-casts but they seem catered to a specific plugin.
For…
jquery-plugins
angularjs
asked Jun 05 '13 at 08:32
Gidon
3,490
7
23
31
209
votes
1 answer
What is the role of src and dist folders?
I'm looking at a Git repository for a jQuery plugin. I want to make a few changes for use in my own project, but when I opened up the repository it had a structure I've never seen before. I'm not sure which files to use / copy into my own…
javascript
jquery
jquery-plugins
gruntjs
asked May 19 '14 at 06:20
Don P
60,113
114
300
432
208
votes
11 answers
Set width of a "Position: fixed" div relative to parent div
I'm trying to give a div (position: fixed) the width of 100% (relating to it's parent div). But I've got some problems...
EDIT:
The first problem is sovled by using inherit, but it still doesn't work. I think the problem is that I'm using multiple…
jquery
css
jquery-plugins
asked May 03 '11 at 17:51
Dnns
2,614
3
18
16
202
votes
14 answers
How to scroll up or down the page to an anchor using jQuery?
I'm looking for a way to include a slide effect for when you click a link to a local anchor either up or down the page.
I'd like something where you have a link like so:
link text, img etc.
perhaps with a class added so…
jquery
jquery-plugins
anchor
slide
asked Dec 20 '11 at 17:45
ade123
2,773
8
29
32
198
votes
20 answers
How to create a jQuery plugin with methods?
I'm trying to write a jQuery plugin that will provide additional functions/methods to the object that calls it. All the tutorials I read online (have been browsing for the past 2 hours) include, at the most, how to add options, but not additional…
javascript
jquery
jquery-plugins
javascript-framework
asked Jul 12 '09 at 22:22
Yuval Karmi
26,277
39
124
175
194
votes
20 answers
Parse RSS with jQuery
I want to use jQuery to parse RSS feeds. Can this be done with the base jQuery library out of the box or will I need to use a plugin?
jquery
jquery-plugins
rss
feedparser
asked Oct 22 '08 at 16:49
Andy Brudtkuhl
3,652
3
27
31
191
votes
10 answers
Get query string parameters url values with jQuery / Javascript (querystring)
Anyone know of a good way to write a jQuery extension to handle query string parameters? I basically want to extend the jQuery magic ($) function so I can do something like this:
$('?search').val();
Which would give me the value "test" in the…
javascript
jquery
url
jquery-plugins
query-string
asked Oct 11 '11 at 20:00
TroySteven
4,885
4
32
50
1
2
3
…
99
100
Next