Hi guys,
I am relatively new to jquery and using jquery tab to one of the
page.
The tab contains 3 tab, and each tab contains pretty heavy dom
instead.
When I toggle the tab, I noticed about a 2 second delay, and wondered
why there is such a delay.
so.. run the profiler in the IE developer tool,
I am using jquery sortable in the latest version (1.7.1) , and found
out helper and placeholder option is not quite working
as I was expecting.
If I do something like below, when I move around each div's, original
divs are the actually the one moving, not the clone.
Any idea ?
$(#col).sortable(
Hi guys,
new to jQuery here..
I am trying to query xml using jquery
and having some problem
I need to query all the node under node A with name="test"
if I do
$("A").find(*[name=test])
it will return b,b1,c, d
How do I query using "selector" to get only immediate child so
I can get b,c,d (no b1
3 matches
Mail list logo