Tagged Questions

2
votes
3answers
2k views

Multiple versions of Safari on Windows XP?

Is there any way to run multiple versions of Safari under Windows XP? I'm interested in running Safari versions 3.1 and 4. Specifically, i want to debug this type of problem with Safari 3.1 which ...
0
votes
2answers
73 views

JSON data fetching from jquery is not supported by various browsers

I have a html page in which i am taking out the data of static json file which is renamed as .js file and put up some where on a local server say 10.211.20.62:8080/case1/county_json.js i am using the ...
0
votes
0answers
171 views

jQuery Code works in Chrome, but does not work in Firefox and Safari [closed]

I wrote a bunch of jQuery code to hide items based on time and filters. I have been testing on Chrome and everything seems to work fine. However when I go to my website on Firefox or Safari my website ...
0
votes
3answers
65 views

Jquery Dom and functions in html body

I have <script>...</script> before my closing body tag here i have the usual $(function() { function test(){ alert("test"); } }); in my html i have input tags <input ...