0
votes
4answers
19 views
How to cache a jquery Ajax request and parsing
I'm building an application that is an image gallery but with lots of images (it's for browsing archives of documents); basically the application does this:
display an image
display "previous" and …
0
votes
1answer
18 views
How to move an <option> up down in a <select>?
I'm using jQuery.
0
votes
2answers
44 views
jQuery Recursive Function
I'm trying to write a recursive jQuery statement that grabs some data and populates fields. However I don't want the next command to be executed until the current one is finished. I'm trying to do …
0
votes
2answers
35 views
In JavaScript/jQuery, how to retrieve data that has spaces in its name?
I am retrieving JSON using jQuery's getJSON call.
My problem is that some of the fields in the returned JSON have spaces in them.
How do I retrieve these values from the JSON without changing the …
0
votes
4answers
29 views
Extract all h6 tags from a TextArea using JavaScript
Here is what I'm looking to do.
1: Have a jQuery WYSIWYG editor that allows users to enter text
2: Have a box that displays extracted text from the WYSIWYG editor that is only viewable. The extracted …
0
votes
5answers
49 views
Check user is logged in using Jquery
Hi there
Wondering if anyone can assist..
I am adding some jquery to my site, but I want to restrict some actions dependant on whether a user is logged in or not. I am unsure of how to detect the …
0
votes
3answers
29 views
Javascript or jQuery for Adding Style to Phrases on Page
I'm applying a style to a certain phrase on our website over and over again. Is there a way to search the page for instances of that phrase and apply that style automatically?
Example:
<div>
…
0
votes
1answer
25 views
Fluid CSS Grid structrue possible?
Short and simple version: I have a project where I need to define a DIV that will repeat horizontally and then wrap to the next row when out of space (tabular-like grid). I've seen mention of …
0
votes
3answers
32 views
Jquery - Find a select element inside a parent DIV
I have a parent Div :
<div id="ctl00_MainContentAreaPlaceHolder_deliveryOpen" class="delivery_open" style="display: block;">
//Child select Element
<select class="txtfield ckgcountry" …
1
vote
3answers
54 views
how to populate the second drop down using the selected value in first drop down?
Say I have two drop downs which are populated when the my jsp loads
<select id="Group" name="group"> -- first drop down
<option value="0001">1</option>
<option …
0
votes
1answer
24 views
jQuery Validation on Success
Hey guys thanks in advance for all your help!
I have this registration form which is then validated using "bassistance's" validate.js:
$('#pForm').validate({
rules: {
fname: …
3
votes
9answers
139 views
When do you choose to load your javascript at the bottom of the page instead of the top?
I have seen JavaScript libraries being loaded at the top and bottom of the page.
I would love to know when to make these choices. All the JavaScript code I've written all work at the top of the page, …
0
votes
6answers
68 views
Use JQuery to wrap multiple sets of elements in a Div
I'm working on a dropdown menu and need to mutate the existing html markup with JQuery to make it fit the design.
Here is a simplified example:
Wrap all "ul's" that contain more than one "li" in a …
0
votes
2answers
30 views
JQuery Help Needed for ID order given N Rows
Hi. I am trying to add a function that, when a user clicks "remove",
1) updates the numbers in the left-most column
2) updates the id order
3) updates the alternating color scheme
I need help with
…
0
votes
1answer
11 views
jCarouselLite reset autoscroll interval
How can I reset the auto-scroll interval on my jCarouselLite carousel after some event so that it lets you look at the content for the full interval, regardless of how far along the timer was when you …
