Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
10 views
Is saperate boostrap js plugin file is required?
I am using twitter bootstrap in my project and i am a beginner for bootstrap. I want to know that if i downloaded bootstrap.js and bootstrap.css and after that i want to use bootsrap js plugin like ...
0
votes
0answers
9 views
Knockout map nested JSON array
I was trying to make a knockout mapped JSON schema editor in table format. I successfully mapped json object, but issue is when i'm dealing with json array.
Code
var l_Model;
//Create model
l_Model ...
0
votes
0answers
10 views
how to change table rows by using tab key
i want to change table row when i pressing the tab key.Here i am using struts tag.is there any idea please post...
<s:iterator value="addresslist">
<tr>
<td><s:property ...
0
votes
0answers
6 views
Check video is playing on not using jwplayer
I am using jwplayer for playing video
temp=1
jwplayer("container").setup({
flashplayer: "<?php echo $this->getSkinUrl('video/mediaplayer/jwplayer.flash.swf') ?>",
autostart: true,
...
0
votes
0answers
6 views
Need help toggling/re-binding a simple quiz with animations
So Im a bit stuck on something I am working on;
I'm brand new into the Jquery and Javascript world and I'm sure there is a much more efficient way to do this, but for now, this is what i have.
...
1
vote
5answers
12 views
Hide content of <h2> when certain text appears - JQuery
On the face of it, this should be easy but I have stumbled on it for some time already.
I am trying to hide a <h2> only tag when certain text appears. CMS generates the tag. HTML looks like ...
0
votes
0answers
5 views
Add <style> and <script> from body and place it on head
I am using Spring Roo 1.2.4 for this topic. I am aware that to add user-defined default styles and scripts should be added on PROJECT_FOLDER/src/main/webapp/WEB-INF/tags/util/load-scripts.tagx. In my ...
0
votes
1answer
11 views
IE8 & 9 Security Issue with jquery AJAX “Cross Domain” request
I have a jQuery AJAX request which works perfectly in Chrome & Firefox. The code doesn't work in IE 8/9. I've determined it to be an issue with IE Security settings, specifically the "access data ...
0
votes
0answers
40 views
making static code dynamic
Hit a brick wall atm. Not even sure if this is possible. For the now I have lots of hard coded, code (to get things working). But now I'm at the stage where I'm cleaning up all my code and making it ...
0
votes
0answers
9 views
Validate dynamic controls with jquery validation in MVC4
I,m using Jquery validation plugin to create some dynamic input controls in MVC4 application.I have followed following links in generating the clientside validation script.
...
0
votes
1answer
21 views
Better alternative to jQuery accordion for long lists
I have a long list of items each of which can be expanded and show additional content.
I tried to use accordeon from jQuery UI package, but it seems very buggy when it comes to long lists. Are there ...
0
votes
0answers
12 views
Rails: How to add spinner to Upload button when using Paperclip?
This is my form to upload images using Paperclip gem:
<%= form_for(@user, :html => { :multipart => true }) do |f| %>
<%= f.file_field :avatar %><br>
<%= f.submit ...
1
vote
0answers
27 views
my images will not loaded properly in my images folder
i am writing an web crawler that will extract title description and images from url ..i want to save images in images folder in my project that is save correctly but images does not loaded completely ...
1
vote
1answer
11 views
What are the obvious vulnerabilities to using a session identifier cookie and a user_id cleartext cookie?
My basic setup is a ruby/rails server serving a JSON-based api endpoint and a bunch of javascript running an ember.js single-page application.
In order to access "sensitive" (defined how you want to) ...
0
votes
1answer
12 views
Save Google Maps Markers onClick To Database
I want your guys' help on this. I wrote the code for allowing users to create markers(with infowindow) with a 'click' function that will save the lat/lan and other info to a MySQL database that will ...