0
votes
1answer
11 views
jQuery iPhone Style Checkbox Events
I'm using the jQuery package located at http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html to convert my existing checkboxes to iPhone style checkboxes. The problem I'm having is …
1
vote
1answer
10 views
jQuery UI - I want to check if a resize event was triggered on a resizable div
I have two divs $('.list') and $('.content') side by side. $('.list') is resizable using jQuery UI resizable and $('.content') is bound to the alsoResize.
The problem I am having is I need to know …
0
votes
0answers
4 views
ASP.Net Postback not working in JQuery Nyromodal popup
I have a Default.aspx page which loads a popup using JQuery Nyromodal popup.
Within the popup I have which needs to postback on clicking the button.
But when I click on the button in the popup …
-2
votes
1answer
21 views
jquery custom selector with colon
I need a function to select all elements with a custom attribute, and take its name and value. for example:
Note that my is always the same, but that behind not. in my function i then want to say:
…
0
votes
3answers
36 views
jquery attr(”onClick”) - ie and ff
Hi,
Using jquery, I'd like to get the javascript from an A tag's onClick attribute.
<a href='#' onClick='alert("boo");' />
In Firefox: alert($('a').attr("onClick")) shows: alert("boo")
In …
0
votes
3answers
26 views
jQuery toggle/vertical slider effect with multiple Divs
Hi,
Actually, I am new to jQuery and I am writting a sample page with jQuery functions. In this page I am making use of toggle function. Please help me to get the intended effect. I am trying to get …
0
votes
1answer
16 views
Parsing XML Using JQuery
There have been a lot of other posts related to this but I can't seem to find the answer to my question. I'm trying to parse an XML file of the following form to return only the items under the …
0
votes
0answers
12 views
Can i call htp.p(’ $(this).parent(’’.parent_menu’’).find(’’.child_menu’’).slideDown(”slow”);’); in document.ready
I have a menu in which i need to list child for a particular parent only but on click of child item the page gets refreshed and all the child gets expanded so my query is can i use
htp.p(' …
0
votes
2answers
47 views
I’m Stuck - Javascript Multiple File Upload
We have a form with five <input type="file"/> elements that is in production and working great. We get request timeouts and MaxRequestLength exceeded errors on occasion. To prevent these …
0
votes
1answer
14 views
Jquery autocomplete not working from within a get ajax request
Hello,
Im using the JQuery autocomplete plugin (http://docs.jquery.com/Plugins/Autocomplete) .I have an input field called by in my page.The following code works.
<script>
…
3
votes
3answers
52 views
node selection and manipulation out of the dom (What is jQuery’s trick ?)
Hi I would like to do dom selection and manipulation out of the dom.
The goal is to build my widget out of the dom and to insert it in the dom only once it is ready.
My issue is that getElementById …
0
votes
2answers
22 views
Datatables plugin
Is there any tutorial of how to use DataTables plugin with asp.net mvc(especially server side code)? Thanks
0
votes
0answers
7 views
jrails autocomplete selection problems with DIVs or anything else
I just starting using jRails and the jRails auto_complete helper
http://github.com/evilmarty/jrails_auto_complete
I was using the default auto_complete helper before using prototype and the drop in …
1
vote
3answers
29 views
Is there any way to read out the “naturalWidth” of an image with jquery?
I tried with something like this:
var Height = $(this).naturalHeight;
But it doesn't work. Is there any way to do that
greez
0
votes
3answers
58 views
i need script in jquery that make the page as your default home page website in the browser
i need script in jquery / javascript that make the specific site as the homepage in the browser,
i need it compatible for all browsers , if that possible .
i dont mean it should be done …
