0
votes
0answers
7 views
jQuery ColorBox confirm override modal dialog?
How would I use ColorBox to create a 'confirm override' modal dialog that can interupt a form submission until 'yes' is clicked.
Simple Modal has a similar function but, I much prefer colorbox's …
0
votes
4answers
27 views
jquery / javascript setting width fails
Greetings!
I have encountered this problem:
Depending on numbers from I want to create a bar chart. Interestingly it works very well in IE8 set on quirks mode, but fails everywhere else. I cannot …
-1
votes
1answer
40 views
jQuery animation issues
Hi all,
This is kind of difficult to explain, so I'll paste the function, and explain what it does
function close(r){
if(r !== undefined){
$('#close').attr('name','1');
$('#close').css({
…
0
votes
2answers
31 views
javascript for radio button list
hi,
i have an Radiobutton with (6 items under it). and i have an search button. if user clicks Search button it gets all the result. i am binding the items for Radiobuttonlist using database in .cs …
0
votes
2answers
43 views
JavaScript: Trigger a function when two divs touch / overlap.
The title explains it really. How to do this? Both divs are of differing size. Both divs are moving (I'm making a little Jquery game). If one hits the other, I want stuff to happen.
Thanks
0
votes
2answers
25 views
jquery hide a div that contains flash without resetting it
Greetings,
I have written a modal using jquery UI and it appears at the front of a flash movie thus the html inside the modal becomes corrupt, I tried to hide the movie right before modal gets …
0
votes
0answers
13 views
Reflection-effect on tag other than img clientside
I need to reflect a dynamically generated box, containing an image, besides some text on a colored background. All with a gradual fade, and beauty abound.
I've found jQuery plugins for reflecting …
1
vote
2answers
31 views
jQuery html() converting braces to html entities (sometimes)
Basically:
I have this HTML:
<div id="foo"><img src="/foo/bar/{var}/foo" alt="{var}"></div>
When calling (using jQuery in Firefox):
$("#foo").html()
I get:
<img …
0
votes
0answers
29 views
Dynamic Div Height Calculation - JQuery/AJAX
Hello,
I've written a small lightbox plugin for jQuery (yes, there are several ready made packages -- unfortunately, the designer in my co. does not like any of them).
I have one small problem -- I …
1
vote
4answers
33 views
Need a quick jquery solution to capture the current url and inject it into another url link
Howdy,
My brain is fried ATM and I have a looming deadline, I am looking for a way to grab the currently viewed pages url and place it into another link for bookmarking/social links.
Facebook …
1
vote
2answers
42 views
jQuery - remove list items based off of time
I currently have a page that contains an unordered list. That list is initially populated by querying my db, with each list item having a time stamp and text. Using javascript and AJAX, this page …
0
votes
4answers
61 views
How to trigger Mouse-Over on iPhone?
This might seem like a really dumb question, but I am writing an application and I have come across where my mouse-over, mouse-click and mouse-hover need different events bound to them. Now on …
0
votes
3answers
26 views
Clicking checkbox to expand div, doesn’t work in IE7
The following code works fine in FF, but doesn't in IE7 - when clicking the checkboxes in IE the divs doesn't toggle.
How do I troubleshoot these kind of issues - does anyone have an idea on how to …
6
votes
12answers
277 views
Are there any good reasons NOT to use jQuery instead of plain old JavaScript?
I recently discovered jQuery, and I can immediately see how useful and elegant it is.
I'm curious, though - are there any reasons NOT to use it (and just use plain old JavaScript instead)? If there …
0
votes
2answers
28 views
javascript undefined error, but alert toSource shows the object exists
I grabbed a bit of code to do some paging with jQuery, via Luca Matteis here
http://stackoverflow.com/questions/516754/paging-through-records-using-jquery
I've made some edits to the paging script so …
